change multiple scene system to dynamic indoor scene
This commit is contained in:
@@ -5,6 +5,6 @@ public class StartUp : MonoBehaviour
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
GameManager.Instance.Scene.Change("City",string.Empty);
|
||||
GameManager.Instance.Scene.Change("City");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user