20-11-2024, 06:10 AM
(19-11-2024, 09:08 PM)josemendez Wrote: Hi,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,
Thank you for responding.
I followed the setup guide and installed Obi Rope in a fresh Unity 6 LTS project without making any changes, but I encountered the same error. Interestingly, when I try the sample scenes, the errors disappear, and the asset works as expected.
I did notice that Obi Rope installs an older version of the Jobs package. Removing it later has no effect as Unity 6 installs Jobs and its dependencies by default.
I tried importing Obi Rope by skipping dependencies and got the same error.