November RPG Day 20: Input, Input, Input!
Up until this point I had just been using the standard Input.GetKeyDown()` in Unity to check for controls, but I know that can get messy in the future, so I finally made a class that handles all the potential keys, so I can do stuff like `CustomInput.IsDown(MenuButton) in the game and then can add all […]
