- Home /
2D Terrain
Hi,
I'm trying to create a 2D game, using Unity's 2D tools. It's an top-down game, and I need to add some terrain.
All I need from the terrain is texture, no heights. Problem is, though, you can't rotate the terrain for 2D games. All I really want to use is "paint texture" option. Is it possible to do something like that, and how could i achieve this?
Thanks,
Answer by Anxo · Sep 24, 2014 at 09:27 PM
You can move the and rotate the camera and character instead of the terrain if you like, but if you wish to move the background, I would suggest that you create your content in a 3rd party application and import it to unity.
You probably don't even need a terrain just a plane/cube with a huge texture on it?
Rotating camera and sprites wont work, since Im using Rigidbody2D. Using 3rd party software could possibly do it. But that's not exactly what Im looking for.
Using an huge plane/cube is what im doing now, but I want to edit the terrain inside the editor.
Your answer
Follow this Question
Related Questions
Distribute terrain in zones 3 Answers
Paint terrain texture with scripting 1 Answer
Terrain Painting Script 0 Answers
How to break a sprite into shapes with script 1 Answer
Generate collision mesh from 2d texture? 0 Answers