本地化
This commit is contained in:
@@ -78,17 +78,11 @@ namespace AibisDream
|
||||
{
|
||||
yield return Addressables.UnloadSceneAsync(_loadHandle);
|
||||
_data.sceneName = null;
|
||||
EnumEventSystem.Global.Send(EventEnum.SceneUnload);
|
||||
}
|
||||
|
||||
_isLoading = false;
|
||||
}
|
||||
}
|
||||
|
||||
public void UnloadScene()
|
||||
{
|
||||
StartCoroutine(UnloadSceneAsync());
|
||||
}
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
|
||||
Reference in New Issue
Block a user