Obi Official Forum
Dll not found exception - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Rope (https://obi.virtualmethodstudio.com/forum/forum-4.html)
+--- Thread: Dll not found exception (/thread-3289.html)



Dll not found exception - turnercore - 24-01-2022

Trying to install Obi Rope for the first time, created a new project in Unity 2021.2.7f1, using MacOS, and I'm getting a bunch of errors when I install, and once I restart Unity I get 4 dll not found exception errors (and also the demo scenes don't work). I may well be doing something wrong on the install, but I have no idea what to try. Any help with this?


RE: Dll not found exception - josemendez - 25-01-2022

(24-01-2022, 08:58 PM)turnercore Wrote: Trying to install Obi Rope for the first time, created a new project in Unity 2021.2.7f1, using MacOS, and I'm getting a bunch of errors when I install, and once I restart Unity I get 4 dll not found exception errors (and also the demo scenes don't work). I may well be doing something wrong on the install, but I have no idea what to try. Any help with this?

Hi there,

If you're using Apple Silicon (M1 CPU) you need to use the Burst backend since there's no fallback for it.
Follow the setup steps:

http://obi.virtualmethodstudio.com/manual/6.3/setup.html
http://obi.virtualmethodstudio.com/manual/6.3/backends.html#burst

kind regards,


RE: Dll not found exception - turnercore - 25-01-2022

(25-01-2022, 09:30 AM)josemendez Wrote: Hi there,

If you're using Apple Silicon (M1 CPU) you need to use the Burst backend since there's no fallback for it.
Follow the setup steps:

http://obi.virtualmethodstudio.com/manual/6.3/setup.html
http://obi.virtualmethodstudio.com/manual/6.3/backends.html#burst

kind regards,

Thanks! Will try! I kinda figured it had to do with the M1 since it's so new there's a lot of little things that tend to crop up getting stuff to work.