How do I get this weird rendering issue to stop?
I have a blueprint that causes this 3D Widget to follow the position and rotation of an arrow attached to my VRPawn. For some reason, nearly every time the widget moves, the text I’m showing starts to flicker uncontrollably and it’s extremely distracting.
It seems to only show up within the HMD itself. The “VR Preview” window doesn’t show anything wrong with the text, so I was only able to capture this bug from running a separate instance of Oculus Mirror (I have a CV1 for reference).
These are my rendering settings:
- Dynamic Global Illumination Method = Lumen
- Reflection Method = Lumen
- Reflection Capture Resolution = 32
- Nanite = Enabled
- Forward Shading = Disabled
- Stereo Foveation Level (Experimental) = Medium
- Dynamic Foveation (Experimental) = Enabled
- Instanced Stereo = Disabled
- Anti-Aliasing Method = AAM_TSR
- MSAA Sample Count = 4x MSAA
And the 3D Widget’s material:
- Material Domain = Surface
- Blend Mode = Translucent
- Shading Model = Unlit
- Screen Space Reflections = Disabled
- Contact Shadows = Disabled
- Output Depth and Velocity = Enabled
- Responsive AA = Disabled
- Translucency Pass = After Motion Blur
- Disable Depth Test = Enabled
Please let me know if there are any other relevant settings I left out. Thank you in advance for any assistance here, I’ve been struggling with this issue for weeks.