- Unity Game Development Essentials
- Will Goldstone
- 239字
- 2021-04-01 13:56:37
Chapter 3. Player Characters
In this chapter, we'll expand the island scenario we created in the previous chapter by taking a look at the construction of the player character that you have already added to the scene. Stored as a prefab (a data template object) provided by Unity Technologies as part of the Standard Assets package, this object is an example of a first person perspective player character. But how does its combination of objects and components achieve this effect?
In this chapter, we'll take a look under the hood of this prefab, while looking at how each of the components work together to create our player character. You'll get your first look at scripting in Unity JavaScript. As we have already added our prefab to the game scene, it would be all too easy to continue with the development and accept that this object just works. Whenever you are implementing any externally created assets, you should make sure you understand how they work. Otherwise, if anything needs adjusting or goes wrong, you'll be in the dark.
With this in mind, we'll take a look at the following in order to help you understand how combining just a few objects and components can create a fully-fledged character:
- Tags, layers, and prefabs in the Inspector
- Parent-child relationships in objects
- JavaScript basics
- Scripting for player movement
- Public member variable adjustment in the Inspector
- Using cameras to create the viewpoint
- iPad+Procreate數字插畫設計案例教程(全彩微課版)
- Oracle Business Intelligence : The Condensed Guide to Analysis and Reporting
- Illustrator CS6核心應用案例教程(全彩慕課版)
- PPT設計實用教程
- Procreate繪畫創作從入門到精通
- COSPLAY的后期藝術:Lightroom+Photoshop修圖技法攻略
- AutoCAD 2019中文版計算機輔助繪圖全攻略
- The PEAR Installer Manifesto
- 中文版After Effects 2022基礎教程
- AutoCAD 2016入門與提高(超值版)
- 魔法詞典:AI繪畫關鍵詞圖鑒(Midjourney版)
- AI設計時代:Midjourney實戰應用手冊
- Building Enterprise Ready Telephony Systems with sipXecs 4.0
- Drupal for Education and E/Learning
- 計算機圖形學編程(使用OpenGL和C++)