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
When TypeReference was created or its Type property was set through scripting, it took 80ms because GUID was searched for each time. Now, GUID search has moved to OnBeforeSerialize(), so TypeReference creation/change takes less than 1 ms.
0 commit comments