Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Obi Rope not working on OS X Silicon
#1
Exclamación 
I am trying to install into Unity 2022.3.19f1 on my Macbook M1 Max. 

I have tried reimporting the asset and restarting the editor to no avail. 

How can I fix this error?

   
Reply
#2
Hi,

Please install the required package dependencies for Burst as stated in the setup guide:
http://obi.virtualmethodstudio.com/manua...setup.html
http://obi.virtualmethodstudio.com/manua...html#burst

If you don't install these, the asset will fall back to a native-library based backend which is not compatible with the Apple Silicon architecture:

Quote:Oni is the legacy backend used in Obi 2.x - 4.x. It is a native library written in C++11, that comes precompiled for each platform. For this reason, only a few platforms are supported by it: Windows, Mac (Intel only, no Apple Silicon support), Linux, Android, iOS.

kind regards,
Reply