- Home /
How Too Scrolling UI Text Message Centre
I'm wondering what the best C# way to do this would be. Basically I want to do a scrolling repeating text marquee using the UI text NOT ON GUI TEXT. I have several buttons that represent different devices, if one device is activated it would update the scrolling message marquee using the UI Text on the canvas. Has anyone done something like this?
Answer by whaleinthesea · Dec 12, 2015 at 10:24 AM
See this project I made, I hope this is what you are looking for. Put all your content in the content gameobject and at the screen gameobject you can change the scrolling direction(higher value is higher speed). Link: https://www.dropbox.com/s/yekfxmm01zhp76l/UnityInfiniteScroll.zip?dl=0
@matyboy02, Thats awesome thanks man.... I ended up going with a non scrolling text but I'm going to save this into my resources folder as this is bloody brilliant :D
I'm glad to hear you like it :) Let me know if you have any questions about this project.
@matyboy02, thanks, I am having a slight issue with my UI text scroll starting Way WAY over off to the right like this (See attached image) Is there a way to fix that?
Your answer
Follow this Question
Related Questions
individual character shaking in the text of unity UI 1 Answer
How do I color exactly half of a word in TMPro UI text? 0 Answers
Pass through control on UI elements? 0 Answers
Example for Text -> Material usage 0 Answers
Scrollable Text of Arbitrary Length 0 Answers