It appears that GetInputAxisValue always returns 0.0, and none of the axes seem to report an input. https://dev.playonset.com/wiki/GetInputAxisValue
Code used to test (client):
Is this a bug or am I misunderstanding something?
Code used to test (client):
Code:
GetInputAxisValue("MoveForward") GetInputAxisValue("Turn")
Comment