Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Fluid shader not working on unity 2019.4.13f1
#1
Do I need to install a previous release to work with my unity version?
The package I installed from the store a few days ago, the fluid renderer is not showing anything on the camera view, only through the particle renderer in scene view.
I'm using URP.
Reply
#2
(12-08-2021, 03:42 AM)dennik Wrote: Do I need to install a previous release to work with my unity version?
The package I installed from the store a few days ago, the fluid renderer is not showing anything on the camera view, only through the particle renderer in scene view.
I'm using URP.

All included sample scenes are set up for the built-in render pipeline. Fluid rendering is set up in a slightly different way for URP. See the manual:
http://obi.virtualmethodstudio.com/manua...ering.html

Quote:Setting up fluid rendering is done in a slightly different way depending on which scriptable render pipeline you're using:
  • Built-in
    Add a ObiFluidRenderer component to each camera you need to be able to render fluid.
  • Universal (URP)
    Add a ObiFluidRendererFeature to your pipeline's renderer feature list.

Also check out the video on URP rendering setup:
Reply
#3
(12-08-2021, 07:38 AM)josemendez Wrote: All included sample scenes are set up for the built-in render pipeline. Fluid rendering is set up in a slightly different way for URP. See the manual:
http://obi.virtualmethodstudio.com/manua...ering.html


Also check out the video on URP rendering setup:

I got it working. Thanks for the tip Jose
Reply