How to delete on mobile? Since mobile devices don't have a mouse, it's impossible to hover over a specific save slot, so you must tap on the save slot, but tapping it will enter the game. How can I make a specific save slot focus on mobile?
Roughly speaking, for example, I currently have 2 save files, and I need to delete the second one. How do I focus on the second save slot on a mobile device?
1) Use Select First for your UI box's input settings, either for all UI boxes in the general settings or overriding the default controls for a UI box. This will only allow to accept a button if you already have it selected.
Alternatively, you can also use the Limit Accept Click Time setting, to e.g. not accept if the click is held for some time, only selecting the button.
2) Add a virtual control (e.g. for the delete key) to the button prefabs for the save menu. Clicking on that virtual control selects the button and use the input key, deleting the save file.
Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found. If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
1) Use Select First for your UI box's input settings, either for all UI boxes in the general settings or overriding the default controls for a UI box.
This will only allow to accept a button if you already have it selected.
Alternatively, you can also use the Limit Accept Click Time setting, to e.g. not accept if the click is held for some time, only selecting the button.
2) Add a virtual control (e.g. for the delete key) to the button prefabs for the save menu.
Clicking on that virtual control selects the button and use the input key, deleting the save file.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!