Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Obi rope not working in Unity 2021.3.0f1
#3
(22-06-2022, 03:04 PM)josemendez Wrote: 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:



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!

I forgot to change the backend on the solver. Changing that solved the issue. Thanks!
Reply


Messages In This Thread
RE: Obi rope not working in Unity 2021.3.0f1 - by superdev - 23-06-2022, 07:23 AM