资源大湿 发表于 2020-11-23 20:53

十天快速入门Unity

十天快速入门Unity

入门unity软件的最好方式就是去官网学教程。
列如:Unity Learn Tutorials网址。比较麻烦的是有些视频是无法播放的,这就很头疼了。
Interactive Tutorials

网址:Interactive Tutorials - Unity。这个教程有四个项目,分别是构建场景,添加对象的成分,调整对象成分以及预设体(Prefabs)。
Roll-a-ball tutorial

网址:Roll-a-ball tutorial - Unity。 1)Environment and Player:设定环境与选手对象。2)Camera and Play Area:调整摄像机的位置与运动场所。3) Collecting, Scoring and Building the game:收集碰撞体,记录分数并且构建游戏。
2D Game Kit

网址:2D Game Kit - Unity。
1. Game Kit Introduction
2. Creating a New Scene
3. Painting a Level
4. Testing Your Level
5. Adding a Moving Platform
6. Opening a Door with Events
7. Enemies
8. Damaging with Objects
9. Decorating
10. Teleporting the Player
11. Having Fun
该篇是之前的学习unity3d的学习记录,现在暂时使用不到。对于unity3d,如同其他的软件开发工具一样,模型拖拽与脚本粘合。
TIPs: 可能在软件的开发过程中,会遇到一些问题,或者是一些功能实现的困惑,这些都是可以在https://answers.unity.com/index.html 中进行咨询。效果拔群。
页: [1]
查看完整版本: 十天快速入门Unity