Making links

Hello

I’m pretty new to Unity 3D, so sorry if such topic already exists :sweat_smile:

Is there any possibility to make a link in unity, so when you playing in a web player you can click on some object inside a game and open let say unity3d.com in a new browser tab/window?

Yes, there is a way:

Application.OpenURL

Sunny regards,
Jashan

thanks!