Getting Started

Introduction

Installation

Project Configuration

Testing in Your Sandbox

Samples & Examples

Core Concepts & Glossary

Package Types

Spaces & Space Templates

Custom Avatars

Custom Avatar Animations

Avatar Attachments

Custom Prefab Objects

Embedded Packages

Drivable Vehicles

Scene Setup

Testing In Unity vs Sandbox

Controlling the Camera

Custom Collision, Layers, and Tags

Audio Mixers and Groups

Key Differences from Standard Unity3D development

Economy

Quests and Rewards

Economy Overview

Monetization

Items

Consumable Items

Rewarding Items

World Currency

Selling Items

Scripting

Components

Entrance Point

Camera Passthrough

Empty Frame

Seat Hotspot

Camera Passthrough

Mark an object to be ignored by the camera. This allows the camera to pass through the object even if it has a collider.

Untitled

Properties

Property Function
Apply To Children If checked the camera will also pass through all children.

How To Use

<aside> <img src="/icons/cursor-click_gray.svg" alt="/icons/cursor-click_gray.svg" width="40px" /> To use camera passthrough you simply add the component to any gameobject.

Note that cameras are only blocked by colliders, so adding camera passthrough to an object with no collider will have no affect.

</aside>

← Previous

Seat Hotspot

Next →

Empty Frame