- Home /
Anyone know good options for creating curvy 2D terrain?
Hi, I want to create 2D terrain for a game that won't look so 'blocky'. I've tried using a few terrain generators in the assets store but none of them actually allow me to cut out specific parts of terrain (like if I want cave-like pockets in the terrain sides). I've been looking through the forums and assets store for hours but the closest I've found is this: link text
... it doesn't seem the tool exists any more since I can't find it in the assets store.
Would it makes sense to draw out the terrain in photoshop/gimp and then import it into unity and just makes edge colliders around that or would that just be terrible?
thanks in advance.
Answer by danm_3d · Mar 23, 2015 at 03:38 PM
I'd recommend giving this Catlike Coding tutorial a look. He goes into great depth to explain how to implement the marching squares method in Unity.
Answer by underdog3dee · Mar 23, 2015 at 04:27 PM
Have you tried Ferr2D, has some nice features for creating complicated platform geometry.
Your answer
Follow this Question
Related Questions
How to generate terrain for 2d up scroller game ? 0 Answers
2D Efficient Realtime Terrain Generation 0 Answers
Procedurally generating terrain? 0 Answers
Pathfinding RTS (C#) 1 Answer
Freezing on destruction of terrain. 1 Answer