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

Text

To display text that is syncronized with all users in your Metaverse

PreviousFeaturesNextRespawn

Last updated 2 years ago

To display text to all users that can be edited in realtime, you will need to use TextMeshProView. TextMeshProView uses TextMeshPro's text components. It can be used with both 3D and UI TextMeshPro componenets.

To get started, add TextMeshProView to your text object and assign the TextMeshPro component to the Text property field of TextMeshProView. Add a Guid Component too.

In order to edit the text in realtime, see .

⭐
Editing