- Unity 5.x By Example
- Alan Thorn
- 187字
- 2021-07-16 12:36:47
Game design
Let's make a coin collection game. Here, the player should control a character in the first-person mode, and he must wander the level, collecting all coins before a time limit runs out. If the timer runs out, the game is lost. On the other hand, if all coins are collected before the timer expires, the game is won. The first-person controls will use the default WASD keyboard setup, where W moves forward, A and S move left and right, and D walks backward. Head movement is controlled using the mouse, and coins are collected by simply walking into them. See Figure 1.1, featuring the coin collection game in action in the Unity Editor. The great benefit in making this game is that it demonstrates all the core Unity features together, and we don't need to rely on any external software to make assets, such as textures, meshes, and materials.

Figure 1.1: Preparing for a coin collection game (the completed game)
Note
The completed CollectionGame
project, as discussed in this chapter and the next, can be found in the book companion files in the Chapter01/CollectionGame
folder.
- 自然語言處理實戰:預訓練模型應用及其產品化
- Getting Started with PowerShell
- Silverlight魔幻銀燈
- Mastering Swift 2
- 軟件工程
- 程序是怎樣跑起來的(第3版)
- 用戶體驗增長:數字化·智能化·綠色化
- Python機器學習算法: 原理、實現與案例
- 零基礎學HTML+CSS
- jQuery for Designers Beginner's Guide Second Edition
- Java 9 with JShell
- Mastering ASP.NET Core 2.0
- Oracle Database XE 11gR2 Jump Start Guide
- AngularJS UI Development
- 每個人的Python:數學、算法和游戲編程訓練營