HoloFair SDK V4
  • 🛠️Welcome to HoloFair SDK
  • Development
    • ⚙️Initial Setup
      • Start Here
      • Setup Addressables
      • Updating HoloFair SDK in an existing project
      • Scenes & Layers
      • Portals
      • WorldSettings
      • Build & Upload Addressables
        • CloudFront
        • BunnyCDN
      • Pubish & Test your Metaverse
    • ⭐Features
      • Text
      • Respawn
      • Link
      • Image
      • Video
      • TalkZone
      • Emote
      • Timer
      • Add Force
      • Animated Objects
      • Special/VIP content
      • Localization
      • Timeline
      • Focus Point
      • REST API Integration
        • Serialized Variables
        • Smart String
      • Interaction Events
        • Use Cases for Interaction Events
      • Editing Values
      • Control Locker
    • ‼️Important
      • Format of 3D Assets
      • 🆔GUIDs
  • Guides
    • Custom User Authentication
Powered by GitBook
On this page
  1. Development
  2. Features

Link

Allow your users to explore web content

PreviousRespawnNextImage

Last updated 2 years ago

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.

⭐
You may leave the value field empty or use a default value.