Skip to main content

Posts

Showing posts with the label unity project settings

#P2 Kick Start - Unity [Project Settings]

Hi peeps, lets continue our  #space-shooter  project. In this post (#P2), as per tutorial, we are going to set up our project settings. 1) Re-open new project that we have created in  #P1 fist post , and save our scene as "Main" in _Scene folder(newly created). note : The scene must be save in Assets folders. and we can create subfolder for it as well, in this tutorial we going to save in under _Scenes folder. after we managed to save it, we can see in the project explorer, our _Scenes folder, and inside it we can see our main scene. 2) Set our build settings to "Web Player" click file>Build Settings or can use short cut keys (Ctrl + Shift + B) Select web player, and click "switch platform" button. by default PC, Mac & Linux standalone is selected. Now or game will be build to be playable on web player. 4) Set player settings : after we have set the build setting, we click on the "Player Setting..."...