Can you spawn a joystick?
-
Is there a way to have the joystick appear wherever the user touches the screen.? This way the joystick controls is not limited to just where the button is located. Im thinking it has to do with get screen. Then touch.
-
@SplitMindGaming Not without making a custom joystick (using other object types) I think. I just tried to test it. I had logic started touching (the joystick) move to point (where you're touching) and it didn't look at all like what I thought it would. One idea was also to have a big invisible object covering the area of the joystick but then you can't touch the joystick because this object is in the way and you can't touch both at once.
-
@Aidan-Oxley yeah i had some little success here and there but coudlnt really find a workable solution without having the user learn this enormous learning curve just to control the character. I might have to end up ditching this approach. Thanks for the feedback.