You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UQuery on UIElements.VisualElement will cause error like this: Unable to compile the code. Evaluator's last output was: (2,25): error CS0584: Internal compiler error: Unexpected error when loading type 'UnityEngine.UIElements.UQueryBuilder<T>'
But the single captured Q method works well. I checked unstripped code found that some methods under UQueryBuilder failed to unstrip, maybe that's the cause?
The text was updated successfully, but these errors were encountered:
UQuery on UIElements.VisualElement will cause error like this:
Unable to compile the code. Evaluator's last output was: (2,25): error CS0584: Internal compiler error: Unexpected error when loading type 'UnityEngine.UIElements.UQueryBuilder<T>'
But the single captured Q method works well. I checked unstripped code found that some methods under UQueryBuilder failed to unstrip, maybe that's the cause?
The text was updated successfully, but these errors were encountered: