Remove Joystick?
-
OK, I’ll bite. The manual for the ‘Joystick enabled’ behaviour says:
“ If there is no joystick in your scene, the behavior will automatically add a joystick to your Global UI layer (deleting the behavior will not remove the joystick from your scene). ”
So, if you do decide later you don’t want a joystick in your scene, how DO you remove it?
-
@Aceboss
You can simply go to the global UI layer and delete the joystick object from there.You will also have to go to your object and delete the behaviour. While the behaviour won't do anything any more since there is no referenced joystick, it's a good idea to remove it just to clean up your behaviours.v
-
@Murtaza Thanks!