I’m using the character controller from the standard assets, and I want to put gravity on it. I can’t use rigid body because the controller is already there and it doesn’t seem to work when I add the rigid body on. Thanks!
If you’re writing your own character controller movement code, take a look at the example shown here: it includes gravity and jump (the FPS Controller included in Standard Assets already have gravity, so I suppose you’re not using it).