Link

Allow your users to explore web content

This feature allows you to provide your users a way to access a web based content, that can be a submission link, chat, video, a document etc. On Web Browser any accessed link inside HoloFair will be opened in a new tab. While on the mobile devices, the web links are opened in the in-app browser.

Add the LinkView component and a GuidComponent to your GameObject.

In order to open the link, call LinkView.OpenInNewTab() or LinkView.OpenInSameTab().

The value (string) is the link that will be opened.

Last updated