Unity 3 D
Unity 3 D
https://unity3d.com/
Mayur Thorve
Akshay Patil
Download at https://store.unity.com/
Free for students and company < $100,000/y
Supporting multi-platforms.
INSTALLATION
GETTING STARTED WITH A SIMPLE UNITY3D PROJECT
start Unity3D
File->Save Scene
GameObject->3D object->sphere
Edit->Frame Select (to show the created object)
Hold onto the arrows to move the sphere or change the position in the
Inspector.
Note: Y is up.
OBJECT CREATION
Inspector and transform panel
• Non-rigid Objects:
• Deformable: changeable geometry
• Breakable: changeable topology.
Window->Animation
Click on the object to
be animated.
Component-
>Miscellaneous-
>Animation
ANIMATION
ANIMATION
ANIMATION (UNITY5)
Add key frame on the timeline as many as you want.
Click on the red button again to finish making the
animation clip.
ANIMATION
ThirdPersonController.js
UNITY 3D: LIBRARY
cashe:
Before After
SCENE MANAGEMENT
Prefabs are a valuable resource to use in developing
your scene
A prefab is an object or a group of objects that can be
saved for easy use and manipulation
Demo in Unity
USING PREFABS