CREATING A TERRAIN

Okay, I just downloaded Unity a few days ago, and it seems pretty amazing so far

But how do I create a terrain.

I understand that u press ‘Terrain-> create terrain’ and then you set the resolution and all that but,
when I Create terrain, I don’t see an actual platform on my project view… All i see are the ‘X,Y,and Z’ arrows

What’s the matter with this??

The Terrain is probably out of the scenes view frustum.

If the terrain was created successfully, you should see the new terrain in the hierarchy view. double click on it to get focus and move the scene camera towards it. Once you have selected the terrain, you will have a few terrain painting tools in the Inspector Tab

Paint the terrain with a texture.

As an FYI, you’ll probably want to look up “Unity Tutorial” and run through it.

Click the terrain in hierarchy and press ‘f’ to focus.