# Getting Started

## Requirements

Aurora FPS Engine requires Unity 2019.4 LTS or higher.

{% hint style="warning" %}
&#x20;We aim to support all upcoming Unity versions, but keep in mind that **Alpha and Beta versions of Unity are not officially supported**. This is because Unity can introduce changes under the hood that break Aurora FPS Engine functionality, and we need some time to adjust and push fixes.
{% endhint %}

{% hint style="success" %}
Verified on Unity versions

* **Unity 2022.2**
* **Unity 2022.1**
* **Unity 2021.3 (LTS)**
* **Unity 2020.3 (LTS)**
* **Unity 2019.4 (LTS)**
  {% endhint %}

## Download

&#x20;Head over to the Unity [Asset Store](https://assetstore.unity.com/packages/templates/systems/aurora-fps-165863) to download Aurora FPS Engine!

{% hint style="info" %}
Aurora FPS Engine **Licenses**

* **Single Entity:** License applies to a single entity. Contractors are required to have their own, separate license.
* **Multi Entity:** License applies to an entity as well as parent, child, and sister entities. Contractors working on a project do not need a separate license.

**For more information, check the** [**EULA**](https://unity3d.com/legal/as_terms?_gl=1*18hzvy8*_gcl_aw*R0NMLjE2MjAwNTAwNDkuQ2owS0NRand2cjZFQmhET0FSSXNBUHBxVVBFNk0xN0JKajdiU3JSeUt4TlJ5TzNsbDFJSEdid3l4T0JfSk1QcjZuVnZHLTB2SWRKOVNWNGFBdEpBRUFMd193Y0I.&_ga=2.148103415.1345308830.1622892073-1560712540.1599900327&_gac=1.259520760.1620050050.Cj0KCQjwvr6EBhDOARIsAPpqUPE6M17BJj7bSrRyKxNRyO3ll1IHGbwyxOB_JMPr6nVvG-0vIdJ9SV4aAtJAEALw_wcB) **and** [**FAQ**](https://assetstore.unity.com/browse/eula-faq)**.**
{% endhint %}

## Setup

{% hint style="success" %}
After the package has been imported, no action or configuration is required on your part!
{% 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://renownedgames.gitbook.io/aurora-engine/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.
