unity Text文字淡入效果 CrossFadeAlpha()方法 先将alpha降为0,再改为1. public Text t; void Start() { t.CrossFadeAlpha(0f, 0f, true); t.CrossFadeAlpha(</