# How To Add Planks

### Door Setup with Planks

<figure><img src="https://540954588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fpn2t9ISWRkG5tw4D8S4w%2Fuploads%2Fkwntb3DW1y53DDjwsBMy%2FPlankDoor.JPG?alt=media&#x26;token=7e9dd841-0d86-4b47-8dde-adc874cc5588" alt="" width="296"><figcaption></figcaption></figure>

{% hint style="info" %}

1. Start by adding Wooden Planks models over your door (As above)
2. Click on your door and find the **DoorInteractable** script -&#x20;
   1. Find the Plank settings and enable this by checking **ShowPlankSettings**
   2. Set the **Plank Count** to anything higher than 0 to have this active
   3. Set the **DoorPlankedText** - Add the text that you want to display when clicking on the door as a notification prompt
      {% endhint %}

<figure><img src="https://540954588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fpn2t9ISWRkG5tw4D8S4w%2Fuploads%2FZWIx0FRUmxgED413dLsZ%2FPlankSettings.JPG?alt=media&#x26;token=7e0336b7-9e1b-4d4b-9681-166860275557" alt=""><figcaption></figcaption></figure>

### Individual Plank Setup

{% hint style="info" %}

1. Make sure the plank GameObject has these settings:
   1. **Box Collider**
   2. **InteractablePrompt** script (Optional Component)
2. **Plank Interactable** script:&#x20;
   1. **RemovePlankSound:** Add a remove plank sound
   2. **OnPlankRemove Event:** This should be attached to your door object that has the plank settings. Press the + icon to add the event, drag your door into this slot and find the DoorInteractable script and attach the RemovePlank() method.
      {% endhint %}

<figure><img src="https://540954588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fpn2t9ISWRkG5tw4D8S4w%2Fuploads%2FfqsLnYJ3BlyG62k9mWsN%2FPlankSettings2.JPG?alt=media&#x26;token=5cb4b9bd-f9ec-4940-961d-94e3b6155514" alt=""><figcaption></figcaption></figure>

### Plank Example Setup

<figure><img src="https://540954588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fpn2t9ISWRkG5tw4D8S4w%2Fuploads%2Fn3mrxeCogGkSPijxt0FW%2FDoorPlankObject.JPG?alt=media&#x26;token=f0ba3b1e-842c-4d9c-ba7f-7847cb3d6761" alt=""><figcaption></figcaption></figure>
