# Adventure Kit - V1.5

{% embed url="<https://www.youtube.com/watch?v=W8z7QC6SCwc>" %}

The **Adventure Puzzle Kit** is a complete template for implementing all 13 of my popular puzzle assets from the Unity store into your project. The system allows you to use any number of the assets in unison, with a unified raycast and custom written controllers to specify item types with simple dropdowns and cooperation with each.&#x20;

{% content-ref url="/pages/-MD6Z0Dp5c7zf02CDWJK" %}
[Broken mention](broken://pages/-MD6Z0Dp5c7zf02CDWJK)
{% endcontent-ref %}

**SYSTEMS INCLUDED**\
►*Examine System*\
►*Gas Mask System*\
►*Keypad System*\
►*Themed Key System*\
►*Generator System*\
►*Flashlight System*\
►*Phone System*\
►*Padlock System*\
►Letter & Note System\
►Chess Puzzle System - V1.2\
►Safe Unlock System - V1.3\
►Fuse Puzzle System - V1.4\
►Lever Puzzle System - \*NEW\* V1.5

The asset includes:

* Unified Raycast system to have one script to control each assets raycast
* Simple Item Controllers to justify which objects from simple dropdowns
* All refined and reworked code to make them as efficient as possible
* Custom audio manager to control and add more audio clips for your usage
* Custom input manager to help you easily manage all inputs in one place
* Custom disable manager for changing disabling behaviours&#x20;
* 1st Person for all puzzle types (Including a FULL demo)
* 3rd Person Controller demo with BASIC integration&#x20;
* Trigger interaction for the puzzles that support it:&#x20;
  * **Padlock System**
  * **Keypad System**
  * **Phone System**
  * **Note System**
  * **Safe Unlock System**
  * **Flashlight System**

{% hint style="warning" %}
Check out the page below to see all the update videos, showcasing all the updates from the past!
{% endhint %}

{% content-ref url="/pages/-MUAr\_G9qn6HDv8zcsTt" %}
[Legacy Videos](/adventure-puzzle-kit-doc/development/ak-update-videos.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://speedtutoruk.gitbook.io/adventure-puzzle-kit-doc/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
