Hello all !
I am currently struggling to get a text field to move with a sprite (an image as background).
What I did is add my image as a sprite in my hierarchy. I assigned my script to get it moving around (it works).
Now it is blank and I want to add text hover that I can change programmatically. So I added a text as a child to the sprite to move it with the sprite but it wasn’t moving. So I applied the same moving script to the child text but it does move quite the same way. It seems to be moving inside the sprite or canvas I don’t know.
I don’t know if I am clear but I just want to move an image with a text hover which I can change programmatically in a script.
Do you know how I can do this ? ^^
Thanks !