Hi,
I am currently coding an FPS game in Unity. When you shoot, it shoots a raycast from the center of the screen to a collider, deals damage and makes a bullet hole graphic to the collider. The only problem is that when an animation is played, it makes it stay in the same spot, while the character (for example) falls over. How do I parent the bullet hole graphic to the enemy? Thanks for any help!