Skip to content

kanzwataru/UnityQuillFBXAnim

Repository files navigation

UnityQuillFBXAnim

Using Quill FBX animations in a seamless way with Unity.

There are two scripts included:

QuillAnimComponent

Simple anim component

Just drag and drop it onto a Quill FBX scene and press Play. It just works and loops infinitely. Enable/disable the component to play/pause. The simplest one to use for simple situations. Useful for using Unity as a renderer.

QuillAnimNode

Nodes

This is for using Animator state-machines It is mostly aimed at those who use Unity for creating games with Quill assets. Simply add it onto a state inside the Animator, drag-and-drop the desired animation into the slot, and set up your transitions. (make sure to turn off exit time and transition time since there is no blending) It will automatically spawn the animation mesh when playing the game.

If you want to have a visual for seeing the character in the editor, you can attach any one of its animations to the GameObject that contains the Animator, and set its tag to EditorOnly. It will be deleted automatically by QuillAnimNode (and Unity will automatically exclude it from builds, so there is no performance penalty).

Supported Unity Versions

This was original made for Unity 2019, but still confirmed working with Unity 6 (in 2026)!

Example art by Nick Ladd

About

Making using Quill FBX animations with Unity easier

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors