简体   繁体   中英

Is there any way to fix Terrain in Unity3d?

Terrain doesn't have a texture and can't edit it's height

Terrain must look as an untextured object, but instead it looks like that:

screenshot

this is the default texture for a terrain.

click on the terrain and a menu should open up at the inspector, where you have a few options.

in the Project window, go to the assets folder and right click + pick create a new terrain layer.

than, you can drag this layer to the terrain and have a texture on it.

you can even drag more than one layers to have multiple textures on it.

on the height problem: try installing the unity terrain tools package or checking if the terrain is read only.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM