Hello,
I'm trying to develop a 2D physics based game with graphics and levels similar to Alto's Odyssey. Now I am struggling to find a scalable and efficient level design workflow.
I'm assuming that I should create the terrain with curves and polygons and then define many StaticBody2D nodes with matching Polygon2D and CollisionPolygon2D nodes.
I was not able to find a way to automatically generate a CollisionPolygon2D node from a Polygon2D node without adding a specific script for every StaticBody2D node.
I noticed there's a "Create CollisionPolygon2D Sibling" feature for Sprites, but not for Polygon2Ds.
Why there's no such a basic feature? How can it be compensated? Am I looking to the wrong direction?
Thanks for answers.