Hello All. Could you help me with my problem? I’m trying to detect the position of “click” from a mouse and from a touchscreen by similar settings.
I use these input settings
Also, I’m trying to write to the console position of “click”
DebugWrite(Touchscreen.current.position.ReadValue());
And it’s doesn’t work. But it works if I use a mouse click.
I’m checking it with Unity Remote on my phone
