- 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.
推薦閱讀
- Getting Started with Gulp(Second Edition)
- Android Jetpack開發:原理解析與應用實戰
- 軟件架構設計:大型網站技術架構與業務架構融合之道
- Python爬蟲開發:從入門到實戰(微課版)
- CentOS 7 Linux Server Cookbook(Second Edition)
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- ArcGIS By Example
- C# 8.0核心技術指南(原書第8版)
- C語言從入門到精通
- Mobile Device Exploitation Cookbook
- 詳解MATLAB圖形繪制技術
- Julia 1.0 Programming Complete Reference Guide
- Deep Learning with R Cookbook
- Mastering Leap Motion
- HTML5 and CSS3:Building Responsive Websites