VDP-noclip / noclip

NOCLIP is an experimental game in which you “noclip” the environment to solve puzzles.
3 stars 1 forks source link

Possibility to select and manage different input device #107

Closed stefanofossati closed 1 year ago

stefanofossati commented 1 year ago

We have spoken abuot the possibility of using a gamepad/joystick instead of mouse + keyboard.

Alse learn about the best way to do it. Suggestion: mybe with a scriptable object or Unity also has implemented it

TizioMaurizio commented 1 year ago

the current controls in this game are: -move (WASD) -jump (Space) -nolip move (QWASDE 🤢) -walk (Shift) -noclip (right mouse) -pause (L 🤠)
-crouch (Ctrl, very important)

Am i missing something? Maybe some buttons that work to navigate the menus?

Anyway I think the best way to manage this is to check the user inputs in the project settings, we already use them for walking (wasd are not explicit in the code, we use input movement axes instead)