Search The Documentation:

  1. Home
  2. Docs
  3. Introduction to Artspark
  4. Built-In Objects
  5. Trigger

Trigger

A default object that is visible in editor but invisible during gameplay with a box collider marked as a trigger.

More about Triggers and Colliders

Artspark supports two forms of collider shapes: Colliders and Triggers.

Colliders

Colliders are solid and any object obeying the physics engine will automatically be pushed away by them. These are best used for real objects in the play space.

Triggers

Triggers are not solid and can freely pass through all objects. They are best used for detecting objects entering a “zone” or if two objects are about to make contact.

Was this article helpful to you? Yes No

How can we help?