How to play scene in unity file. unity iphone development

i m new in unity iphone development. how to play scene in unity file. when i click play button but scene not play.

open the scene
when you then press play it will play that scene in the editor

Thats the same for any platform actually

os is mac

That does not make any difference.

You open up unity
You doubleclick the scene in your project (thats just a file, you can’t play .unityxxx files like webplayers etc)
You click the play button

→ scene will run in the game window within the editor

if you want to play it in the build player, you must include the scene in the build (build settings and then add it there) and switch to it later on with Application.LoadLevel

thanks

how to use keycode like LeftArrow.

explain when press LeftArrow camera move in x++ axis and when press RightArrow camera move in x-- axis

how can it possible by scripting

search the Script Reference for the class Input and the enum KeyCode :slight_smile: