Skip to main content

Posts

Showing posts with the label unity beginner

#P4 Kick Start - Unity [Setup Camera and Lighting]

To follow this tutorial, its a pre-requisite for us to follow previous tutorials as well http://ubuntuanakramli.blogspot.com/2014/10/p4-kick-start-unity-player-settings.html In this tutorial we ll setup the camera and lighting for our game. -this game is top down style game -we going to look down the game area from above fix the game 1. we click unto the game tab button, we can see the view of our game object or ship is completely not in the position that we wanted. 2. now we re-click unto the scene tab, and press ctrl + right mouse click (to do a zoom in out) 3. ok lets us play around and press alt and change the camera orbit position 4. we can see the position of the camera now is behind the player object, select the main camera in hierarchy explorer to view our camera preview.   5.reset the transformation value of the camera by, clicking the camera transformation setting button and choose "reset". 6. Change the camera view transformation rot...

#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..."...