dkrprasetya / simple-disk-utils

Unity plugin for disk/storage capacity check helper methods
105 stars 35 forks source link

Could you please support for chip SILICON of Apple M1/M2 #9

Open longnvgearinc opened 1 year ago

longnvgearinc commented 1 year ago

Could you please support for chip SILICON of Apple M1/M2? Many thanks.

ElfonzoDarkos commented 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: type: member:(null)" error. Is there a fix for that?

SpoILeR02 commented 6 months ago

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.

Tolo789 commented 5 months ago

Just rebuild locally as @SpoILeR02 suggested and worked fine for me, thanks a lot!

Here are some more detailed steps:

Hope it helps! :)