【m】优化卸载加载逻辑
This commit is contained in:
@@ -26,7 +26,7 @@ public class VideoSystem : AbstractSystem, IVideoSystem
|
||||
public async void PlayVideo(VideoPanel.VideoInfo info)
|
||||
{
|
||||
AudioCoreManager.SetMusicVolume(2f, 0f);
|
||||
await this.GetSystem<IPanelSystem>().PushQueue<VideoPanel>(parent:AppConfig.GetDefaultMainInstance().transform,packageName:"Main");
|
||||
await this.GetSystem<IPanelSystem>().PushQueue<VideoPanel>(packageName:"Main");
|
||||
this.GetSystem<IPanelSystem>().SendPanelEvent(ModeType.VideoStart,info);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user