I’m trying to use processors to let the player customize the controls at runtime (change the mouse sensitivity and invert the camera, for example). My Input System setup is quite basic:
Is there a way to change the settings of preexisting processors in c#?
Sorry if this has been solved before. It seems quite common, but I could not find anything on it.