> For the complete documentation index, see [llms.txt](https://axongenesis.gitbook.io/timeflow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://axongenesis.gitbook.io/timeflow/reference/beta.md).

# Beta

How to get and install Timeflow beta updates

{% hint style="warning" %}
The following instructions are for verified beta testers with the proper credentials.
{% endhint %}

## Get Access

Access to pre-release versions of Timeflow is granted to Verified Users on the Timeflow Discord server. Once you have joined, go to the #-get-verified channel for instructions to become a Verified User.

{% embed url="<https://discord.gg/rXBs4uyfhh>" %}

## How to Install

{% hint style="info" %}
It is recommended to test this in a new empty Unity project (2021.3 or later) if this is your first time installing Timeflow using this method.&#x20;
{% endhint %}

{% hint style="danger" %}
Before installing, be sure to remove the previous installation of Timeflow first, otherwise you will encounter this error:

\[Package Manager Window] Error adding package:&#x20;
{% endhint %}

### 1. Get the Package URL

A private URL with tokenized credentials is provided to install Timeflow from the Package Manager.

* In the Timeflow Discord server, go to the #-vip channel. You must be a verified user for access.&#x20;
* Locate the most recent URL posted in the channel, which looks like the following:

```
https://{token}@github.com/AxonGenesis/Timeflow.git#upm{version}
```

* Select and copy the entire URL.

{% hint style="danger" %}
The URL is confidential. Do not share or post anywhere. All URLs have an expiration date and will no longer work after 7 days.
{% endhint %}

### 2. Install in the Package Manager

* With your Unity project open, select from the main menu: Window/Package Manager
* Click the + menu in the top left corner

<figure><img src="https://2067910529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3dOuetlQfYgK5FPUKgn%2Fuploads%2FPGbf5nD8Tz7Y0XDjNgQ7%2Fimage.png?alt=media&amp;token=279d9e99-a287-4ff4-b11c-769654ce3ef3" alt=""><figcaption></figcaption></figure>

* Paste the full URL (copied in the previous step) into the field and then click Add.

<figure><img src="https://2067910529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3dOuetlQfYgK5FPUKgn%2Fuploads%2F8BRMQtxQvaPmD9iJT6Af%2Fimage.png?alt=media&amp;token=8867c52e-8916-439e-83bf-d8898e8aca06" alt=""><figcaption></figcaption></figure>

* It may take several moments to locate and download the package<br>

  <figure><img src="https://2067910529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3dOuetlQfYgK5FPUKgn%2Fuploads%2FChgsEH6QfWdzUFgUTyOY%2Fimage.png?alt=media&amp;token=9d1cc9dd-96d1-4d63-b636-bf7e76e98521" alt=""><figcaption></figcaption></figure>

* After installation Timeflow is displayed under 'Packages - Axon Genesis' and assets installed to the project's Packages/Timeflow directory. From here, you may then optionally import any samples you wish to work with by clicking the 'Import' button for each.<br>

  <figure><img src="https://2067910529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3dOuetlQfYgK5FPUKgn%2Fuploads%2Fk4o9hkgrG8aUKglh9vd2%2Fimage.png?alt=media&amp;token=b30c51a4-b6c6-4b9b-af8f-9efbe59fa48f" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
At a later point you may return to get the latest version by clicking the 'Update' button.&#x20;
{% endhint %}

{% hint style="warning" %}
After updating, to import samples you may need to close the Package Manager window and re-open it to import the samples, otherwise a console error may appear saying that the directory does not exist. This due to the way Unity manages the package cache.&#x20;
{% endhint %}

{% hint style="danger" %}
If you encounter any errors during installation, it may be necessary to remove Timeflow (click the Remove button) and then re-add the package starting at step 1 above.
{% endhint %}

For changes to the locations of the Timeflow preferences and settings, please refer to [Assets](/timeflow/user-guide/menus-and-shortcuts/preferences/assets.md)
