MANU
  • Quick Start Guide
  • Learn
    • Manual
      • Installing MANU
      • Welcome Screen
      • Workspace Modes
        • Edit Mode
        • Animation Mode
        • Game Mode
      • Scene Panel
      • Main Toolbar
      • Primitives
      • Collider
      • Lights
      • Speaker
      • Importing 3D Objects
      • Main Character
      • Camera
      • Transforms
      • Materials
        • Texture Maps
          • Difuse/Albedo
          • Alpha
          • Normal
          • Ambient Occlusion
          • Roughness
          • Metalness
          • Emissive
        • Basic
        • Matcap
        • PBR
        • Glass
        • Glow
        • Texture Tiling
        • Texture Offset
        • Cast Shadow
        • Opacity type
          • Opaque
          • Transparency
          • Cutout
      • Physics
        • Static Objects
        • Dynamic Objects
        • Kinematic Objects
        • Ghost Objects
        • Disabling Object's Rigidbody
        • Collider
      • Animation Timeline
      • Triggers
        • On Launch Scene
        • Key
        • Collision
        • Animation
        • State Machine
        • Comparsion
        • Game Flow
        • Trigger
        • Object Enabled
        • Network
      • State Machine
        • State Machine — Example
      • Game Flow
      • Prefabs and Assets
      • Gravity
      • Sky
      • Variables
        • Number
        • Boolean
        • Object
        • Tag
      • Tags
      • Lightmapping
      • Paint Group
      • Export Game & Assets
        • Export Games to MANU Marketplace
        • Export Assets to Marketplace
        • Export Game on Mobile devices
        • Export Game on disk
      • Lightmapping
      • Post Processing
        • Depth of Field (DOF)
        • Chromatic Aberrations
        • Bloom
        • Color Correction
        • Screen Space Ambient Occlusion (SSAO)
        • Screen Space Local Reflections (SSLR)
    • Tutorials
    • Formulas
    • Keyboard shortcuts
  • More
    • FAQ
    • Contact Support
    • Changelog
Powered by GitBook
On this page

Was this helpful?

  1. Learn
  2. Manual
  3. Triggers

Trigger

PreviousGame FlowNextObject Enabled

Last updated 1 year ago

Was this helpful?

You can compose triggers using already created triggers as internal conditions of other triggers. By combining in this way you can create your own events in the game. Triggers of this kind work according to the same principles as other trigger conditions:

  • When all internal conditions of a trigger are met, it is considered to be working

  • When at least one condition is not met - it is considered to be non-working. Triggers can be combined using the same Boolean expressions and groupings as in regular triggers

As in other triggers, you can use all trigger modes.

Started

Trigger activates as soon as all internal conditions of the trigger have been fulfilled and the trigger has started its work.

Continue

Trigger activates as soon as all internal conditions of the trigger operation have been met and the trigger is still operating.

Ended

Trigger activates as soon as all internal conditions of the trigger have been fulfilled and the trigger has stopped executing

Trigger links from triggers in Game Flow actually use such triggers . You can choose to use this trigger in a more convenient way.