Update project settings and scene management; modify asset paths and enable/disable platform-specific settings
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Systems
|
||||
yield return new WaitUntil(() => StoreIsClosed);
|
||||
}
|
||||
|
||||
SceneManager.LoadScene(winScene.name);
|
||||
SceneManager.LoadScene("win");
|
||||
}
|
||||
|
||||
public void AddCoins(int amount)
|
||||
|
Reference in New Issue
Block a user