I'm working on a bit of UI for a small game we are making at university and i'm having an issue finding a way to animate text the way i want. So basically i want to have text with varied color brightness, which gives the effect of moving in a constant speed in one direction. I have seen this done in Unreal Engine on…
If you're going to be doing any work with text in Unity, I strongly suggest getting TextMeshPro which has just recently been bought by Unity and made free to all users. It renders text so much better than the built in Unity method. With TextMeshPro, there would be a few ways of doing this. The simplest way I can think of…