Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  (Obi7) Ubuntu support
#1
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!


Attached Files Thumbnail(s)
       
Reply
#2
(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,
Reply