You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an addon for Unity 3D to create 2D skeletal sprite animations. With the addon its possible to add bone hierarchies directly in the Unity Editor. Sprites can the parented to the bones. The bones can be animated like any other GameObject in the animator window. Inverse Kinematics is also available and animatable. The bones can also be used to animate any GameObject other than sprites like meshes or particle systems.
4
+
This is an addon for Unity 3D to create 2D skeletal sprite animations. With the addon it's possible to create bone hierarchies directly in the Unity Editor. Sprites can be parented to the bones. The bones can be animated like any other GameObject in the animator window. Inverse Kinematics is also available and animatable. The bones can also be used to animate any other GameObject like meshes or particle systems.
5
5
6
6
## Features
7
7
8
8
* Skeletons and Bones.
9
-
* Mesh deformation
10
9
* Inverse Kinematics with targets.
10
+
* Mesh deformation
11
+
* Weight painting
11
12
* IK Helper objects.
12
13
* Bones and IK are fully animatable.
13
14
* Bones can be added by holding Ctrl and left clicking.
@@ -19,11 +20,11 @@ This is an addon for Unity 3D to create 2D skeletal sprite animations. With the
After importing the Unity package into a new project, the Gizmo folder has to be moved to the Asset folder. Otherwise some icons won't show up in the editor and the hierarchy.
0 commit comments