- HoloLens Beginner's Guide
- Jason Odom
- 174字
- 2021-07-02 23:35:15
Unity directory structure
We have completed all the steps for our default scene, and now we need to save it. With organization being an important factor as projects get larger and more complex, we need to create the appropriate directories for the different elements and assets that comprise our project. These will include textures, materials, scripts, prefabs, sounds, and--what we are dealing with at this moment--scenes.
Having directories for each type of asset makes quickly sorting and finding a specific object a breeze. For now, since we only have a scene file, we will create a directory to save it in:
- In the Project window in the left-hand corner of the screen, click on Assets:

- Click on the Create button near the top of the window, under Project.
- A large menu of options will appear; click on the Folder option that is at the top of that menu:

- A folder named New Folder will appear; do not click on anything just yet:

- Rename the folder to Scenes:

推薦閱讀
- 手機安全和可信應(yīng)用開發(fā)指南:TrustZone與OP-TEE技術(shù)詳解
- NLTK基礎(chǔ)教程:用NLTK和Python庫構(gòu)建機器學習應(yīng)用
- 三維圖形化C++趣味編程
- PLC編程及應(yīng)用實戰(zhàn)
- Android系統(tǒng)級深入開發(fā)
- UVM實戰(zhàn)
- HTML 5與CSS 3權(quán)威指南(第3版·上冊)
- Java Web開發(fā)就該這樣學
- 詳解MATLAB圖形繪制技術(shù)
- ASP.NET程序開發(fā)范例寶典
- 零基礎(chǔ)學HTML+CSS
- 交互式程序設(shè)計(第2版)
- 玩轉(zhuǎn).NET Micro Framework移植:基于STM32F10x處理器
- Web程序設(shè)計:ASP.NET(第2版)
- 30天學通C#項目案例開發(fā)