I am a bit baffled at the moment. Something i did a few dozen times before makes trouble now. I set the text of the label to another string by code at runtime. And the position of the string changes by that.
It`s a small string that i set to "Press Enter" while a conversation, and at the last paragraph to "Move on"
I have reduced the trouble maker to the text positions. When i use the upper left corner as the center of the text, then everything is fine. When i use the center of the string, then i get an offset when i change the text. I need the center because i scale this string in and out to animate it.
I have solved it by offsetting the text in the first place, and change the string to whatever i need. So that the string is offset in every case. But that`s not really a nice solution.
Is this a known issue? Do you know a better workaround or a fix here?