This commit is contained in:
djkellerman
2025-02-26 21:10:35 -05:00
parent 62c4a240b0
commit 341e481ab4
3 changed files with 1 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ public class PlayerManager : MonoBehaviour
private void OnPlayerJoined(PlayerInput playerInput)
{
print("Player joined");
print("Player joined");
//playerInput.transform.SetParent(transform);
DontDestroyOnLoad(playerInput.gameObject);