Spawning Polygon Platforms?
BackUpAndDown
Member Posts: 685
Hey, I have a game that has a never ending scrolling world and as the is scrolls I need it to spawn platforms. The only problem is that I want to platforms to be "oddly" shaped.
I know i'll have to spawn some invisible platforms and some how constrain them... but how? Any tips would be appreciated. If you need a visual the only thing I can think of is the platforms in Robot unicorn attack.
Thanks
I know i'll have to spawn some invisible platforms and some how constrain them... but how? Any tips would be appreciated. If you need a visual the only thing I can think of is the platforms in Robot unicorn attack.
Thanks
Comments
And for the second part, dont spawn the polygon. Have it set up outside the screen and change its position to wherever you want it to spawn. It doesnt matter wherethe center changes position to , because the polygon will stay together.
Also on all the sides of the polygon have fixed rotation checked.
If you need more help or more explanation let me know,
John