unity.Csharp There are some C# code templates that faster your game or software engineering. 这是一些Unity中的C#常用的脚本模板,涉及到常用组件、无线传输等,用来加速游戏开发(不用都从0开始写了) 单例模式直接让脚本继承singletone就行了。