-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi!
Thank you for your work on this! I have tested the MetaLoader class and found a 3.6x speedup compared to using VRMImporterContext.
I also wanted to try the jobs based loader, but it refused to run due to the unsafe native pointer restriction introduced in Unity. After decorating the loader pointers with [NativeDisableUnsafePtrRestrictionAttribute] (documentation), there no longer was an error, but instead Unity crashed. Do you think it is possible to make the JobMetaLoader work on the current Unity version?
I added [NativeDisableUnsafePtrRestrictionAttribute] before these lines:
| private readonly IntPtr loader; |
| private readonly IntPtr loader; |
Metadata
Metadata
Assignees
Labels
No labels