- Unity 3.x Game Development by Example Beginner's Guide
- Ryan Henson Creighton
- 167字
- 2021-04-02 18:34:01
Heads up!
Pay close attention to a game's Head-up display (HUD). Video game HUDs contain graphical elements that usually don't make sense within the context of the game world, but they provide vital information to the player. A great example is the heart health meter in any Zelda game, or the energy bar in any fighting game. The Motherload HUD includes draining fuel and hull bars. It displays dynamic money and depth tallies. Three clickable elements lead the player to the Inventory, Options, and Instructions screens. Finally, a piece of text lets the player know that there are more shops to be found past the borders of the viewable game area.
Unity has great features for building game HUDs. Every HUD item type that you see in Motherload—the graphical bar, the dynamic (changeable) text, the clickable icons, and the flashing helper text—can all be built in the Unity game engine. Skip ahead to Chapter 4, Code Comfort if you're dying to try it!
- UML和模式應用(原書第3版)
- 自己動手寫搜索引擎
- 密碼學原理與Java實現
- Mastering JavaScript Object-Oriented Programming
- Mastering Objectoriented Python
- Python高級編程
- NativeScript for Angular Mobile Development
- Internet of Things with Intel Galileo
- Learning Zurb Foundation
- 程序是怎樣跑起來的(第3版)
- Node.js全程實例
- Protocol-Oriented Programming with Swift
- PLC應用技術(三菱FX2N系列)
- 人工智能算法(卷1):基礎算法
- Android Development Tools for Eclipse