Getting Started
Getting Started
Samples & Examples
Core Concepts & Glossary
Unity Package Types
Spaces & Space Templates
Custom Avatars
Custom Avatar Animations
Avatar Attachments
Custom Prefab Objects
Components
‣
‣
Quests and Rewards
Drivable Vehicles
Economy
Economy Overview
Monetization
Items
Consumable Items
Rewarding Items
World Currency
Selling Items
Scripting
‣
Guidelines
Supported Features and Limitations
Performance Guidelines
Lighting
Publishing to Spatial
Finding Published Packages
Support
FAQs
Help and Community
Release Notes
Asset Import Settings
Climbable
This is an experimental component, It is likely to receive large changes in the future!
This component designates a collider that the avatar can climb. A box collider is recommended.
How To Use
Simply add the Climbable
component to a game object that has a collider. You should place it on vertical surfaces, as the avatar can only climb up and down.
It’s best used with a Box Collider or a plane mesh.
Limitations
Only vertical climbing is supported right now, but we may add more abilities like sideways climbing in the future.