Skip to content

Instantly share code, notes, and snippets.

@ezirmusitua
Last active September 10, 2019 21:38
Show Gist options
  • Save ezirmusitua/5174458e0288fa46c9db0eb055c71890 to your computer and use it in GitHub Desktop.
Save ezirmusitua/5174458e0288fa46c9db0eb055c71890 to your computer and use it in GitHub Desktop.
[Disable MultiTouch In Phone] Disable Multi Touch In Phone In Unity #unity #C#
Input.multiTouchEnabled = false; // disable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment