clarte53 / GaussianSplattingVRViewerUnity

A VR viewer for gaussian splatting models developped as native plugin for unity with the original CUDA rasterizer.
Other
230 stars 29 forks source link

Implementation for URP and HDRP #25

Open JetFalseowl opened 3 months ago

JetFalseowl commented 3 months ago

Hi! I understand that, according to you, this implementation works only with the Standard Render Pipeline? I tried to run it in URP and HDRP, but the splats do not render. What needs to be fixed to implement shaders for URP and HDRP?

Peamon commented 3 months ago

Yes that right, it only work on standard pipeline. To move to URP or HRDP you need to change the post process system. I actually use "OnPostRender" and according to https://docs.unity3d.com/ScriptReference/MonoBehaviour.OnPostRender.html you have to change that for URP or HDRP and use https://docs.unity3d.com/ScriptReference/Rendering.RenderPipelineManager.html