Search Unity

newbie.. how do i place objects on a terrain in the game ?

Discussion in 'Scripting' started by t4d, Sep 7, 2009.

  1. t4d

    t4d

    Joined:
    Mar 19, 2009
    Posts:
    7
    yes newbie learning Unity and programing ( 3D artist here ) and well need some help

    How do i place object on a terrain in game ?

    anything will do
    option 1/ press gui button item drops from sky to player position ( using FPS control to move screen current viewing terrain in a god's eye view type thing )

    option 2/ drag item into position how to i do it over the terrain in game ?

    thanks for any help :D
     
  2. jmunozar

    jmunozar

    Joined:
    Jun 23, 2008
    Posts:
    1,091
    Hello!

    you can create your object, add a rigid body component to it and let the gravity act! ;)

    hope it helps you :)