Skip to content

FrorpiaDiscSoftware/SimpleAnimation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleAnimation

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.

Installation

This package requires Unity 2018.3 or later.

Install via UPM (with Package Manager UI)

  • Click Window > Package Manager to open Package Manager UI.
  • Click + > Add package from git URL... and input the repository URL: https://github.com/FrorpiaDiscSoftware/SimpleAnimation.git?path=Assets

Install via UPM (Manually)

  • Open the Packages/manifest.json file in your project. Then add this package somewhere in the dependencies block:
{
  "dependencies": {
    "com.fdsoft.simple-animation": "https://github.com/FrorpiaDiscSoftware/SimpleAnimation.git?path=Assets",
    ...
  }
}

About

A simple Animation Component that leverages PlayableGraphs. (Installable via package manager)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%