pt2
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user