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 the Il2Cpp process happens, attributes on generic parameters are lost. The most impactful situation is that where T : unmanaged becomes where T : struct. We should unstrip these attributes where possible.
The text was updated successfully, but these errors were encountered:
When the Il2Cpp process happens, attributes on generic parameters are lost. The most impactful situation is that
where T : unmanaged
becomeswhere T : struct
. We should unstrip these attributes where possible.The text was updated successfully, but these errors were encountered: