🚪
Door Interaction Kit - Doc
  • Introduction
  • ⭐Getting Started
    • Quick Setup
    • Changing Door Key
    • How To Create a Key
    • How To Add Planks
    • How To Spawn Objects
  • ❓Support
    • FAQ
    • Door Rotation Issue?
    • Door Customisation
    • System Namespace
    • What Inputs Are Used?
    • Audio ScriptableObjects
    • Variables / Fields Not Appearing in Inspector?
  • 🌀Development
    • Patch Notes - V1.2
    • Roadmap
  • 📧Contact me
    • Contact Me
    • My Other Assets
Powered by GitBook
On this page
  • Door Setup with Planks:
  • Individual Plank Setup:
  • Plank Example Setup:
  1. Getting Started

How To Add Planks

PreviousHow To Create a KeyNextHow To Spawn Objects

Last updated 1 year ago

Door Setup with Planks:

  • Add Wooden Planks over your door

  • Click on your door and find the DoorInteractable script, find the Plank settings and enable this by checking UsePlanks

    • PlankCount: Set your plank count

    • DoorPlankedText: Add the text that you want to display when clicking on the door as a notification prompt

Individual Plank Setup:

  • Box Collider

  • Door Item script:

    • ShowObjectName / ObjectName: You can set whether to show the text

    • ItemType: Set this to Plank as the Item Type

  • Plank Interactable script:

    • DoorObject: Add the Door Object with the DoorInteractable script

    • RemovePlankSound: Add a remove plank sound

Plank Example Setup:

⭐