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
  • What are Light Probes?
  • Adding Light Probes to my Scene
  • 1 . Create a Light Probe Group in your scene
  • 2. Modifying/Adding Light Probes
  • 3. Arranging your Light Probes

Was this helpful?

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

Light Probes

This section goes over Light Probes which help dynamic objects be lit correctly in a baked lighting space.

PreviousLightmaps (Unity Lightmapper)NextReflection Probes

Last updated 2 years ago

Was this helpful?

What are Light Probes?

Light probes are a low cost answer to the limitation of realtime lighting taking into consideration baked light information. Each probe has lighting information that will light dynamic objects more naturally in comparison to without them.

Adding Light Probes to my Scene

1 . Create a Light Probe Group in your scene

1. Create an empty Game Object in your Hierarchy titled "LightProbes". This is optional, but good for organisation.

2. Right Click on the newly created Game Object in your Hierarchy, then navigate to Light -> Light Probe Group in the menu. This will create the Light Probe group under the selected game object.

Alternative option - you can complete the same action by navigating to the GameObject Menu and select / Lighting > Light Probe Group. This will place the probe at the bottom of the Hierarchy.

2. Modifying/Adding Light Probes

1. Press the Edit Light probes button in the Inspector Menu to modify the Light Probes in your scene. Use the 'Delete' key to delete probes as needed.

2. It is possible to use Ctrl + C / Ctrl + V / Ctrl + D to copy/paste/duplicate probes as you need to (rather than use the Add Probe Button). To save time, set up your lowest layer of probes on one level, and duplicate upwards.

3. Arranging your Light Probes

1. An objects lighting is created from the surrounding probes any object is ‘within’. If the light does not change much within an area, use less probes. If the area has a lot of light changes, use more.

For more information on Light Probes, check out the .

⬛
Unity Documentation
Light Probes Video Tutorial
Add Light Probes by Right Click
Add Lighting Probes through the GameObject menu.
Modify and delete keys.
Use Ctrl + C / V / D to copy/paste/duplicate probes.
Add Probes as needed by the detail of the space.