コード例 #1
0
 void Awake()
 {
     if (instance != null)
     {
         Debug.LogError("More than one BuildManager in scene!");
         return;
     }
     instance = this;
 }
コード例 #2
0
 void Start()
 {
     _Cs = CreatorCrads.instance;
 }