UNITY Application.OpenUrl() does not work on Android 7 Nougat. Best practice to get FCM token on app first run. Learn, Share, Build. How can I change the Audio Source ...
Unity 中提供了 Application.OpenURL(string) 來開啟網頁,但這樣的方式是跳出了目前使用中的程式,另外開 寫個 Utils 給 Unity 進行呼叫。 public class UnityUtils {. public static final void openURL(@NonNull Context context,@NonNull String url){.I'm trying to open local PDF file located in SteamingAssets folded in Unity from iOS app. I've tried different ways, most of them are working on my Mac, but not on the iPad: public void openPDF(string fileName) { Application.OpenURL("file://" + Application.streamingAssetsPath + "/" + fileName); } What's wrong with OpenURL() method?
Dec 05, 2014 · How to open a website in Unity without popping out of your App? (iOS) I know you can always use Application.OpenURL, but if you use that, you will pop out of your app and open Safari, and then the user would have to press the Home button, and then navigate back to your app…