- Home /
Its not working on 4.x but on 5.x
Application.OpenURL crashes on PC
My Game is crashes when calling Application.OpenURL , if i remove this line game works perfectly.
This works on editor , but in PC.
Couple ideas that might give you more info
Wrap it in a try/catch statement and see if you get an exception thrown
$$anonymous$$ake sure the URL is reached from your default browser
Set your computer default browser to something else
I was using unity 4.7.1 f1 and unity 4.7.2f1 , both have same problem , but its works on 5.3.5 f1 . It may be bug on 4.x
Follow this Question
Related Questions
obtain url where webplayer is embedded 2 Answers
How can I open an URL without using Application.OpenURL? 1 Answer
Application.OpenURL not working with Data URI 1 Answer
Browse to folder on Android via File Explorer 1 Answer
Android wont load AssetBundle scene - using AssetBundleManager from the tutorial (Unity 5.2.1) 2 Answers