Unity-SRP-VXGI
Unity-SRP-VXGI copied to clipboard
How to display Text in VXGI
I tried to create "GameObject - UI - Text" in VXGI mode. But the text didn't show. Although i set the font material to VXGI material,it just shows a bunch of rectangles~
The text material doesn't need to use VXGI shader. I suppose that I haven't setup the UI rendering in the render pipeline. I will check this out later.
I have checked the Text UI. If no material is assigned to the text, it is displayed normally. Do you want to assign material to the text?
This tute discusses UI elements in custom SRP https://catlikecoding.com/unity/tutorials/custom-srp/custom-render-pipeline/
@andywatts That tutorial only discusses how to display UI geometry in Scene View. In Game View, the UI is rendered in a separated pipeline.