TextBlocks not rendering correctly on some hardware #10
JoshSauter
started this conversation in
Bugs
Replies: 1 comment 4 replies
-
Thanks for including the pictures and hardware details! I'm looking into this and will follow up when I have a fix or if I have any additional questions. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I made a build of some UI that I had worked on with the Nova framework and sent it to a friend, but unfortunately all of the text contained within TextBlock elements was severely distorted on his machine, even though the same build looked fine on mine:

I thought maybe it was something with the font I was using, or perhaps a TextMeshPro issue instead of TextBlock, so I sent him a build of the same thing with a different font (had the same issue), and then a build of the NovaDemo sample scene, with a non-TextBlock TextMeshPro element (the one that says "Sample Text") as well as the default TextBlock element that says "Visit novaui.io to learn more". The TMP text showed up correctly but the TextBlock text was once again distorted:

Both elements were using the same font assets, and it seems like only the Nova TextBlock element is affected.
The bug appears to be dependent on system hardware, as another friend who has a computer with more similar architecture to mine did not have the issue.
Here are the computer specs of the bugged appearance:
CPU: Ryzen 7 5800X
GPU: AMD Radeon RX 5700XT
Resolution: 1440p primary monitor (where the build was ran), 1080p secondary monitor
My computer specs:
CPU: 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz
GPU: NVIDIA GeForce RTX 3070
Resolution: 3840 x 2160 primary monitor (where the build was ran), 2560 x 1440 secondary monitor
I know hardware-specific bugs can be annoying to reproduce and fix, so hopefully I've provided enough information here to allow you to investigate, but please let me know if I can provide any more info.
Beta Was this translation helpful? Give feedback.
All reactions