added new prefabs, added scene load manager

This commit is contained in:
2023-03-05 23:46:07 +02:00
parent 471fc5df93
commit 2227fb18b5
46 changed files with 6729 additions and 8873 deletions
+1
View File
@@ -42,6 +42,7 @@ public class Player : MonoBehaviour
return;
}
Instance = this;
DontDestroyOnLoad(gameObject);
}
private void Start()
{