Skip to content

teeagu/Asemator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asemator

Unity custom animator using parsed ase files. I put the project files here for github visualization, but you can only download the unity package if you want. :D

How to use

  • Put an Asemator component in a GameObject with SpriteRenderer.
  • Drag the .ase file that you wanna use to the Asemator in inspector.
  • Set pixels per unity in Asemator inspector too.
  • Call asemator.SetAnimation(tag, loop) to set animation.
  • You can use asemator.IsPlaying(tag) to check if an animation is playing too.

About

Unity custom animator using parsed ase files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages