Obi Official Forum

Full Version: (Obi7) Ubuntu support
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Obi team, thanks for developing the GPU version of Obi plugins! I got it to work on Windows, but it doesn't seem to work on my Ubuntu 20.04 system. I tried multiple Unity versions, including 2023.1.0a21, 2021.3.27f1(LTS), and 2020.3.48f1(LTS) but none of them worked. 

My GPU is a 4090.

The error logs are in the attachments.

Any help is appreciated!
(20-05-2024, 08:28 PM)NekoKOKO Wrote: [ -> ]Hi Obi team, thanks for developing the GPU version of Obi plugins! I got it to work on Windows, but it doesn't seem to work on my Ubuntu 20.04 system. I tried multiple Unity versions, including 2023.1.0a21, 2021.3.27f1(LTS), and 2020.3.48f1(LTS) but none of them worked. 

My GPU is a 4090.

The error logs are in the attachments.

Any help is appreciated!

Hi,

Which graphics API are you using?

Your console contain GLSL linker errors, but compute shaders in Obi are written using HLSL. Furthermore, according to Unity Linux only has compute shader support when using Vulkan:
https://docs.unity3d.com/Manual/class-Co...hader.html

kind regards,