We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf3336 commit f41f529Copy full SHA for f41f529
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(EntityId.ToULong(uid));
+ return NativeMethods.aiContextCreate((int)EntityId.ToULong(uid));
329
}
330
#endif
331
0 commit comments