Text node incorrectly clipped with stencil (SOLVED)

I wonder, do you use a custom render script?
If so, in the last release, we fixed a few stencil clipping issues, and one fix was to add an extra line to the render script. Perhaps this is something that could work for you:

render.set_stencil_mask(0xff)

(Add it before the render.clear() commands)

See release notes here

3 Likes