- 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.
推薦閱讀
- C# 2012程序設(shè)計(jì)實(shí)踐教程 (清華電腦學(xué)堂)
- 區(qū)塊鏈架構(gòu)與實(shí)現(xiàn):Cosmos詳解
- Servlet/JSP深入詳解
- 精通Python自動(dòng)化編程
- Keras深度學(xué)習(xí)實(shí)戰(zhàn)
- Hands-On JavaScript for Python Developers
- 零基礎(chǔ)學(xué)C語(yǔ)言程序設(shè)計(jì)
- JBoss:Developer's Guide
- 微課學(xué)人工智能Python編程
- JavaScript+jQuery網(wǎng)頁(yè)特效設(shè)計(jì)任務(wù)驅(qū)動(dòng)教程
- Extending Unity with Editor Scripting
- 小程序從0到1:微信全棧工程師一本通
- Microsoft HoloLens By Example
- HTML5游戲開(kāi)發(fā)實(shí)戰(zhàn)
- Unity3D高級(jí)編程:主程手記