Inverted look and controller run?

Ded_Hed

New member
I just bought the UCC and it's pretty nice. I've got most of it functioning but can't determine how I would invert the look on the Y axis so that down looks up and up looks down while using a gamepad. I also can't figure out how to get the character to run while using a gamepad like I can with the keyboard and mouse. Any help with pointing me in the direction for the info would be appreciated.
 
determine how I would invert the look on the Y axis so that down looks up and up looks down while using a gamepad.
This is set by the input implementation that you are using, such as the input manager or input system.

how to get the character to run while using a gamepad like I can with the keyboard and mouse.
For this you can either have the speed change ability always active, or change the animator controller so it plays a running animation when the input value is more than 1.
 
Top