Unity 0.Interactive Tutorials

版权声明:本文为博主原创文章,转载请声明原创网址。 https://blog.csdn.net/lagoon_lala/article/details/83583770

在打开Unity时,Project栏旁有learn,可以分类下载学习

Game Objects and Components游戏对象和组件

GameObjects是组成scenes的元素,场景中的全都是游戏对象。

GameObjects由多个component组件组成,transform component必备(包括osition, rotation and scale)

Component top menu或Inspector检查器底部的Add Component button可以添加组件

Scripts脚本也被视为组件,可如上,或拖拽添加。可删除,或用右侧齿轮复制,并在另一个对象处的齿轮粘贴

Hierarchy层次结构是所有游戏对象的列表

Prefab

 

Unity官方教程:

https://unity3d.com/cn/learn/tutorials/projects/roll-ball-tutorial/setting-game?playlist=17141

Unity API

https://docs.unity3d.com/ScriptReference/

API翻译

http://www.ceeger.com/Manual/index.html

UGUI:

http://forum.china.unity3d.com/thread-798-1-1.html

Animation 动画部分翻译视频:

https://blog.csdn.net/sinat_24229853/article/details/78778654

官方视频资源:

http://v.qq.com/vplus/4348d5936e9f34e564caa14b2714e050

猜你喜欢

转载自blog.csdn.net/lagoon_lala/article/details/83583770