How to use visual effect graph within Unity under Linux
Bug
First thing in first, if you didn’t config stuff like I did here. You’ll get in trouble.
I don’t have an Nvidia GPU, is that OK?
Yeah, it’s fine.
Because we got Vulkan
, which handles all different GPU perfectly.
So first. Let’s install Vulkan
sudo apt install libvulkan1 mesa-vulkan-drivers vulkan-utils
https://linuxconfig.org/install-and-test-vulkan-on-linux
Then you have to config your Unity Project settings
After that, you have to install two packages
High Definition RP
and Visual Effect Graph
‘Have fun!’, said by yingshaoxo with full of passion.
Author
yingshaoxo@gmail.com