✉️
Note System - Doc
  • Note System - Introduction
  • ⭐Getting Started
    • Quick Setup
    • Detailed Setup
    • UI Button Setups
    • Note Scriptable Setup
    • Note Icon Creation
    • JSON Save System
  • ❓Support
    • FAQ
    • Inputs List
    • Note Visuals
    • Adding Audioclips
    • Text Display Issues
    • Trigger Event Setup
    • System Namespace
    • UI Manager Requirements
    • Changing Character Controller
    • Element 0 Missing / Hidden?
    • Variables Missing From Inspector?
    • SciptableObject Location
    • Legacy Setup Video
  • 🌀Development
    • Patch Notes - V2.1
    • Roadmap
  • 📧Contacts
    • Contact Me
    • My Other Assets
Powered by GitBook
On this page

Was this helpful?

  1. Support

Trigger Event Setup

PreviousText Display IssuesNextSystem Namespace

Last updated 1 year ago

Was this helpful?

ADDING A TRIGGER EVENT – Using NoteTrigger script for 3rd person Controllers

  • Create a box or other 3D Object

    • Add a box collider and set this to IsTrigger

    • Add the NoteTrigger script to that 3D object

      • Add the note ScriptableObject to the inspector slot named NoteData

  • On the specific note SO make sure to tick the Is Note Trigger

❓