Unity-Android-Files-Opener icon indicating copy to clipboard operation
Unity-Android-Files-Opener copied to clipboard

Allows your unity android application to open files on local drive

Results 6 Unity-Android-Files-Opener issues
Sort by recently updated
recently updated
newest added

Thanks for this, it works great with internal storage. I just want to report it didn't work with removable micro SD cards. This line inside AndroidOpenUrl: `uri = fileProvider.CallStatic("getUriForFile", unityContext,...

The application starts opening the PDF when you click the button. However, before loading the file it closes, any clues what it might be?

Hi, I followed all the steps described and I'm still having problems. I can't compile the application with release.aar, if I delete this library, nothing happens when I make the...

java.lang.RuntimeException: java.lang.RuntimeException: Duplicate class android.support.v4.app.INotificationSideChannel found in modules androidx.core.core-1.2.0-runtime.jar (:androidx.core.core-1.2.0:) and release-runtime.jar (:release:)

When try run have exeption Error Unity AndroidJavaException: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.XmlResourceParser android.content.pm.ProviderInfo.loadXmlMetaData(android.content.pm.PackageManager, java.lang.String)' on a null object reference Error Unity java.lang.NullPointerException: Attempt to invoke virtual method...

Hi, First of all thank you for your amazing work, your plugin allowed me to open an *.apk download from within my app and implement an auto-update functionality! I'm encountering...