Add airship level
Fix default spawn issue TODO: Fix issue with spawning when loading from other scenes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class PlayerSpawnController : MonoBehaviour
|
||||
public partial class PlayerSpawnController : MonoBehaviour
|
||||
{
|
||||
public GameObject Player;
|
||||
[SerializeField]
|
||||
@@ -14,5 +14,4 @@ public class PlayerSpawnController : MonoBehaviour
|
||||
Player.transform.position = _spawnLocation.transform.position;
|
||||
Player.transform.rotation = _spawnLocation.transform.rotation;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user