- Unity 3D Game Development by Example Beginner's Guide
- Ryan Henson Creighton
- 194字
- 2021-04-09 22:51:25

Well, yeah, actually! Unity has a number of prebuilt simple 3D models, also known as primitives, which we can use to get started. You've just created a built-in Game object with three components on it. Look at the Inspector panel to see what those components are:
- Transform: This determines how a Game Object is positioned, rotated, and scaled (made big or small) in your Scene.
- Mesh Filter: This component takes a mesh, which is the stuff our Game Object is made from, and runs it through the Mesh Renderer.
- Sphere Collider: This is a sphere-shaped boundary on our Game Object that helps Unity figure out when instances of Game Object touch or overlap.
- Mesh Renderer: This component enables the player to see our meshes. Without it, meshes don't get drawn or rendered to the screen.
We'll get a better understanding of what exactly a Mesh is when we add the Paddle to the Scene a few steps from now.
推薦閱讀
- Moodle 2.0 E/Learning Course Development
- Ext JS 3.0 Cookbook
- 數碼攝影后期高手之路(第2版)
- Spring Security 3
- ABAQUS基礎入門與案例精通
- Procreate+ SketchUp +Photoshop建筑設計手繪表現技法
- Premiere CC視頻編輯入門與應用
- Oracle Enterprise Manager Grid Control 11g R1: Business Service Management
- Puppet權威指南
- AutoCAD 2016中文版基礎教程(全圖解視頻版)
- 手機/電腦雙平臺剪映短視頻后期編輯從新手到高手
- Origin 2022科學繪圖與數據分析
- Photoshop CC設計與應用任務教程
- AI寫實人物繪畫關鍵詞圖鑒(Stable Diffusion版)
- Excel 2016 VBA入門與應用