Movement mode on mobile?

Hello there!

I’m having a racing game where people can race in a go-kart. However, they need to put on dpad, or their desired choice of movement. They get this:


I’ve searched for DevTouchMovementMode using ctrl + shift + f, but couldn’t find anything. What can be causing the issue that it says “Set by Developer”?

Thanks in advance!

Regards,
Jonas

3 Likes

DevTouchMovementMode is a property of StarterPlayer. (and player, but the StarterPlayer property sets it)

You can see the property under the properties tab, and if it is set to something other than UserChoice then it will say Set By Developer in the settings.
image

6 Likes

Thanks! That fixed it. :slight_smile: Stupid I didn’t think of that.