Issue
how to hide mouse cursor on unity in android phone. I am trying to hide mouse mouse cursor in android phone on unity or their is any other way to hide mouse cursor on android phone?
Solution
Android does not supply API for hiding the cursor, therefor Unity can not hide or change the cursor default image on an Android device. I know this question is old and the situation is actually much older, but the issue still holds.
I can not find an official source to confirm that, this conclusion is based on many similar questions, all of which are never answered, or answered with someone saying it's not possible (or answers which do not relate to android)
e.g. same complaint from 2015: https://forum.unity.com/threads/how-to-hide-bluetooth-mouse-cursor-on-android.357463/
I do hope the API will allow that in future versions.
Answered By - Ido Adler
Answer Checked By - Clifford M. (JavaFixing Volunteer)