-
Notifications
You must be signed in to change notification settings - Fork 36
同时一次发起两次OpenUI 时,在 isMultiple=false时还是会出现两个页面 #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
AlianBlank
added a commit
to GameFrameX/com.gameframex.unity.ui.fairygui
that referenced
this issue
May 12, 2025
AlianBlank
added a commit
to GameFrameX/com.gameframex.unity.ui
that referenced
this issue
May 12, 2025
已修复 |
需要同时更新UI包和UI实现包 |
当测试代码如下。没有等待的时候。才会触发该BUG
|
AlianBlank
added a commit
to GameFrameX/com.gameframex.unity.ui.ugui
that referenced
this issue
May 12, 2025
如果使用以下代码,则不会出现重复界面的问题
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
isMultiple=false 情况下,如果打开UI,如果第二次OpenUI发起时,上一次还在加载中,m_UIFormsBeingLoaded 会同时存在 serialId 不同的两个相同的 uiFormAssetName
The text was updated successfully, but these errors were encountered: