Display Hit Text On Collition
Hi, I am trying to display an amount of damage dealt using text. I am working a on 2D game and when the player hits an enemy for (let's say) 2 Hp, I want to have a small red number 2 to pop up above the enemy's head and fade away. I feel like a particle system could handle this beautifully, if only you could change the particle sprite via script. If anyone knows how this could be done in c#, I would be very grateful!!
Your answer
Follow this Question
Related Questions
[SOLVED] Problem with OnCollisionEnter2D script after upgrading to Unity 5.3(from Unity 4.6) 1 Answer
[HELP] To show wave number on a zombie survival game. 0 Answers
[SOLVED]My UI text don't update from script 3 Answers
Can anybody tell me how to display text on axis? 1 Answer
UI Text: Words at end of line jumping to next line 0 Answers