- Unity 2018 By Example(Second Edition)
- Alan Thorn
- 187字
- 2021-07-16 18:14:33
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)
- 數(shù)據(jù)庫(kù)應(yīng)用實(shí)戰(zhàn)
- 云數(shù)據(jù)中心基礎(chǔ)
- DB29forLinux,UNIX,Windows數(shù)據(jù)庫(kù)管理認(rèn)證指南
- 數(shù)據(jù)庫(kù)應(yīng)用基礎(chǔ)教程(Visual FoxPro 9.0)
- UDK iOS Game Development Beginner's Guide
- Sybase數(shù)據(jù)庫(kù)在UNIX、Windows上的實(shí)施和管理
- 深入淺出 Hyperscan:高性能正則表達(dá)式算法原理與設(shè)計(jì)
- 金融商業(yè)算法建模:基于Python和SAS
- 大數(shù)據(jù)分析:數(shù)據(jù)倉(cāng)庫(kù)項(xiàng)目實(shí)戰(zhàn)
- Oracle高性能SQL引擎剖析:SQL優(yōu)化與調(diào)優(yōu)機(jī)制詳解
- Web Services Testing with soapUI
- 大數(shù)據(jù)技術(shù)原理與應(yīng)用:概念、存儲(chǔ)、處理、分析與應(yīng)用
- 數(shù)字化轉(zhuǎn)型方法論:落地路徑與數(shù)據(jù)中臺(tái)
- 大學(xué)計(jì)算機(jī):理解和運(yùn)用計(jì)算思維
- MATLAB基礎(chǔ)及其應(yīng)用教程