I have some pdf’s that need to be opened when some game object is selected. I know that files are copying over to builded apk but i cant access them with Application.OpenURL(file://+"PDF_PATH"+".pdf");
UnityWebRequest has to be used when accessing files in StreamingAssets on Android.