Blitz control inUCC Pun Game

fusva

New member
I am making a UCC Pun Game. I want Blitz to be part of the game, but cant get the input system to work. I can mount and blitz idles but the wasd keys dont work. I disabled the Blitz input component to get it to work at all. I need to replace the Unity Input script with something. Can you suggest what?Blitz.png
 
Are you using the Ride ability? This will transfer controls over to the rideable object. Take a look at the OnMounted method for the implementation, but OnEnanleGameplayInput is called to transfer the controls.
 
Back
Top