20-11-2024, 12:36 PM
(20-11-2024, 07:40 AM)josemendez Wrote: Hi,The error occurs before the import process is completed, and it doesn’t appear again afterward.
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?
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,
Regarding the backend, I haven’t modified the default settings.