Rewired and RewiredConsts use in UCC

The PlayerInput component isn't able to use RewiredConstants as that is specific to Rewired. I don't know of a way to have this work with any of the input integrations other than to use a dictionary mapping within the rewired integration but at that point you're doing more work than you originally would have.
 
Top