Adventure Puzzle Kit - V1.6 - Documentation
  • APK - V1.6: Introduction
  • ⭐Getting Started
    • Quick Setup
    • Setting Up Interactive Objects
    • Tag & Layer Reference
  • 🏔️URP Setup
    • URP Setup
    • Deferred Rendering?
  • HDRP Setup
    • HDRP Setup
  • 🛡️System Breakdowns
    • AK Inventory Canvas
    • Door System
    • Keypad & Phone
    • Note & Letter
    • Themed Key
    • Generator
    • Gas Mask
    • Flashlight
    • Examine
    • Padlock
    • Chess
    • Lever
    • Valve
    • Fuse
    • Safe
  • ⏭️Extending
    • System Inputs
    • Name / Emission Highlighting
    • System Namespace
    • Adding a Trigger Event
    • Adding Audioclips
      • Audio Effect Volume
    • Swapping Character Controllers
  • ❓Support
    • FAQ
    • Examine Issues?
    • Post Processing Errors
    • Examine Text Missing?
    • Tooltip Manager
    • Yellow Warnings?
    • Item Pickup Range
    • Animation Rotations
    • I can't see new fields / variables?
  • 🌀Development
    • Patch Notes - V1.6
    • Roadmap
  • 📧Contact Me
    • Contact Me
    • Request A Feature
    • My Other Assets
Powered by GitBook
On this page
  1. Extending

Adding a Trigger Event

PreviousSystem NamespaceNextAdding Audioclips

Last updated 1 year ago

  • Create a box or other 3D Object and make sure this object has a:

    • A Type of collider set to: IsTrigger

    • Add the Trigger script for that particular: Choose the Object Type

  • In the InputManager script: Set an input key you’d like to use for the interaction, by default set to E

⏭️