🧪Beta

How to get and install Timeflow beta updates

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.

How to Install

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.

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.

  • 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.

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

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

  • It may take several moments to locate and download the package

  • 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.

At a later point you may return to get the latest version by clicking the 'Update' button.

For changes to the locations of the Timeflow preferences and settings, please refer to Assets

Last updated