LogoLogo
HomeDiscordVideo TutorialsBuilder Opportunities
  • Welcome to MONA
    • What is a Space?
    • Unity Overview
  • ⬛Create
    • Getting Started Building
    • MONA Crash Course
      • Setting up MONA in Unity
      • Introduction to Unity
      • Setting up Simple Assets
      • Metaverse / WebGL Limitations
      • Creating 3D Assets
      • Applying Materials & Unwrapping UVs
      • Importing Assets into Unity
      • Adding Colliders
      • Adding Lighting
      • Adding a Custom Skybox
      • Setting up Canvases
      • Uploading to your Wallet
    • Building Spaces
      • Space Limitations
      • Create your Space
        • Space Overview
        • Colliders
        • Materials
        • Portals
        • Canvases
        • Artifacts
        • Add a Custom Skybox
        • Test Your Space
        • Troubleshooting
      • Improve your Space
        • Lightmaps (Unity Lightmapper)
        • Light Probes
        • Reflection Probes
        • Animation in Unity
        • Importing Animation
        • Player Property Volumes (PPV's)
        • Warp Volumes
        • Adding Audio
        • VRM Switcher
        • Custom Canvases
        • Embedded Video
        • User Interface (UI)
        • Creating Custom Shaders
        • Imported Assets
        • Lightmaps (Bakery Asset)
      • Optimise your Space
        • Prefabs
        • 3D Asset Specs
        • Optimizing your Space
      • Adding Interactivity
        • Visual Scripting
          • Web Request Node
        • Mona Reactor
          • Creating Animation
          • Using Animator
          • The Reactor Component
          • Reactor Overview
      • MONA Tools
        • Template Utility
        • MONA Capture
        • Light Probe Generator
        • VOX Importer
      • Submit Your Space
        • Submitting your Space
        • Creating an Image & Video Preview
        • QA Process
        • Mint Your Space
      • Update your Space
      • Frequently Asked Questions
      • Troubleshooting
    • Creating Assets
      • Asset Requirements
      • 3D Asset Types
      • Asset Creation Approaches
      • Optimizing your Mesh
      • GLB Considerations
      • Example - Cyberpunk Car
    • Creating Avatars
      • Getting Started with VRM
      • VRM Requirements
      • VRM Creation
        • Using Mixamo for Rigging
        • Adding Custom Bones to the Rig (Optional)
      • Creating your Avatar using UniVRM
        • Importing UniVRM into Unity
        • Creating the VRM using UniVRM
        • Adding Spring Bones in UniVRM (Optional)
      • Creating your Avatar using 'VRM for Blender'
        • Adding 'VRM for Blender' into Blender
        • Using 'VRM for Blender' for Rigging
        • Adding a Material
        • Assigning VRM Details
        • Exporting the Avatar
      • Uploading your VRM
      • Using Avatars in WebAR
      • Submitting your VRM to the Mona Marketplace
      • Mint Your Avatar
      • Troubleshooting
    • Resources
      • MONA Claim Asset Requirements
      • Unity Wallet SDK (Alpha)
      • MONA Playground
      • MONA Tutorials
        • Retrowave Modules
      • Asset Resources
        • 3rd Party Assets
        • Textures
        • Shaders
        • 3D Assets
        • Audio
        • Tools
        • Tutorials
      • MONA Library
        • MONA Library Submission
      • Useful Unity Packages
      • Updating the Template SDK
      • Importing Mozilla Hubs Spaces to MONA
      • Importing AltspaceVR spaces to MONA
    • MONA Marketplace
  • ⬛Explore
    • How to Use MONA
    • Using VRM Avatars
    • Audio Settings
    • Explorer's Frequently Asked Questions
  • ⬛Collect
    • Setting up a wallet
      • Delegating a Wallet
    • Own a Space
      • Host an Event
      • Uploading your Images
      • Add Images to a Canvas
      • Live Music Feed
      • Token Gated Access
      • Minted 3rd Party Assets
    • MONA Create
      • Create FAQ
    • Live Streaming in MONA
      • Setting up OBS Studio
      • Livestream using OBS Studio
      • Livestream using a Mobile Device
      • How to Stream Using Twitch or YouTube
      • Add a Livestream to a Canvas
    • Collector's Frequently Asked Questions
  • General Resources
    • Web3 Introduction
    • How to sell Art in Web3
    • Game Dev Glossary
    • Buildathons / Challenges
      • 3D Asset Buildathon (Current)
        • Frequently Asked Questions
      • Emote/Emoji Challenge (Completed)
      • Stream Challenge (Completed)
      • Custom Avatars (Completed)
      • Build : NY Challenge (Completed)
      • Sculpture Challenge (Completed)
      • Portal Hub (Completed)
      • Interact (Completed)
      • The Renaissance (Completed)
Powered by GitBook
On this page
  • Setting up a Basic Warp Volume
  • Setting up an Interactive Warp Volume

Was this helpful?

  1. Create
  2. Building Spaces
  3. Improve your Space

Warp Volumes

PreviousPlayer Property Volumes (PPV's)NextAdding Audio

Last updated 1 year ago

Was this helpful?

A Warp Volume allows a builder to teleport, or warp, a user from one location to another in the same Space. It is also possible to warp the player once they interact with the asset.

It uses any game object transform in the space as a target. You can assign the orientation to face the same direction as the target object, or it will keep the same orientation as when you teleport.

Setting up a Basic Warp Volume

  • Create an empty gameobject

  • Assign the Warp Volume component

  • Add a Box Collider (other collider types should work)

  • Make sure to make the collider 'Is Trigger' to true. If you don't do this the collider will simply be a collider and not work.

  • Adjust the box collider so that as soon as the user connects with it, they will be warped

  • Drag the asset that you would like to warp to onto the Warp Target field

    • An empty game object would be a good example

  • Select if the orientation is to the target (Use Rotation) or not

    • If you select local and pivot at the top right, the front direction is the blue arrow

Setting up an Interactive Warp Volume

  • Create an empty gameobject

  • Assign the 'Mona Warp' component

  • Add a Box Collider (other collider types should work)

  • Select 'Use Rotation' if you want the user to face the direction of the warp target.

  • Select the 'On Interact' option in the Mona Warp component.

  • Make sure to make the collider 'Is Trigger' to false. If you don't do this the collider will not be interactable. Note the collider has to be a physical collider due to how Raycasting is done in Unity.

  • Adjust the box collider with the Edit Collider button to take up the area that the user can 'see' it. When the user reticle is over this asset, they can press 'E' to warp.

  • Drag the asset that you would like to warp to onto the Warp Target field

    • An empty game object would be a good example

  • Select if the orientation is to the target (Use Rotation) or not

    • If you select local and pivot at the top right, the front direction is the blue arrow

⬛
Warp Volumes Video Tutorial
Set the 'Is Trigger' to true
Select the On Interact Option
Make sure the Is Trigger is false