Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Don't works in HDRP projects Unity 2019
#1
My project is using Render Pipeline and The particles don't appears! and all Obi Shaders are obsolete from this! How to fix it??
Reply
#2
(29-06-2019, 03:53 AM)conceptfac Wrote: My project is using Render Pipeline and The particles don't appears! and all Obi Shaders are obsolete from this! How to fix it??
The built-in renderers have only been tested with Unity's built-in pipeline. See the FAQ:
http://obi.virtualmethodstudio.com/tutorials/

Quote:
Quote:Cloth, Rope and Softbodies support SRP out of the box, since they do not perform any custom rendering. Obi Fluid does include a custom rendering pipeline based on screen-space ellipsoid splatting, that has yet to be tested for compatibility with SRP.

Upcoming versions will provide a FluidRenderer that works with SRP. For the time being you can write your own, as the fluid rendering pipeline is designed to be extensible. See:
http://obi.virtualmethodstudio.com/tutor...ering.html
Reply