- HoloLens Beginner's Guide
- Jason Odom
- 195字
- 2021-07-02 23:35:15
Saving the scene
Now that we have a place to save the files, let's save our scene. A project in Unity is often made up of many scene files. Knowing this, and in an effort to avoid repeating the starting steps many times, I save two copies of my default scene. I name one as default and the other as main.
Here is how to do that:
- First, click on File on the main menu, and then click on Save Scene:

- The Save Scene dialog will appear. In the File name field, enter default; then, click on the Save button:

- Now, you would want to click on File one more time. Type main into the File name input field and click on the Save button again. If everything went according to the plan, the bar across the top of the window should look like this; the name of your project--HoloLens Beginners Guide--and the name of your scene--main.unity--should both be present.

OK, now we are ready to go; but, let's first talk a bit about what we will be using throughout the rest of the chapter.
推薦閱讀
- Instant Apache Stanbol
- 碼上行動(dòng):零基礎(chǔ)學(xué)會(huì)Python編程(ChatGPT版)
- Programming with CodeIgniterMVC
- HTML+CSS+JavaScript網(wǎng)頁設(shè)計(jì)從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- Building Serverless Architectures
- 軟件體系結(jié)構(gòu)
- Natural Language Processing with Python Quick Start Guide
- 算法圖解
- 青少年學(xué)Python(第2冊(cè))
- Kotlin進(jìn)階實(shí)戰(zhàn)
- Java服務(wù)端研發(fā)知識(shí)圖譜
- Android 5從入門到精通
- Arduino Robotic Projects
- WebRTC Cookbook
- 新手學(xué)Visual C