- Home /
Question by
Michael 12 · Mar 21, 2011 at 04:15 PM ·
fpscontrollerwalker
Trying to Understand FPS Walker & FPS controller
Even though I've been working on my FPS game in Unity now for a little ove a month there is still buckets and buckets of stuff I don't understand. like FPS Walker and FPS controller.
- Are they basically the same thing and you just use one or the other?
- Which is better to use in the long run for more flexibility?
Comment
Answer by networkZombie · Mar 21, 2011 at 04:33 PM
I'm not sure but if you use FPS walker, I think you have to add MouseLook to the camera.
Does FPS walker get added to the camera or is that another type of character controller only more advanced?
camera is added to an empty gameobject which also contains a capsule, and you add fps walker to the capsule ...I think
Your answer