Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rope not rendered in 2019.4.22
#9
(01-04-2021, 02:00 PM)josemendez Wrote: 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.

Great! It should be the culprit then!

I have restarted the project several times so hot-loading shouldn't be the problem. /Obi/Plugins/x86_64/libOni.so exists as well.

Here is the complet error I got when restarting the project. 

DllNotFoundException: libOni
Obi.OniBackend.CreateSolver (Obi.ObiSolver solver, System.Int32 capacity) (at Assets/Obi/Scripts/Common/Backends/Oni/OniBackend.cs:17)
Obi.ObiSolver.Initialize () (at Assets/Obi/Scripts/Common/Solver/ObiSolver.cs:849)
Obi.ObiSolver.AddActor (Obi.ObiActor actor) (at Assets/Obi/Scripts/Common/Solver/ObiSolver.cs:1107)
Obi.ObiActor.AddToSolver () (at Assets/Obi/Scripts/Common/Actors/ObiActor.cs:338)
Obi.ObiActor.OnEnable () (at Assets/Obi/Scripts/Common/Actors/ObiActor.cs:313)
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 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