Create UI manager and Hand Menu

This commit is contained in:
2024-08-31 16:16:46 +02:00
parent c9ee891dc6
commit fb7da37a5a
11 changed files with 4836 additions and 18 deletions

View File

@@ -71,6 +71,7 @@ public class PlayerComponent : NetworkBehaviour
audioListener.enabled = true;
StartCoroutine(DestroySoloComponents());
DontDestroyOnLoad(gameObject);
}
private IEnumerator DestroyMultiplayerComponents()