Unity脚本设计入门
本篇是unity游戏中,C#脚本编辑的初体验
依旧是跟随官方教程
链接:https://learn.unity.com/project/creator-kit-beginner-code
导入:https://assetstore.unity.com/packages/templates/tutorials/creator-kit-beginner-code-urp-151986
记得创建3D URP模版,不然运行有bug
基本就是C#的标准结构,space,class,function,然后套官方函数,比如读属性,或者位置角度之类的,很简单。
游戏挺有意思的,arpg,可以自己试着加一点获胜条件啥的玩一玩