Esempio n. 1
0
 protected virtual void Start()
 {
     // Upgrade scene
     // NOTE: This must be done in Start because when done in OnEnable this fails to dirty the scene
     SgtHelper.DestroyOldGameObjects(transform, "Corona Model");
 }