I want to create a clone of my sprite. This clone shouldn't have the same objectname so it doesn't bite with my other code. I just want to create a thumbnail of my sprite which shows next to the healthbar so the user can identify the health of his character.
I want to do this in runtime because the character is allways different. And i dont want to copy the whole object because it has many animations.(which would mean i would double the mb of my project)
Thank you for answers and sorry for my bad englando.