Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Obi rope not working in Unity 2021.3.0f1
#2
Hi!

This means that the required packages are not correctly installed, or that your solver is explicitly set up to use Oni (the fallback lib). The stack trace you shared clearly shows it's trying to initialize Oni, not Burst:

Quote:Obi.OniBackend.CreateSolver(Obi.ObiSolver solver, System.Int32 capacity)
Obi.ObiSolver.Initialize ()

Quote:In the above setup I am not getting the option of  JOBS -> Leaks detection -> Off

This means your packages are not correctly installed. These are required for the engine to run. Make sure to install all packages stated in the manual, and that their version is above the minimum. Once you do, no warning should appear in the solver inspector when the Burst backend is selected (which is the default) and you should have a Leak Detection option available in Unity's "Jobs" menu.

Let me know if you need further help!
Reply


Messages In This Thread
RE: Obi rope not working in Unity 2021.3.0f1 - by josemendez - 22-06-2022, 03:04 PM