- Unity Game Development Blueprints
- John P. Doran
- 326字
- 2021-08-05 17:29:00
Project overview
Over the course of this chapter, we will be creating a 2D multidirectional shooter game similar to Geometry Wars.
In this game, the player controls a ship. This ship can move around the screen using the keyboard and shoot projectiles in the direction that the mouse points at. Enemies and obstacles will spawn toward the player, and the player will avoid/shoot them. This chapter will also serve as a refresher on a lot of the concepts of working in Unity and give an overview of the recent addition of native 2D tools into Unity.
Your objectives
This project will be split into a number of tasks. It will be a simple step-by-step process from beginning to end. Here is the outline of our tasks:
- Setting up the project
- Creating our scene
- Adding in player movement
- Adding in shooting functionality
- Creating enemies
- Adding GameController to spawn enemy waves
- Particle systems
- Adding in audio
- Adding in points, score, and wave numbers
- Publishing the game
Prerequisites
Before we start, we will need to get the latest Unity version, which you can always get by going to http://unity3d.com/unity/download/ and downloading it there:

At the time of writing this book, the version is 4.5.3, but this project should work in future versions with minimal changes.
We will also need some graphical assets for use in our project. These can be downloaded from the example code provided for this book on Packt Publishing's website (http://www.PacktPub.com).
Navigate to the preceding URL, and download the Chapter1.zip
package and unzip it. Inside the Chapter1
folder, there are a number of things, including an Assets
folder, which will have the art, sound, and font files you'll need for the project as well as the Chapter_1_Completed.unitypackage
(this is the complete chapter package that includes the entire project for you to work with). I've also added in the complete game exported (TwinstickShooter Exported
) as well as the entire project zipped up in the TwinstickShooter Project.zip
file.
- 計算機組成原理與接口技術:基于MIPS架構實驗教程(第2版)
- Hands-On Data Structures and Algorithms with Rust
- Modern Programming: Object Oriented Programming and Best Practices
- Learning Spring Boot
- 軟件成本度量國家標準實施指南:理論、方法與實踐
- 白話大數據與機器學習
- 從0到1:JavaScript 快速上手
- R Object-oriented Programming
- 改變未來的九大算法
- R Machine Learning Essentials
- 數據庫應用系統技術
- Internet of Things with Python
- Access 2016數據庫應用基礎
- 數據之美:一本書學會可視化設計
- 基于數據發布的隱私保護模型研究