Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Skinned Mesh Renderer behind transparent fluid not rendering
#9
(28-10-2025, 08:03 AM)josemendez Wrote: Hi!

You mentioned the material used render queue 2000. Note that transparent materials do not use render queue 2000, but 2501-5000 (typically 3000), otherwise they won’t be rendered correctly since they won’t be sorted w.r.t. their distance to the camera. See: https://docs.unity3d.com/6000.2/Document...Queue.html
Hi, sorry for the late replay. Indeed, when standard material set to opaque, it has render queue 2000 but when set to transparent has render queue 3000. But just changing it to opaque from transparent worked for me. Thank you again.
Reply


Messages In This Thread
RE: Skinned Mesh Renderer behind transparent fluid not rendering - by AnupamSingh - 05-11-2025, 10:30 AM