20-11-2024, 07:40 AM
(This post was last modified: 20-11-2024, 08:49 AM by josemendez.)
(20-11-2024, 06:10 AM)FadelMS Wrote: Hi,
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.
Hi,
If running a scene does not trigger the issue, would you mind specifying when does it happen? Is it immediately upon importing the asset, even without running it?
(20-11-2024, 06:10 AM)FadelMS Wrote: 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.
This issue has nothing to do with dependency packages. The cause of the problem is that the asset is trying to load a compute shader (normally located in Obi/Resources/Compute/) but is unable to find it. That’s why I assumed either the folder or its contents had been removed or improperly imported during installation. Note this would only happen when using the compute (GPU) backend, since the default backend (Burst-CPU) does not use compute shaders.
Kind regards,