feature: automatically generate collisions from tiled data parsed by the tilemap extension #2366
blurymind
started this conversation in
Enhancement ideas (and their technical discussions)
Replies: 1 comment 2 replies
-
Has anyone made a bounty for this? If so, I would like to contribute to it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
BEFORE opening a new feature request, please make sure that you:
AFTER opening the feature request, the issue will be closed by a maintainer (@4ian or someone else) and a card will be added in the roadmap if it's relevant and does not exist yet :)
Description
Currently gdevelop can parse tiled files and render tilemaps from them.
The user however still needs to manually create collision objects within gdevelop.
Solution suggested
Describe the solution
Tiled lets you create shape objects and collisions on tiles.
The tilemap extension can use this data to create collision shape objects - potentially the user needs to be able to
Alternatives considered
A clear and concise description of any alternative solutions or features you've considered.
trello board card here: https://trello.com/c/3B6otFoa/481-add-ability-to-automatically-generate-collision-shapes-to-the-tilemap-extension
Beta Was this translation helpful? Give feedback.
All reactions