added new prefabs, added scene load manager
This commit is contained in:
@@ -42,6 +42,7 @@ public class Player : MonoBehaviour
|
||||
return;
|
||||
}
|
||||
Instance = this;
|
||||
DontDestroyOnLoad(gameObject);
|
||||
}
|
||||
private void Start()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user