- Unity 2020 By Example
- Robert Wells
- 185字
- 2021-06-11 17:57:20
Starting the project
To get started, perform the following steps:
- Create a new Unity 3D project without any packages or specific assets. Details about creating new projects can be found in Chapter 1, Exploring the Fundamentals of Unity.
Important note
The project we create in this chapter will technically be 2D; however, in an attempt to not introduce too many new topics at once, we will start with a 3D project, and configure it to our needs. We'll see that many of the items we relied on to create the collection game can just as easily be used in a 2D game.
- Create folders to structure and organize the project assets. This is very important to keep track of your files as you work. Create folders for Textures, Scenes, Materials, Audio, Prefabs, and Scripts:

Figure 3.2 – Creating folders for structure and organization
Next, our game will depend on some graphical and audio assets. These are included in the book companion files in the Chapter03/End/Assets folder, but can also be downloaded online from OpenGameArt.org. Once they are downloaded, we can import them into the project.
推薦閱讀
- C++程序設計教程
- Learn Blockchain Programming with JavaScript
- Java 9 Concurrency Cookbook(Second Edition)
- Android Jetpack開發:原理解析與應用實戰
- jQuery EasyUI網站開發實戰
- C語言程序設計立體化案例教程
- 高級C/C++編譯技術(典藏版)
- JavaScript by Example
- Instant PHP Web Scraping
- Zabbix Performance Tuning
- FPGA嵌入式項目開發實戰
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- 邊玩邊學Scratch3.0少兒趣味編程
- Mastering SciPy
- Mastering Unreal Engine 4.X