- Unity 2020 By Example
- Robert Wells
- 105字
- 2021-06-11 17:57:20
Looking ahead – the completed project
Before we start work on the twin-stick shooter game, let's see what the completed project looks like and how it works. As shown in Figure 3.1, the game will contain one scene where the player controls a spaceship that can shoot oncoming enemies:

Figure 3.1 – The completed twin–stick shooter game
The directional keyboard arrows, and WASD, move the spaceship around the level, and it will always turn to face the mouse pointer. Clicking the left mouse button will fire ammo.
Now that we have an idea of what we're aiming for, we can start the project.
推薦閱讀
- 移動(dòng)UI設(shè)計(jì)(微課版)
- C語(yǔ)言程序設(shè)計(jì)(第3版)
- 圖解Java數(shù)據(jù)結(jié)構(gòu)與算法(微課視頻版)
- 基于免疫進(jìn)化的算法及應(yīng)用研究
- Internet of Things with Intel Galileo
- Python時(shí)間序列預(yù)測(cè)
- 快人一步:系統(tǒng)性能提高之道
- Java編程的邏輯
- Julia高性能科學(xué)計(jì)算(第2版)
- 匯編語(yǔ)言編程基礎(chǔ):基于LoongArch
- 動(dòng)手打造深度學(xué)習(xí)框架
- 后臺(tái)開(kāi)發(fā):核心技術(shù)與應(yīng)用實(shí)踐
- Android編程權(quán)威指南(第4版)
- MySQL數(shù)據(jù)庫(kù)教程(視頻指導(dǎo)版)
- GO語(yǔ)言編程從入門到實(shí)踐