Go to Project Settings > Engine > Input
In Mobile section
- Remove Default Touch Interface
- Uncheck Always Show Touch Interfaces
For Desktop debugging
- Check Use Mouse for Touch if you want Gesture Recognizer event in desktop.
- In the player controller, display the mouse cursor with Show Mouse Cursor to true, so you can see where you are clicking.
In Input section
- Disable Enable Legacy Input Scales.
Touch Interface Designer may ask for your permission to modify project settings. It automatically modifies the settings mentioned above. You can disable this behavior by clicking Don’t remind me in the notification or by unchecking Check Settings on Start in the plugin settings.
Project Settings > Plugins > Touch Interface Editor > Unckeck Check settings on start
