I’m making a grappling hook system for my game, where you click an object to grapple towards it and jump to un-grapple. It works very well and smoothly gameplay-wise on PC, as you can both aim and grapple with the mouse, but on mobile it’s much more difficult as you need to move your camera a lot while clicking to grapple. This makes it hard as if you are only using two thumbs then it’s impossible to move the camera while clicking to grapple. Is there a better way to design this so it’s much easier to use on mobile?
- Because mobile controls have less accuracy compared to PC controls, try adding “Aim Assist” for the grappling hook. It is widely used in FPS games, allowing mobile players to focus more on movement than aiming.
- Additionally, try making it so that a finger controls both aiming and shooting. In other words, if you hold your finger to aim, release it to shoot.
Hope this helps!
1 Like