Beispiel #1
0
 void Awake()
 {
     if (prefabGenerator == null)
     {
         prefabGenerator = new DefaultPrefabGeneration();
     }
 }