-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bevy_ecs_tilemap generation? #1
Comments
@johanhelsing I really like the idea that this crate can eventually support generating colliders from a number of starting points. I was imagining my next target might be meshes in GLTF files but I'm happy to dig into how generate colliders for tilemaps instead. I'd probably need to tap you for some testing once something's preliminarily in place though because I don't have much experience using tilemaps myself. alternatively I'd welcome for a PR with this feature if you feel up for making one! |
@johanhelsing i'm working on a game which uses tiled map editor for tilemaps making and bevy_ecs_tilemap for loading using this helper and i modified it using the image crate to slice tilsets and then generating collider and for some reason my slopes aren't generated correctly so I might open an issue |
This looks really interesting. Would it be within the scope of the project to generate colliders from
bevy_ecs_tilemap
tilemaps? Could perhaps be added behind a feature flag?The text was updated successfully, but these errors were encountered: