Alright, so I have my ui layer set to zero scrolling and zero parallax also. I have the text anchored too.
The problem is, when ex. I spawn some text, it first appears for a brief second on some other position, then quickly goes to its rightful position. How do I make it so that it wouldnt appear anywhere else, but immediately to its rightfull position ? I think I understand why it happens, thouhg not sure - it first appears by the x,y of the layer, then it realizes it is anchored, and accordingly to everything it immediately goes into the correct place.