Open longnvgearinc opened 1 year ago
Thanks for that great asset. I am using Unity 2022.3.x editor version. Works with no problem on Unity editor on my Windows device, but on Apple Silicon chip mac device (Apple M2 Pro), I am getting "DllNotFoundException: diskutils assembly:
The issue was likely caused by the incompatible native framework built on the platform. Download the repository and open the Xcode project that was attached in the repository, and rebuild the bundle file should solve the issue.
Alternatively, you may head to my forked repository to download the unity package directly.
Just rebuild locally as @SpoILeR02 suggested and worked fine for me, thanks a lot!
Here are some more detailed steps:
Mac/diskutils/diskutils/diskutils.xcodeproj
(you might need to install XCode)DerivedData/diskutils-some_hash/Build/Products/Debug
and use the diskutils.bundle
file to replace the one in your unity project (the one directly inside the DiskUtils
folder, not the one in DiskUtils/Android
of course)Hope it helps! :)
Could you please support for chip SILICON of Apple M1/M2? Many thanks.