We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3382ce commit 7bf3336Copy full SHA for 7bf3336
1 file changed
com.unity.formats.alembic/Runtime/Scripts/Importer/AbcAPI.cs
@@ -325,7 +325,7 @@ struct aiContext
325
#if UNITY_6000_4_OR_NEWER
326
public static aiContext Create(EntityId uid)
327
{
328
- return NativeMethods.aiContextCreate(uid.GetHashCode());
+ return NativeMethods.aiContextCreate(EntityId.ToULong(uid));
329
}
330
#endif
331
0 commit comments