update
This commit is contained in:
@@ -56,9 +56,17 @@ namespace Ichni
|
||||
this.elementName = "EditorManager";
|
||||
this.elementGuid = Guid.Empty;
|
||||
uiManager.hierarchy.GenerateTab(this, null);
|
||||
StartCoroutine(DelayLoading());
|
||||
|
||||
|
||||
|
||||
}
|
||||
public IEnumerator DelayLoading()
|
||||
{
|
||||
StartCoroutine(projectManager.loadManager.Load("TestProject"));
|
||||
musicPlayer.audioSource.clip = songInformation.song;
|
||||
yield return new WaitForSeconds(2);//什么时候能加个loading界面
|
||||
|
||||
|
||||
beatmapContainer.gameElementList.ForEach(gameElement =>
|
||||
{
|
||||
@@ -66,7 +74,6 @@ namespace Ichni
|
||||
gameElement.Refresh();
|
||||
});
|
||||
}
|
||||
|
||||
public override void SetUpInspector()
|
||||
{
|
||||
IHaveInspection inspector = uiManager.inspector;
|
||||
|
||||
Reference in New Issue
Block a user