- Home /
Why does my particle child not keep its vertical position?
I'm working through the Ruby Adventure tutorial and the current step is to create a smoke particle that gets attached to an NPC robot to show it is damaged. Once I create the particle and turn it into a prefab it has me dropping the prefab onto the robot prefab to make the particle a child. I then set the local position of the child to 0,0,0. In the editor the smoke spawns where it should, right in the center of the robot's body. But when I start the game, the smoke spawns a little below the robot's feet.
It's only the vertical position that is effected (Y). I tested out the horizontal positioning by making changes to the smoke's X value and that part seems to be working as it should. Does anyone know of any possible settings that could cause this vertical re-positioning to happen?