APK - Doc - V1.7
  • Adventure Puzzle Kit v1.7: Introduction
  • ⭐Getting Started
    • Built-in Setup
    • URP Setup
    • HDRP Setup
  • Managers Explained
    • UI Manager
    • Disable Manager
    • Prompt Manager
  • 🏔️References
  • Setting Up Interactive Objects
  • URP Deferred Rendering?
  • Tag & Layer Reference
  • New FPSController
  • AKItem Explained
  • ⏭️Extending
    • Editor Scripts
    • System Inputs
    • Adding Audioclips
      • Audio Effect Volume
    • System Namespace
    • Adding a Trigger Event
    • Swapping Character Controllers
  • 🛡️System Breakdowns
    • Main Camera Components
    • AK Inventory Canvas
    • Keypad & Phone
    • Note & Letter
    • Door System
    • Themed Key
    • Generator
    • Gas Mask
    • Flashlight
    • Examine
    • Padlock
    • Chess
    • Lever
    • Valve
    • Fuse
    • Safe
  • ❓Support
    • FAQ
    • Examine Issues?
    • Post Processing Errors
    • Examine Text Missing?
    • Yellow Warnings?
    • Item Pickup Range
    • Animation Rotations
    • I can't see new fields / variables?
  • 🌀Development
    • Patch Notes - v1.7
    • Roadmap
  • 📧Contact Me
    • Contact Me
    • Request A Feature
    • My Other Assets
Powered by GitBook
On this page
  • Keypad Setup:
  • Keypad Model:
  • Keypad Canvases:
  • Setting on the AK - UI Manager
  1. System Breakdowns

Keypad & Phone

PreviousAK Inventory CanvasNextNote & Letter

Last updated 6 days ago

Keypad Setup:

  • You will need a KeypadController GameObject to control the keypad you're using.

KeypadType: Choose the type of keypad that will open the UI

Character Limit: Set how many characters should be allowed to be input

Keypad Codes List: You can add a new event, add a code and then a custom outcome for that

Keypad Sounds: The sound effects as below

Trigger Events: Whether you want to use a Trigger Event or not

Keypad Model:

  • Tag: InteractiveObject

  • Box Collider

  • AKItem: Keypad Sys

  • Keypad Item: Add the controller that we have above

Keypad Canvases:

You will need the AK - Keypad Canvases

Setting on the AK - UI Manager

  • Make sure in the Show Keypad Properties section that the above canvases are added

🛡️