01-04-2021, 02:00 PM
(This post was last modified: 01-04-2021, 02:03 PM by josemendez.)
(01-04-2021, 01:53 PM)Henning Wrote: One thing that I observed is that when I hit the play button, I got this error which kept repeating itself:
DllNotFoundException: libOni
Maybe it the part that caused the whole problem? Thanks.
Yes, that means the entire engine library isn’t found by Unity. Nothing (sinulation, rendering) will work.
If you’ve just imported Obi into the project, restarting Unity usually fixes it as Unity can’t hot-load native libraries (see our FAQ: http://obi.virtualmethodstudio.com/faq.html)
Another possibility is that the library just isn’t there for some reason. Check that /Obi/Plugins/x86_64/libOni.so exists.
Note this only applies when using the fallback backend (Oni). Installing the required Burst dependencies will circumvent the use of any native libraries.