Hello everyone, I have a problem that I can’t always find a solution to, I use the codes as I will give in the link below, but sometimes the texts overlap in a very ridiculous way, like in the example image, how can I solve this problem? is there an error in my code or is my code missing?
note i am using version 5.10.
Hum. Not sure about that. According to the doc, the ADT needs a resolution. When I read ‘resolution’ I understand expressed in pixels and this is the only way I have ever used it. Pinging @carolhmj
Yep it’s in pixels. I’m not really sure what’s the problem in the linked playgrounds as it looks like normal text to me? I see that the texture scale and angles were changed too so I’d probably change it back to see the default state.
The strange thing is that if I say I write 100 times, only 4-5 of them have problems and it drives me crazy, if you say that this is not a problem, I will understand you
When you say “write” 100 times, do you mean running the playground 100 times? This exact same playground? It’s hard to say if it’s a problem or not if I can’t see it
No no it’s a mistake due to my misrepresentation
I wanted to specify the rate of getting this error in my own react project.
That’s why I was hovering over the version anyway, as a last resort, I’m going to install the latest version.
Hmm if you can’t reproduce this error on the playground then we would need to see your react project, and there’s a lot that can be causing this on the react side too
Yeah there’s a lot that can go wrong there, like this window.content object since it’s a global window object it can not get cleaned between refreshes and mess up the logic