Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dll not found exception
#1
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?
Reply
#2
(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/manua...setup.html
http://obi.virtualmethodstudio.com/manua...html#burst

kind regards,
Reply
#3
(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/manua...setup.html
http://obi.virtualmethodstudio.com/manua...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.
Reply