"Lan Unity Development Fundamentals Three" Lesson 2 game objects and basic operations
first, let's take a look at the picture below --pyramid architecture
Recommended Video Lecturer Blog: http://11165165.blog.51cto.com/
A game is made up of multiple scenes,
The scene is made up of multiple game objects,
Each game object is made up of multiple components,
Each component is designed to accomplish a specific function!
650) this.width=650; "Src=" Http://s5.51cto.com/wyfs02/M01/87/28/wKiom1fWFWqRLqIrAApSF9X-fz4176.png-wh_500x0-wm_3 -wmp_4-s_3078888149.png "style=" Float:none, "title=" Unity engine Introductory Lesson 2 game objects and basic operations 296.png "alt=" Wkiom1fwfwqrlqiraapsf9x-fz4176.png-wh_50 "/>
650) this.width=650; "Src=" Http://s3.51cto.com/wyfs02/M01/87/26/wKioL1fWFamAtzBTABfsXG24HT4771.png-wh_500x0-wm_3 -wmp_4-s_33676757.png "style=" Float:none, "title=" Unity engine Introductory Lesson 2 game objects and basic operations 389.png "alt=" Wkiol1fwfamatzbtabfsxg24ht4771.png-wh_50 "/>
Second, Create a game environment --01
1. Shortcut key--ctrl+s
650) this.width=650; "Src=" Http://s3.51cto.com/wyfs02/M02/87/28/wKiom1fWFZzz-9RnABjfMaFRfyM386.png-wh_500x0-wm_3 -wmp_4-s_1545915881.png "title=" Unity engine Lesson 2 game objects and basic operations 373.png "style=" Float:none; "alt=" Wkiom1fwfzzz-9rnabjfmafrfym386.png-wh_50 "/>
2. The created environment will be displayed in the view
650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M00/87/26/wKioL1fWFY7BWx5VABRMNfEwqo4464.png-wh_500x0-wm_3 -wmp_4-s_2193370326.png "title=" Unity engine Lesson 2 game objects and basic operations 343.png "style=" Float:none; "alt=" Wkiol1fwfy7bwx5vabrmnfewqo4464.png-wh_50 "/>
3. Mail in Create View--select 3D Object
650) this.width=650; "Src=" Http://s1.51cto.com/wyfs02/M01/87/28/wKiom1fWFzuRHEXzABNh_ZnlGLU274.png-wh_500x0-wm_3 -wmp_4-s_4119104130.png "style=" Float:none "title=" Unity engine Lesson 2 game objects and basic operations 391.png "alt=" Wkiom1fwfzurhexzabnh_ Znlglu274.png-wh_50 "/>
4, create a--Plane
650) this.width=650; "Src=" Http://s1.51cto.com/wyfs02/M01/87/26/wKioL1fWF0SDep2KABGE5q-w_3w874.png-wh_500x0-wm_3 -wmp_4-s_821443655.png "title=" Unity engine Lesson 2 game objects and basic operations 406.png "style=" Float:none; "alt=" Wkiol1fwf0sdep2kabge5q-w_ 3w874.png-wh_50 "/>
5. Create a-Cube
Third, QWERT shortcut key switch tool
Q: Tools for panning
W: pan with x,y,z Three axes in point, the point in which the polygon is panned according to the face
E: rotate tool, rotate anywhere in the circle, or rotate x,y,z lines
R: Zoom tool, can zoom
T:UI and 2D sprite operation, not very useful in 3D
QWERT shortcut key is the left tool
650) this.width=650; "Src=" Http://s3.51cto.com/wyfs02/M02/87/28/wKiom1fWF1uBGHqyABTqA--XL4g093.png-wh_500x0-wm_3 -wmp_4-s_492728732.png "title=" Unity engine Lesson 2 game objects and basic operations 698.png "style=" Float:none; "alt=" Wkiom1fwf1ubghqyabtqa--xl4g093.png-wh_50 "/>
Four, Basic model objects provided by Unity
Cube--Cubes
Shere--Sphere
Cvlinder --cylinder
650) this.width=650; "Src=" Http://s4.51cto.com/wyfs02/M02/87/26/wKioL1fWF2CDstv1AAobCyPoOr4288.png-wh_500x0-wm_3 -wmp_4-s_1593816160.png "title=" Unity engine Lesson 2 game objects and basic operations 908.png "style=" Float:none; "alt=" Wkiol1fwf2cdstv1aaobcypoor4288.png-wh_50 "/>
right mouse button rotation with ART Right-click Rotation
What is scene roaming?
Quick positioning
V. Object of the game
650) this.width=650; "Src=" Http://s5.51cto.com/wyfs02/M01/87/26/wKioL1fWF2fQtbuUAAvmfn6_DDw333.png-wh_500x0-wm_3 -wmp_4-s_2969602373.png "title=" Unity engine Lesson 2 game objects and basic operations 1103.png "style=" Float:none; "alt=" wkiol1fwf2fqtbuuaavmfn6_ Ddw333.png-wh_50 "/>
Six, shortcut key operation
650) this.width=650; "Src=" Http://s5.51cto.com/wyfs02/M00/87/28/wKiom1fWF3DhY7pUAAqsw_SFUrU732.png-wh_500x0-wm_3 -wmp_4-s_422567301.png "title=" Unity engine Lesson 2 game objects and basic operations 1114.png "style=" Float:none; "alt=" Wkiom1fwf3dhy7puaaqsw_ Sfuru732.png-wh_50 "/>
"Lan Unity Development Fundamentals Three" Lesson 2 game objects and basic operations