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
I need to retrieve the path to my phone from the computer to copy/paste backup files to it.
After adding the nuget package to unity, it can't find my devices.
So I have this error:
According to the information in Wikipedia, Unity uses the Mono framework for scripting. MediaDevices does not support Mono because Mono has no COM support and MediaDevices is a wrapper for the Windows MTP COM interface.
According to my information, Mono can call methods in DLLs. I.e. if you pack the COM access into your own DLL and then call it from Unity, it should work.
I need to retrieve the path to my phone from the computer to copy/paste backup files to it.
After adding the nuget package to unity, it can't find my devices.
So I have this error:
A possible solution... that you know ?
The text was updated successfully, but these errors were encountered: