I need to link to a youtube page in my app. Unfortunately embedding a video is not an option for this project. I’ve looked all over and I cant find any way of launching a webpage, but staying in the application. Currently we are using Application.OpenURL(url) but this opens the video in the native browser and the user has to navigate back to the application. Are there any plugins or alternitives I could look into?
Prime31 has a plugin (I think it’s part of the Etcetera plugin?) that will let you open pages within Unity. However, I’m not entirely sure how it’s going to cope with a youtube video…