Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  DllNotFoundException
#1
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.



[Image: Screen-Shot-2022-07-22-at-13-06-44.jpg]
Reply
#2
(22-07-2022, 12:15 PM)kureysalp Wrote: 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.



[Image: Screen-Shot-2022-07-22-at-13-06-44.jpg]

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/manua...setup.html

As well as the page explaining backends:
http://obi.virtualmethodstudio.com/manua...kends.html

Let me know how it goes. Kind regards,
Reply
#3
(22-07-2022, 01:48 PM)josemendez Wrote: 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/manua...setup.html

As well as the page explaining backends:
http://obi.virtualmethodstudio.com/manua...kends.html

Let me know how it goes. Kind regards,

Yes I am using M1. 

Instructions in the manual worked thanks.
Reply