# Welcome to Infinite Runner Engine 2D

**Update 7.6**

\
**Unity 6 LTS Support**

**General:**

* Project updated to Unity 6.000.0.43f
* Fixed some editor bugs.
* Fixed all warning messages.

\
**Update 7.5**

* Project updated to unity 2022.3.49f1

**Update 7.0**

\
**General:**

* Demos Updated
* Console messages have been removed to avoid confusion with errors.
* Fixed some bugs in Editor.
* Project updated to unity 2022.3.38f

\
**New Level System (Unlock, Lock, Star):**

* Easily add/remove levels - through a custom inspector window
* Runtime saving
* Runtime unlocking/level rating system
* Drag and drop prefabs

\
**New Input and Touch Controller**

* Gamepad Support.
* Key Assignment for All Movements.
* Option to Enable and Disable Gamepad, Keyboard or Touch

\
**New UI Manager:**

* All windows were redesigned.
* ADD: It detects when a window or some element is missing and will give you a message in the console and in the custom editor.

\
**New ADS Manager**

* New tab to add Unity advertising to the scene, each configuration is valid for the selected scene this way you can choose where to see advertising or not.
* Possibility of adding Banners, rewards videos and instertitial.
* Animated window for random rewards when playing.
* Works for Android and iOS
* Video Tutorial: <https://youtu.be/bh05rLBIlns>

{% embed url="<https://youtu.be/3uGd9zMHkE0>" %}
Presentation
{% endembed %}


---

# 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://denvzla-estudio.gitbook.io/infinite-runner-engine-2d/welcome-to-infinite-runner-engine-2d.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.
