Bug / Crash DllNotFoundException - 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: Bug / Crash DllNotFoundException (/thread-3536.html) |
DllNotFoundException - kureysalp - 22-07-2022 Hi, I bought the asset recently. When I try any of the sample scenes I get this error. In a fresh project, just imported asset with package manager. Any help? Using Unity 2021.3.3f1 LTS Edit: Restarting unity didn't work. RE: DllNotFoundException - josemendez - 22-07-2022 (22-07-2022, 12:15 PM)kureysalp Wrote: Hi, Hi, Are you using a mac with the M1 chip by any chance? The fallback library used when the required package dependencies are not installed does not support the M1 architecture. You need to install the required packages, see the setup guide in the manual: http://obi.virtualmethodstudio.com/manual/6.3/setup.html As well as the page explaining backends: http://obi.virtualmethodstudio.com/manual/6.3/backends.html Let me know how it goes. Kind regards, RE: DllNotFoundException - kureysalp - 22-07-2022 (22-07-2022, 01:48 PM)josemendez Wrote: Hi, Yes I am using M1. Instructions in the manual worked thanks. |