How to get isConnecting in runtime scripts on Unity Remote 5

Does anyone know that?
I want to know how to write script.
I want to know whether the unity editor is now successfully connecting with my Android through Unity Remote 5.

1 Answer

1

It is accomplished by checking whether UnityEditor.EditorSettings.unityRemoteDevice is “None” or not.