Whenever I click on the ComputeCollisionWorld I get this spam.. only after deleting this gameobject and then,
going to Obi Solver and selecting Backend Burst(CPU) and then changing it back to (GPU) will it fix it, unless I click on it again then same issue.
6.2/6.3 latest versions, this issue happens from what I've seen.
Code:
ArgumentNullException: Value cannot be null.
Parameter name: buffer
UnityEngine.Bindings.ThrowHelper.ThrowArgumentNullException (System.Object obj, System.String parameterName) (at <a79a791492ad46a4a58f705c3ae06f55>:0)
UnityEngine.ComputeShader.Internal_SetGraphicsBuffer (System.Int32 kernelIndex, System.Int32 nameID, UnityEngine.GraphicsBuffer buffer) (at <a79a791492ad46a4a58f705c3ae06f55>:0)
UnityEngine.ComputeShader.SetBuffer (System.Int32 kernelIndex, System.Int32 nameID, UnityEngine.GraphicsBuffer buffer) (at <a79a791492ad46a4a58f705c3ae06f55>:0)
UnityEngine.ComputeShader.SetBuffer (System.Int32 kernelIndex, System.String name, UnityEngine.GraphicsBuffer buffer) (at <a79a791492ad46a4a58f705c3ae06f55>:0)
Obi.ComputeSolverImpl.UpdateBounds (Obi.IObiJobHandle inputDeps, System.Single stepTime) (at Assets/Obi/Scripts/Common/Backends/Compute/Solver/ComputeSolverImpl.cs:601)
Obi.ObiSolver.UpdateBounds () (at Assets/Obi/Scripts/Common/Solver/ObiSolver.cs:1920)
Obi.ObiSolver.LateUpdate () (at Assets/Obi/Scripts/Common/Solver/ObiSolver.cs:1217)going to Obi Solver and selecting Backend Burst(CPU) and then changing it back to (GPU) will it fix it, unless I click on it again then same issue.
6.2/6.3 latest versions, this issue happens from what I've seen.

