Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is Obi Rope compatible with Unity 6 LTS?
#4
(19-11-2024, 06:13 PM)FadelMS Wrote: 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)

Hi,

I´m unable to reproduce this problem. Installed Obi Rope 7.0.3 on Unity 6, works without issue.

The error message you shared points to the following line:
Code:
GameObject.Instantiate(Resources.Load<ComputeShader>("Compute/Solver"));

A null reference here means the /Obi/Resources folder has either been removed after installing the asset, or the asset has been improperly installed. Please follow the setup guide, and don't delete any asset folders/files after completing installation as doing so will prevent the asset from working properly - or at all.

kind regards,
Reply


Messages In This Thread
RE: Is Obi Rope compatible with Unity 6 LTS? - by josemendez - 19-11-2024, 09:08 PM