Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is Obi Rope compatible with Unity 6 LTS?
#3
(18-11-2024, 09:45 PM)josemendez Wrote: Hi,

Yes it is. Let me know if you encounter any issues.

kind regards,
I am sing Unity 6 26 URP. Obi Rope generates the same error 200 times. Here is the error:

ArgumentException: The Object you want to instantiate is null.
UnityEngine.Object.Instantiate[T] (T original) (at <b5bf0c891ea345fe93688f835df32fdc>:0)
Obi.ComputeSolverImpl..ctor (Obi.ObiSolver solver) (at Assets/Obi/Scripts/Common/Backends/Compute/Solver/ComputeSolverImpl.cs:194)
Obi.ComputeBackend.CreateSolver (Obi.ObiSolver solver, System.Int32 capacity) (at Assets/Obi/Scripts/Common/Backends/Compute/ComputeBackend.cs:8)
Obi.ObiSolver.Initialize () (at Assets/Obi/Scripts/Common/Solver/ObiSolver.cs:1253)
Obi.ObiSolver.InsertBufferedActor (Obi.ObiActor actor) (at Assets/Obi/Scripts/Common/Solver/ObiSolver.cs:1932)
Obi.ObiSolver.AddActor (Obi.ObiActor actor) (at Assets/Obi/Scripts/Common/Solver/ObiSolver.cs:1870)
Obi.ObiActor.AddToSolver () (at Assets/Obi/Scripts/Common/Actors/ObiActor.cs:367)
Obi.ObiActor.OnEnable () (at Assets/Obi/Scripts/Common/Actors/ObiActor.cs:338)
Reply


Messages In This Thread
RE: Is Obi Rope compatible with Unity 6 LTS? - by FadelMS - 19-11-2024, 06:13 PM