I am trying to add a documentation link to my editor window to allow me to open the documentation file via a button in the editor window.
At a guess I would have said using the Application,OpenURL function would work but I haven’t had much luck with it.
bit of googling has come up with “convert to another format like an image”, “write own custom pdf renderer” or “use Application.OpenURL”. iOS appears to have a few other options…
how are you trying to use OpenURL?