Rising Text

How would i go about making text rise from a coin when collected, Slowly fading like in WoW when you hit someone?

391835--13455--$0_1_156.jpg

Options include modifying the transform or GUI control position and/or color alpha manually in Update() or in a coroutine, or using an animation. Which methods are viable and the details of implementation depend on how you’re representing your text (e.g. GUI, GUIText, TextMesh, etc.).