gitee地址:https://gitee.com/chasing2moro/unity-bolt-visual-script
介绍
Unity Bolt 就是不用写代码,可以“编程”。相当于Unreal的Blueprints(蓝图)。
软件架构
- 此工程非原创
- 此工程用Unity2020.3.25f1c1版本演示(最低支持版本为Unity2018.3)
- 此工程基于官方教程Tutorial:Character Controller https://learn.unity.com/tutorial/character-controller?uv=2019.3&projectId=5ea809f0edbc2a00215f1fa5
还有9个扩展教程,可自行继续学习:
- Spikes & Death
- Level Change
- Head-Up Display (HUD)
- Doors & Keys
- Health & Damage
- Enemies & AI
- Projectile Attack
- Pause Menu
- Main Menu
使用说明
- 打开 Level1.unity 场景
- 选中场景里的Player
- 点击Unity的Menu:Window->Graph,打开流程窗口Graph
- 点击运行,就可以看到 神奇的东西在 Graph 里流动
-
如果焦点在Game窗口,按"A"角色会左移动,按"D"角色会右移动
Bolt截图