missing terrain options

:sad: Hi i upgraded to a newer version of unity to find out there is no terrain button. I found how to make the terrain and i have seen a lot of post saying in the inspector at the cogwheel but there is no set resolution or size there all my options is reset, remove components etc… Nothing about set resolution or anythink like that. The old way was heaps better. I,m really a new user i just decided to go back to unity. Any help would be appreciated just getting frustrated. Thanks in advance.

p.s. I decided to click on edit script and it actually has a missing terrain script because no script came up. How would i fix that.

–Eric

I don’t know anything about the terrain component, but I just took a quick look. I’d say you’re looking at the wrong “cog” wheel in the inspector. Here’s what I did:

  • GameObject | Create Other | Terrain

That adds a new Terrain object to the scene. When the object is selected in the scene, the inspector shows the following components:

  • Transform
  • Terrain (Script)
  • Terrain Collider

If you open/expand the "Terrain (Script) component, it contains a small toolbar. In that toolbar, the right-most button is a “cog”. That opens a panel that likely contains what you’re seeking.

Jeff

Bah… Eric’s too fast and provides better info… :wink:

Thank you so much and yes was looking at the wrong one lol i didn’t even noticed that other one.