- Home /
 
 
               Question by 
               Mentalist4006 · Jan 18, 2011 at 01:10 AM · 
                cameramovementprefabchildfirst-person-controller  
              
 
              First Person Controller not working
I'm making a first person shooter, and whenever I add a gun as a child to the camera of the First Person Controller, I can't move when I press play. I can look around, but no movement. Is there a reason why this isn't working?
               Comment
              
 
               
              $$anonymous$$ake sure the guns collision is to big, I had something where I'd be bouncing everywhere because the gun was in the ground haha. But that might be it...
 
               Best Answer 
              
 
              Answer by Flynn · Jan 18, 2011 at 06:12 AM
Sounds like your gun is colliding with your player causing physics confusion, and stoping the CharacterController from moving.
Try removing the collider, and replacing it whit some simple-colliders and making sure that those colliders do NOT collide with the CharacterController.
Your answer