jiaozi158 / ShellFurURP

Geometry/Multi-Pass Shell-based Fur shader for Unity's URP (Universal Render Pipeline). Based on hecomi's UnityFurURP Repository.
Other
165 stars 20 forks source link

Non-Multipass fails to render in Unity 6 #5

Open fenhelix opened 2 weeks ago

fenhelix commented 2 weeks ago

Although multi pass seems to be working flawlessly in Unity 6 I'm having issues getting PhysicalHair, Performant, HighFidelity, and BakedLighting to render anything.

Looking inside the frame debugger it appears as if the material isn't assigned even though that is not the case. The shader doesn't occur in any part of the render pass. Any ideas on why this may be?

Screenshot 2024-08-27 at 5 29 42 PM Screenshot 2024-08-27 at 5 37 44 PM

jiaozi158 commented 2 weeks ago

Hi, thank you for reporting this!

Looks like your current graphics API (Metal) doesn't support geometry shaders, so I would recommend using Multi-Pass Fur instead.