REACH Explorer
  • ❓Getting Started
  • đŸ–Ĩī¸REACH Explorer
    • âŦDownloads
    • 👤Create an Account
    • đŸ‘ĨEquip an Avatar
    • ⚡Blockchain
      • 💰Connect a Wallet
        • Cardano
        • Ethereum
    • â„šī¸Support
      • đŸ’ģDevice Requirements
      • 🌐How to Clear Browser Cache
    • âš–ī¸Terms of Service
  • đŸ› ī¸Metaverse Cloud Engine SDK
    • 🎮Unity Engine SDK
      • âš ī¸Limits
      • âŦ‡ī¸How to Install the SDK
      • 👤Create an Account
      • âŦ†ī¸Upload a Space
      • âŦ†ī¸Upload a Prefab
      • âŦ†ī¸Upload an Avatar
      • đŸ¤ŗAR Experiences
      • 👀Content Visibility
      • đŸŽĨRender Pipelines
      • 📂3D File Formats
      • 📜Custom Scripting
        • Custom JavaScript
          • Getting Started
          • Guidelines
      • 🔧Components
        • AI & Machine Learning
          • AI Agent
          • Text To Speech
        • Interactions
          • Metaverse Interactable
            • Non VR Animation
        • Networking
          • Network Object
          • Network Transform
          • Network Object RPC
          • Network Event
        • Blockchain
          • Blockchain GLB
          • Blockchain Query
        • Avatars
          • Player Avatar Container
        • General
          • Platform API
          • Video Camera API
        • Assets
          • Asset
            • Asset Meta Data
          • Meta Space
            • Meta Space Meta Data
          • Meta Prefab
            • Meta Prefab Meta Data
Powered by GitBook
On this page
  • What is a "Meta Space"?
  • Requirements for Building to Other Platforms

Was this helpful?

  1. Metaverse Cloud Engine SDK
  2. Unity Engine SDK

Upload a Space

Here you will learn how to create & upload your very own meta space from the Unity game engine.

PreviousCreate an AccountNextUpload a Prefab

Last updated 1 year ago

Was this helpful?

What is a "Meta Space"?

Meta Space refers to a virtual world where other users can interact with one another. It's like a level in a game, or a simulation. A place where you can move around, interact with things, and explore.

Before getting started, make sure you've properly and !

  1. Open the Demo scene located in MetaverseCloudEngine/SDK/Scenes/Demo.unity

Select the Demo.unity scene.
  1. Click play to try out the scene in local test mode.

  2. Once you're ok with the level you've made, select the "Meta Space" game object from within the scene hierarchy.

  1. Then from the Inspector window, expand the "Meta Data" dropdown to view / change the space's name, description, thumbnail, etc.

  1. After you're done changing the meta data, you can click on "Build & Upload" to finally upload your scene to the REACH Explorer.

Once finished, you've successfully uploaded your first Meta Space. You can view your space from within the REACH Explorer app (under the platforms you selected).

By default, all spaces are unlisted, so you'll have to log in with your uploader account to view the space on the public dashboard.

Requirements for Building to Other Platforms

To build for other platforms, you must install the corresponding modules for your Unity Editor installation. If you don't add these modules, you will not be able to build to those platforms. You can add these modules from the Unity Hub "Installs" tab, adding them to your specific Unity Editor version.

The Meta Space game object is in the scene's hierarchy panel.
Expand the "Meta Data" tab to see the meta space metadata.
Click "Build & Upload" to upload the space.
đŸ› ī¸
🎮
âŦ†ī¸
installed the SDK
created an account