Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Colorless liquid particles (URP).
#3
Hi there!

(24-10-2021, 01:04 PM)Volchok Wrote: 3 days ago I sent you an email to support@virtualmethodstudio.com , but received no response. Perhaps my email got into your spam folder.

I just saw your email, it was written last friday at 21:44 local time. By then there was no-one in office, sorry! We seldom check emails/forums during weekends.

First, make sure you're actually using your URP rendering pipeline asset! Otherwise fluids won't show no matter what. The error message in your console complains about render features missing from your pipeline, but your pipeline has no missing render features. Maybe you're using a different one?

(24-10-2021, 01:04 PM)Volchok Wrote: 2. When I set the Render checkbox in Emitter-->ObiParticleRenderer everything worked, but for unknown reason the color of the liquid is always black.

It's not working, only particles are visible. Even then, they're black because you're using a standard pipeline shader instead of a URP shader (as CreepGin points out in the post above mine)

Make sure you disable the "render" checkbox in the ObiParticleRenderer. This will render particles below the fluid surface, which is not what you want. You only want the fluid surface to be visible.

(24-10-2021, 01:04 PM)Volchok Wrote: 4. When starting the Fluid Viscosity scene, there is no liquid, but there are such messages in the console

- The BurstColliderWorld component is missing (and warnings appearing in your console) because you haven't installed the Burst dependencies. Note these aren't required for the engine to work and fluid to be rendered, but it will fall back to the native backend. These warnings can be safely ignored, you can even remove the BurstColliderWorld object if not going to use it. For more info, see backends: http://obi.virtualmethodstudio.com/manua...kends.html

Also, check this out for a broader picture of Obi's architecture: http://obi.virtualmethodstudio.com/manua...cture.html

Let me know if the issue persists.

kind regards
Reply


Messages In This Thread
Colorless liquid particles (URP). - by Volchok - 24-10-2021, 01:04 PM
RE: Colorless liquid particles (URP). - by josemendez - 25-10-2021, 08:10 AM