Making First Person Controller to fly

We can move Unity’s First Person Controller (FPC) using WASD on the ground.

  • Is there a way to make it move in 3D, that is when we look up with FPC and press W we should start flying in the direction we look?
  • Is there any other controller similar to FPC but not influenced by the gravity?

-Adamo

Hey Adamo

The first person controller is really not well suited for doing much more than what it is designed for. In your particular case I would definitely recommend rolling a custom character controller. You’ll find some examples of these on the community wiki.