✉️
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. Getting Started

UI Button Setups

PreviousDetailed SetupNextNote Scriptable Setup

Last updated 11 months ago

Was this helpful?

Remember inside the Note - Canvas there will be a set of buttons inside the UI Prompts sub folder within the canvas

  • These need to have an OnClick event

  • Add the NoteUIManager to the event

  • Select the No Function dropdown and choose NoteUIManager script

  • Then choose the button action:

    • Closing

    • NextPageButton

    • PreviousPageButton

    • PlayPauseAudio

    • RepeatAudio

    • ShowOverlayButton

Example below for the close button

⭐