Unity-Technologies / VHACD

The V-HACD library decomposes a 3D surface into a set of "near" convex parts.
Apache License 2.0
140 stars 24 forks source link

Apple Silicon support please! (It works, just needs proper signing) #17

Open poke50uk opened 10 months ago

poke50uk commented 10 months ago

We use VHACD in an Unity tool of ours. All has been well until Apple M1 & 2. Now we managed to recompile and get VHACD functioning fine from Unity with our M2. However, we're not registered Apple devs, and it seem like when we provide the same dylib for others to run, Gatekeeper maybe blocking it?

Would it be possible if you could provide your own recompiled VHACD dylib, assuming you have an Apple dev account, and can sign / notarize that dylib ? So we don't have to recomile from source on every Mac we need to use the tool on.

Thanks,