# Roadmap

{% hint style="info" %}

### **V1.8 Update List:**

**Modularity and event update**&#x20;

* Make sure system is more modular and easier to use for decoupled with events
* Have temporary icons appears (Like in inventory) that flash up to show an item is being used - Like jerry can filling or flashlight being enabled or disabled

**New Additions:**&#x20;

* Door Interaction Kit

**System Updates**

* Note System:
  * Update Note System to v2.0
  * Add custom inventory with selector tab
* Update all relevant systems to work with new inventory system

**Input System:**

* Add functionality for new input system (Create tutorial in documentation and mention in description)

**Recreate Third Person Controller functionality:**

* Make sure this scene uses the newer Unity TPS controller

**Inventory System:**&#x20;

* Brand new inventory system with 2 tiered functionality&#x20;
  * Add title and description in a space relevant for each object in inventory
  * Make sure all collectable items use ScriptableObjects for collecting
* JSON save system&#x20;

**Fixes / Updates:**

* Combine keypad & phone system together
  {% endhint %}


---

# 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/apk-doc-v1.7/development/roadmap.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.
