How to mask/scissor the Draw.Text?
Hello, I see that masking does work and I tried it and it works for line drawing.
https://shapes.userecho.com/en/communities/1/topics/295-scissorclip-drawing-region
How about the text?
How can Draw.Text be masked?
Thanks, Phil
Reporting a bug? please specify Unity version:
Reporting a bug? please specify Shapes version:
Reporting a bug? please specify Render Pipeline:
Built-in render pipeline
Prior to 4.2.0, you could mask text, but that update dropped support for it in exchange for a massive performance gain in immediate mode text. It's worth reading the changelog for 4.2.0 if you want details!
https://acegikmo.com/shapes/changelog/
It might be possible for me to reimplement it eventually, but it might take a while because it's pretty nontrivial to do in a performant way