Using a different Character Controller

Things to remember:

circle-info

You can use whichever character controller you want

  • You DON'T to use the: New FPS Input script (As you can use a different script unless you want your FPS Controller to inherit from that script)

  • In the GrabSystem script it would be beneficial to use the OnRotateModeChanged event to disable your player

circle-info

As in my player script I make sure I can disable move and rotate by toggling it on and off when rotating

circle-info

Inside the GrabSystem script you can see the in the RotateObject() method, we so the OnRotateModeChanged with the rotating bool, so therefore it would be wise to do similar for your player script as above

Last updated