A tool to export animations into textures to be played on the GPU via a shader. Unity's skinned mesh renderer adjusts vertices on the CPU which is quite intensive for animation, this bakes animations ...
Unity implementation of the advanced 2D Blender rig created by TheSicklyWizard. I highly suggest you to check out my video "here". This is a lite implementation of that system in Unity, as I didn't ...