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
Unity 2022.
Using resolve on Queue.Clear returns null.
MethodReferenceqClearMr=base.ImportReference(typeof(Queue<>).GetMethod("Clear"));MethodDefinitionqClearMd= qClearMr.Resolve();//returns null, qClearMr is not null.
The text was updated successfully, but these errors were encountered:
Unity 2022.
Using resolve on Queue.Clear returns null.
The text was updated successfully, but these errors were encountered: