- Learning C# 7 By Developing Games with Unity 2017(Third Edition)
- Micael DaGra?a Greg Lukosek
- 74字
- 2021-07-02 19:59:35
Lots of files can create a mess
As our Unity project progresses, we will have lots of different types of files in the Project view. It's highly recommended that you keep a clean and simple folder structure in your project.
Let's keep our scripts in the Scripts folder, textures in Textures, and so on, so that it looks something like this:

From now on, let's not keep any loose files in the Assets folder.
推薦閱讀
- 微服務設計(第2版)
- OpenStack Cloud Computing Cookbook(Third Edition)
- 零起步玩轉掌控板與Mind+
- C++ Builder 6.0下OpenGL編程技術
- 精通搜索分析
- Essential Angular
- JQuery風暴:完美用戶體驗
- 游戲設計的底層邏輯
- Learning Ionic(Second Edition)
- Learning iOS Penetration Testing
- Socket.IO Cookbook
- C語言程序設計實驗指導
- Visual FoxPro數據庫程序設計
- Visual C++網絡編程教程(Visual Studio 2010平臺)
- 邊做邊學深度強化學習:PyTorch程序設計實踐