- Unity 3D Game Development by Example Beginner's Guide
- Ryan Henson Creighton
- 261字
- 2021-04-09 22:51:30
In this chapter, we started to put the Unity 3D engine through its paces.
We learned how to:
- Add built-in Game Objects to our Scene
- Position, rotate, and scale those Game Objects
- Add lighting to the Scene to brighten things up
- Add Rigidbody components to our Game Objects to tie into Unity's physics calculations
- Create Physic Materials
- Customize Collider components to make Game Objects become bouncy
We took an impossibly complex game idea and hacked it down to its fun, naked essentials. We explored the origin point the center of our game's universe. We learned about the building blocks of 3D construction: vertices, edges, and faces. We talked about how polygon counts can affect game performance. We laughed and we cried. It was profound.
What we have so far is not a game, but a very dull movie about the best keep-up player in the world who never, ever drops the ball. One key thing that distinguishes movies from games is popcorn. Also, games are interactive. We need to introduce interactivity to our game so that the player can move that paddle around.
We do this by writing a Script. Just like in the movies, where everyone follows a list of stage cues, lines, and notes to put the finished product together, Game Objects in Unity can follow Scripts to determine what to do. Scripts are essentially lists of instructions for people, or Game Objects, to follow. In the next chapter, we'll learn how to add Scripts to our Game Objects to add interactivity to our game.
- ERP沙盤模擬教程
- NetLogo多主體建模入門
- Apache Maven 3 Cookbook
- 平面設計制作標準教程(微課版 第2版)
- 3dsMax 2018動畫制作基礎教程(第4版)
- After Effects影視動畫特效及欄目包裝案例實戰
- SharePoint Designer Tutorial: Working with SharePoint Websites
- 中文版3ds Max 2016/VRay效果圖制作實戰基礎教程(全彩版)
- iOS智能手機APP界面設計實戰教程
- 卷珠簾:Photoshop古風插畫技法完全教程
- Maya Paint Effect 特效應用手冊
- Adobe Premiere Pro CC 2019經典教程(彩色版)
- 前端函數式演進
- Photoshop實例教程:Photoshop 2022(電子活頁微課版·第3版)
- Apache Geronimo 2.1: Quick Reference