UnityLearn_Beginner_UnityBasics
Posted fudgebear
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了UnityLearn_Beginner_UnityBasics相关的知识,希望对你有一定的参考价值。
UnityLearn_Beginner_UnityBasics
Unity官方教程_BeginnerLevel
课程: UnityBasics
Tutorial. Using the Unity Interface
The Scene View:
快捷键:
hold alt + leftMouseButton, we can drag to rotate around our current point of focus
hold alt + rightMouseButton, we can drag to zoom in and out at the current point of focus
Center/ Pivot mode的使用: 在选择多个GameObject时会有完全不一样的效果
Scene/Hierachy面板的搜索功能:
t: light -- 搜索带有Light组件的所有GameObject
The Game View:
Display drop-down menu:
choose between a list of cameras in the scene (camera的display属性默认值为display1)
也可以用于isolate some specific cameras during play testing
The Project Window:
meta文件:
每一个asset文件,都会有一个associated meta file
meta files are files created by unity when a new asset is created or imported
meta files contains importatnt infomation about how the asset is used in the project
需要确保这些meta文件与related的asset文件在一起(stay with)
所以在restructure(rename/ delete/ move等)目录时,推荐在Unity的ProjectWindow中进行操作
Search Bar:
filter类型有两种: 类型/ Tag标签(即在Inspector中的tag)
也可以手动在搜索栏中打入filter:
如"coffee t:texture"
The Inspector Window:
Normal/ Debug mode:
Normal mode: shows all the public editable properties
Debug mode: shows all the properties (including private ones, is still not able to be edited)
以上是关于UnityLearn_Beginner_UnityBasics的主要内容,如果未能解决你的问题,请参考以下文章