You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use internal Unity functions to get touch input, such as get_position in the Touch class, and GetTouch/get_touchCount in the Input class.
Set the resolution of the application to your screens resolution. Most Unity applications have SetResolution in the Screen class, which can be used to do this.
Tocuh breaks if screenscale is changed(isn't the original resolution).
The text was updated successfully, but these errors were encountered: