Вернул зависимости, они послетали
This commit is contained in:
parent
dcbc536143
commit
ccb6ac8370
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0cd8157dcfbd7ea4686914e88dd0c837
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@ -6,7 +6,10 @@ public class StartGameScript : MonoBehaviour
|
||||
{
|
||||
public void StartGame()
|
||||
{
|
||||
StartCoroutine(LoadSceneAsync(StaticDataMap.SelectedMap, SceneManager.GetActiveScene().name));
|
||||
SceneManager.LoadSceneAsync(StaticDataMap.SelectedMap);
|
||||
|
||||
//StartCoroutine(LoadSceneAsync(StaticDataMap.SelectedMap, SceneManager.GetActiveScene().name));
|
||||
|
||||
Debug.Log("Çàãðóçêà");
|
||||
}
|
||||
private IEnumerator LoadSceneAsync(string newScene, string oldScene)
|
||||
|
Loading…
x
Reference in New Issue
Block a user