So I’m using a TextRender component to display some static messages in my scene, but the text often gets clipped by the scene geometry:
I’m wondering if there’s a way to use render layering or else fiddle with the depth values of the text so that it doesn’t get clipped, or if there’s some other way to get a similar effect without the clipping issue.
Any advice?