Improve controller movement

This commit is contained in:
BuyMyMojo 2023-03-04 07:34:48 +11:00
parent 4e96a88306
commit 161aece83e
5 changed files with 12 additions and 10 deletions

View file

@ -35,6 +35,8 @@ public class GameInput : MonoBehaviour
playerInputActions = new PlayerInputActions();
if (PlayerPrefs.HasKey(PLAYER_PREFS_BINDINGS))
{
playerInputActions.LoadBindingOverridesFromJson(PlayerPrefs.GetString(PLAYER_PREFS_BINDINGS));