Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Obi fluid DllNotFound
#6
(26-06-2022, 10:34 AM)Harutyun Wrote: Ok I've installed all required packages, but now it gives me errors during runtime.

DllNotFoundException: libOni assembly:<unknown assembly> type:<unknown type> memberTristenull)
Obi.ObiProfiler.DisableProfiler () (at Assets/Obi/Scripts/Common/Utils/ObiProfiler.cs:84)
Obi.ObiFixedUpdater.Update () (at Assets/Obi/Scripts/Common/Updaters/ObiFixedUpdater.cs:65)

The ObiProfiler component only works with the Oni(fallback) backend, as explained in the link I shared in the last post. If you’re using Burst you should just use Unity’s built in profiler sincr it has native integration.

Simply remove the ObiProfiler component from your scene, the error will go away.

Let me know if you need further help,
Reply


Messages In This Thread
Obi fluid DllNotFound - by Harutyun - 24-06-2022, 10:14 PM
RE: Obi fluid DllNotFound - by josemendez - 25-06-2022, 07:31 AM
RE: Obi fluid DllNotFound - by Harutyun - 26-06-2022, 09:12 AM
RE: Obi fluid DllNotFound - by josemendez - 26-06-2022, 09:47 AM
RE: Obi fluid DllNotFound - by Harutyun - 26-06-2022, 10:34 AM
RE: Obi fluid DllNotFound - by josemendez - 26-06-2022, 11:25 AM
RE: Obi fluid DllNotFound - by Harutyun - 26-06-2022, 12:27 PM