I have this prefab where I have a bullet placed relative to the character object as the child of that character object. I instantiate this character dynamically during the game play. Why is it that when the character fires his gun, the bullet is spawned not relative to the parent character object but from a fixed spot on the map and flies off to the target?
My question is how do you save as a prefab, the child game object positioned relative to the parent object?