It looks like you're new here. If you want to get involved, click one of these buttons!
Hi. I am creating a keybind menu option so that players can change keybinds to whatever they like. I used this tutorial down below (It has a link to download project). It uses PlayerPrefs (I know, not the best solution) and saves the preferred keybinds. When the player first opens up the game it already has the keybinds set up to something (so the forward is W, left is A, shooting is Mouse0,...). That leads me to the problem. If you want to assign something to the mouse buttons like Mouse4, you can't. Also, if you accidently change the shooting button, you can't change it back. I would really appreciate your help.