Hello everyone,
I have created a touch interface with a joystick that moves the player. The problem in that is not responding to touch and not moving. I suspect that this is because of the retainer box in my main HUD. Please help
1 Like
Retainer’s visiblity defaults to Visible
so it may be eating up your input. Could be it. Either run the widget reflector to see what you’re touching or set the widget to be Not Hit-Testable
to, ehm, test it.
1 Like
I’ll test it tomorrow and get back to you!
1 Like