Skip to content

Collision System

The collision system allows you to create and modify collision boundaries in your scene. This guide will walk you through how to work with collisions effectively.

Entering Collision Edit Mode

  1. Click the "Collisions" button in the toolbar
  2. The scene will enter collision edit mode
  3. All existing colliders will be highlighted in red

Creating New Collision Meshes

  1. Select the desired collision type from the dropdown:
  2. Sphere (⭕)
  3. Cube (■)
  4. Plane (□)
  5. Floor (▤)
  6. Click "Add Mesh" to create the selected collision type
  7. The new collision mesh will appear in your scene with its corresponding icon

Collision Mesh Types

  • Sphere: Represented by a circle icon (⭕)
  • Best for round objects
  • Appears as "Collision Mesh X" with circle icon

  • Cube: Represented by a filled square icon (■)

  • Ideal for box-shaped objects
  • Appears as "Collision Mesh X" with filled square icon

  • Plane: Represented by an outline square icon (□)

  • Used for flat surfaces
  • Appears as "Collision Mesh X" with square outline icon

  • Floor: Represented by a grid icon (▤)

  • Defines walkable surfaces for Walk Mode
  • Defines teleportable surfaces for VR Mode
  • At least one floor mesh is required

Performance Considerations

  • You can add as many collision meshes as needed
  • Each additional collision mesh impacts performance
  • Optimize by using the minimum number of colliders necessary

Working with Colliders

Once placed, you can: - Select any collider to modify it - Move, rotate, and scale as needed - Delete unnecessary collision meshes

Exiting Collision Edit Mode

Click the "Collisions" button again or press ESC to exit collision edit mode.