I need to add a hyperlink to a string that appears on a GUI texture.

I have a trigger that pulls up a GUI texture with text on it. I would like to add a link in the messagetodisplay string so that the player will be able to run into the trigger, read the text, click on the link, and then have it open in another tab bringing up the website (youtube most likely).

It’s a game that will be played on the unity web player.

However you want to trigger it, Application.OpenURL() will open a new web page in the default browser.