Hi constructers,
I'm very new here and I'm making a prototype of action RPG.
Now I want to display a HP damage text when player hit or get hit enemies. very typical example is Final Fantasy.
I wonder whats the cheapist way at performance wise? my first idea is to spawn a text object shows the damage amount, move upwards then destroy it?