This is a sample that shows how to use Playable Graphs to animate objects in a manner similar to the Animation Component.
This repository is archived. The last compatible version tested is Unity 2018.3, though we expect the code to still be compatible with Unity 2019.3.
This package requires Unity 2018.3 or later.
- Click
Window > Package Managerto open Package Manager UI. - Click
+ > Add package from git URL...and input the repository URL:https://github.com/FrorpiaDiscSoftware/SimpleAnimation.git?path=Assets
- Open the
Packages/manifest.jsonfile in your project. Then add this package somewhere in thedependenciesblock:
{
"dependencies": {
"com.fdsoft.simple-animation": "https://github.com/FrorpiaDiscSoftware/SimpleAnimation.git?path=Assets",
...
}
}