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,

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.