Improve controller movement
This commit is contained in:
parent
4e96a88306
commit
161aece83e
5 changed files with 12 additions and 10 deletions
|
@ -35,6 +35,8 @@ public class GameInput : MonoBehaviour
|
|||
|
||||
playerInputActions = new PlayerInputActions();
|
||||
|
||||
|
||||
|
||||
if (PlayerPrefs.HasKey(PLAYER_PREFS_BINDINGS))
|
||||
{
|
||||
playerInputActions.LoadBindingOverridesFromJson(PlayerPrefs.GetString(PLAYER_PREFS_BINDINGS));
|
||||
|
|
Reference in a new issue