- Home /
 
 
               Question by 
               C_Tam · Jun 15, 2010 at 10:22 AM · 
                loadlevelscenesteleportswitch scenes  
              
 
              How to teleport to different scenes?
I am looking for a script that can take me to different scenes by clicking on a certain object, and I am just wondering if this there is such a script?
               Comment
              
 
               
              Answer by fherbst · Jun 15, 2010 at 10:59 AM
Have a look at http://unity3d.com/support/documentation/ScriptReference/MonoBehaviour.OnMouseDown.html - your question is used as example there.
Your answer