ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

UnityLearn_Beginner_UnityBasics

2019-06-22 18:42:42  阅读:282  来源: 互联网

标签:files 文件 Beginner UnityBasics UnityLearn Unity meta mode asset


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) 

 

 

 

 

 

 

 

 

 

 

 

标签:files,文件,Beginner,UnityBasics,UnityLearn,Unity,meta,mode,asset
来源: https://www.cnblogs.com/FudgeBear/p/11069894.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有