Last active
September 10, 2019 21:38
-
-
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#
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Input.multiTouchEnabled = false; // disable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment