Tilemap in Bevy 0.10 #8055
Unanswered
Sierra100010
asked this question in
Q&A
Replies: 1 comment
-
I would normally recommend bevy_ecs_tilemap, but it hasn't updated to 0.10 yet. There is an open PR for it though StarArawn/bevy_ecs_tilemap#390. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I have a question that I can't find a complete answer to in the new version of Bevy. How can I create a tilemap in Bevy? As far as I understand, I have to use MaterialMesh2dBundle to create the mesh for the tilemap? How do I then apply textures to the tilemaps?
Beta Was this translation helpful? Give feedback.
All reactions