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

Was this helpful?

  1. Metaverse Cloud Engine SDK
  2. Unity Engine SDK

Render Pipelines

Below displays what Unity render pipelines that REACH Explorer currently supports.

PreviousContent VisibilityNext3D File Formats

Last updated 1 year ago

Was this helpful?

The SDK will automatically configure Unity so that the color space and rendering path is correct. This section is only for informational purposes.

Standard (Legacy) Render Pipeline is supported.

Supported Color Space

Supported Rendering Paths

For various reasons, only the "Forward" Rendering Path is supported. Any shaders and/or post processing FX that rely on Deferred rendering will not work.

Universal Render Pipeline is supported.

To use the Universal Render Pipeline, add the Render Pipeline API component somewhere in your scene.

  • Make sure Set On Start is checked.

  • Assign your URP Render Pipeline Asset to the Render Pipeline field in the inspector.

HDRP is not currently supported at the moment.

đŸ› ī¸
🎮
đŸŽĨ