How do I create a basic spawn point?

Hi

I’m having a mess about with Unity3D, and I’ve created a terrain that looks pretty awesome, but when I click the Play button to try it out, the spawn comes up weird so I think it’s not spawning me on the terrain I’ve just created. Does anyone know how I can set a spawn point on the terrain I’ve made? And does anyone have any other useful tips? I’m new to this so I’m just having a play around with it anyway as I don’t know what I’m doing lol.

Thanks in advanced

Daniel

Hi Daniel.
There are no such thing like a spawn point, unless you create it. You can create/spawn any object at any location by using scripts or by defining object in the Scene in editor.

Make sure your object have colliders and is set above the ground in case if its falling through.

What I really recommend you is to go through video tutorials in unity learning center
or some others, you will learn a lot about Unity and understand how powerfull it is!

Have a good Xmas