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
  • Valve Pickup Using Examine System:
  • Example Without Examine System:
  • Highlighting items Examples:
  1. Getting Started

Setting Up Interactive Objects

PreviousQuick SetupNextTag & Layer Reference

Last updated 10 months ago

All objects need to have a list of items but each system has slightly different setup types, I'll explain this in the indidivual Systems breakdown seciton:

  • Tag: InteractiveObject

  • Box Collider

  • AKItem Script

  • System Item Script

  • (Some Systems) Additional Collection Script

Valve Pickup Using Examine System:

  • Tag: InteractiveObject

  • Box Collider

  • AKItem

    • Set this to Examine System

  • Valve Item script

    • Set to Valve

  • Valve Collectable Script

  • Examinable Item Script

    • Set: Is Collectable to TRUE

    • Choose: Valve Sys (From the dropdown)

Example Without Examine System:

  • Tag: InteractiveObject

  • Box Collider

  • AK Item script

    • Set to: Valve System

  • Valve Item

    • Set to: Valve

  • Valve Collectable

Highlighting items Examples:

⭐
Name / Emission Highlighting