We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
在update里面重新打开ui有概率会抛出NullReferenceException
因为RefocusUIForm修改了m_UIFormInfos, 但没有更新m_CachedNode, 当这个ui有刚好是m_CachedNode下一次循环current.Next就会是空的
ps: LinkedList移除的时候所有数据会被置空
The text was updated successfully, but these errors were encountered:
你可以看看怎么修复,然后发起PR 请求
Sorry, something went wrong.
No branches or pull requests
在update里面重新打开ui有概率会抛出NullReferenceException
因为RefocusUIForm修改了m_UIFormInfos, 但没有更新m_CachedNode,
当这个ui有刚好是m_CachedNode下一次循环current.Next就会是空的
ps: LinkedList移除的时候所有数据会被置空

The text was updated successfully, but these errors were encountered: