- Home /
How to make text that scrolls horizontally?
Hello,i m sure you have seen it before in the news channels on tv.I created a canvas and a text and i want to make the text move from right to left automatically when the scene starts.How do i do this,does anybody know? =)
Comment
Answer by Xenuniter · Aug 02, 2015 at 12:58 PM
Oh nevermind,i found the solution.For anyone having the same question,just read this,the script is ready to use and really easy http://docs.unity3d.com/ScriptReference/Vector3.MoveTowards.html
Answer by Brian_Q · Mar 09, 2018 at 04:02 PM
Hey, I would love to do the same? So do you just attach the above script to the text object in the scene?