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
  • Blur Optimized (Built-in Pipeline ONLY)
  • AK Interactor
  • Physics Raycaster
  • AK Camera Zoom
  1. System Breakdowns

Main Camera Components

PreviousSwapping Character ControllersNextAK Inventory Canvas

Last updated 4 days ago

Blur Optimized (Built-in Pipeline ONLY)

This is the blur script for the build-in render pipeline, if using other pipelines this can be safely removed as it isn't supported.

AK Interactor

This is the raycast script which will detect interactive objects with the tag, you can control the:

  • Interact Distance: How far away you are from an object to be able to interact

  • InteractableTag: The tag used for interactive object

Physics Raycaster

This is used to detect the Padlock spinners, so they can be interacted with. As they're physical objects that need to move - It should also have the EventMask layer of Padlock Spinner

AK Camera Zoom

This is a component that can be enabled or disabled to zoom the camera with a right click, it changes FOV distance of the main camera, you can set speed and default values. Even set the legacy input setting for the script

🛡️