Hey, I have a canvas with a tmp text and would like to create an animation that moves a ball (in a curve) exactly into the “O” in my text.
My previous approach would be to try to translate the position of the text into the world coordinates using a script and then move the ball there.
If someone has an idea how I could implement it, I would be very happy!