πͺSamples
In Timeflow v1.10 and later demo content is now downloaded separately, provided as a Unity 2022.3 project for each render pipeline (Built-In, URP, HDRP). These projects contain scenes and assets only and require that Timeflow be installed via the Package Manager.
Sample Downloader
To download samples, you can either...
In a Unity project with Timeflow installed, select from the main menu: Tools > Timeflow > Download Samples...

From here you can choose to download the project or import the assets into an existing project.
Manual Installation
Alternatively, you may download the sample projects directly from GitHub.
Select the repo for your render pipeline: Built-In Render Pipeline https://github.com/AxonGenesis/TimeflowSamples-Builtin Universal Render Pipeline https://github.com/AxonGenesis/TimeflowSamples-URP High Definition Render Pipeline https://github.com/AxonGenesis/TimeflowSamples-HDRP
It is expected to see compile warnings in the sample projects until the Timeflow package has been installed in the Package Manager, since it is not included in the repos.
Samples in Timeflow v1.9 and earlier
The Timeflow package includes a collection of sample scenes and assets which may be installed in the Package Manager. These additional packages are optional.


The demo app may be played in the editor and built to any target platform. There are also many scenes demonstrating various behaviors, features, and special setups.
URP and HDRP Configuration
When working in project using URP or HDRP, import the associated Demo samples. Additionally, you may need to assign the render pipeline assets which are included in the Settings folder.
In-Scene Documentation
Although every example is not documented online, each scene does have a Readme with additional information and links to related documentation.
Tutorial Videos
To accompany all the examples, there are also a lot of brief videos on YouTube covering each of the main features of Timeflow. Click the video link below for the complete playlist.
πΉοΈ Demo App - An app showcasing Timeflow on desktop and mobile
π― Animation Clips - Sequence animation clips with interpolation curves
π΄ Animator Blend Trees - Choreograph animator blend trees in Timeflow
π Blend Shapes - Animate skinned mesh blend shape properties
π Physics - Animate rigidbody components for physics interactions
π§ Shader Properties - Animate material and shader properties
π½οΈ Timeline Integration - Optional integration with Unity Timeline
Last updated