SebLague / Chess-Coding-Adventure

A work-in-progress chess bot written in C#
https://youtu.be/U4ogK0MIzqk
MIT License
1.45k stars 301 forks source link

No screen touch response on Android devices #29

Open HerozuKa opened 1 year ago

HerozuKa commented 1 year ago

In the V2 version of Unity, the game runs smoothly and phenomenally well. Unfortunately, after building the game for android, touching the screen is not detected the way a mouse click is. How to simulate mouse clicks with a touch screen on a phone.

dhruvin771 commented 3 months ago

@HerozuKa you got any solution?