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. Initial Setup

WorldSettings

PreviousPortalsNextBuild & Upload Addressables

Last updated 2 years ago

WorldSettings asset is used by HoloFair to setup multiplayer settings for the world you are creating as well as initialize the portals you have created. To create the WorldSettings right click anywhere in the project window or where you prefer then Create -> HoloFair -> WorldSettings. See the GIF below:

After that make sure to assign entry scene, portals prefab, preferable max amount of spectators, players, room variables and Area Of Interest. It is recommended to use following default settings for most cases:

Once this is done, you are almost ready to build, compile, and host addressables as well as make your world live on HoloFair.

⚙️