Finally Here’s the tutorial how do we make the version text color disco
First we need to open UI class inside Ui namespace
Now right click to the class and click add class member
just write a method void Update
void Update()
{
versionText.color = UnityEngine.Random.ColorHSV();
}
after that just compile and save, and now your version text color will be rainbow colored ;D
this tutorial worked for all Secret Neighbor Unity Mono version ;D
thanks for visiting my site, leave a comment if you need any help ;D