- Home /
2D Hill Generation
Can anyone help me with a 2d hill generator? I've seen a few hill generators but all of them use meshes. What I need is a hill generator that will create them with a 2D sprite and 2D polygon collider. Is that possible? And if it is how do I do it? I want the hills to be like Hill Climb Racing.
@drydrunkpig, keep in $$anonymous$$d that a 2d sprite is still a 3d object, just flat, you will notice the sprite renderer attached, the camera is set to orthographic which hoses depth.
Answer by Ekta-Mehta-D · Jan 02, 2015 at 11:40 AM
hii..
Try this Plugin . This may help you.
Ive used that one. It uses meshes. I need one that doesnt use meshes. I need it to use polygon colliders ins$$anonymous$$d of mesh colliders
Question - why does it "need" to be a Polygon Collider? If it works the other way, I don't see why it needs to be that way. Is there a specific reason why?
Your answer
Follow this Question
Related Questions
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
How to make basic AI in a 2d game? 4 Answers
touch position to world position 2D 2 Answers
2D terrain texturing with submeshes? 0 Answers
Limiting Player Movement in 2D game? 0 Answers