#bevy #bevy-ecs #events #picking #back-end #tile #gamdev

bevy_picking_tilemap

bevy_mod_picking support for bevy_ecs_tilemap

1 unstable release

0.14.0 Jul 19, 2024

#1618 in Game dev

MIT/Apache

60KB
101 lines

bevy_picking_tilemap

Provides a bevy_mod_picking backend to add integration with bevy_ecs_tilemap, enabling individual Tile entities to receive the picking events.

How to use

In addition to the plugins for the other two crates, simply add the TilemapBackend to the App. Then, any entity with the TileBundle should be able to receive picking events.

Dependencies

~43–81MB
~1.5M SLoC