How To Add Planks

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:

Last updated