Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rope not rendered in 2019.4.22
#8
(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.
Reply


Messages In This Thread
Rope not rendered in 2019.4.22 - by Henning - 01-04-2021, 12:26 PM
RE: Rope not rendered in 2019.4.22 - by Henning - 01-04-2021, 12:40 PM
RE: Rope not rendered in 2019.4.22 - by Henning - 01-04-2021, 12:53 PM
RE: Rope not rendered in 2019.4.22 - by Henning - 01-04-2021, 01:53 PM
RE: Rope not rendered in 2019.4.22 - by josemendez - 01-04-2021, 02:00 PM
RE: Rope not rendered in 2019.4.22 - by Henning - 01-04-2021, 02:06 PM
RE: Rope not rendered in 2019.4.22 - by Henning - 01-04-2021, 03:03 PM
RE: Rope not rendered in 2019.4.22 - by Henning - 01-04-2021, 04:23 PM