diff --git a/README.md b/README.md index a0a7b32..9da3d13 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ Unity Sprites And Bones ======================= -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. +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. ## Features * Skeletons and Bones. -* Mesh deformation * Inverse Kinematics with targets. +* Mesh deformation +* Weight painting * IK Helper objects. * Bones and IK are fully animatable. * 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 * Did I mention Inverse Kinematics? * Free and Opensource -## Things I'd like to add, but don't know how -* Onion skinning. -* Preview for poses. -* Baking IK animations. +Homepage: +* http://banbury.bootes.uberspace.de/blog/ +Forum thread: +* http://forum.unity3d.com/threads/219915-Release-Free-Unity-Sprites-And-Bones-2D-skeleton-animation Screenshots: * http://postimg.org/image/r5s36j053 @@ -32,8 +33,5 @@ Screenshots: Tutorials: * https://vimeo.com/channels/650373 -Forum thread: -* http://forum.unity3d.com/threads/219915-Release-Free-Unity-Sprites-And-Bones-2D-skeleton-animation - ## Installation 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. diff --git a/SpritesAndBones.unitypackage b/SpritesAndBones.unitypackage index 42cb0a6..bc66240 100644 Binary files a/SpritesAndBones.unitypackage and b/SpritesAndBones.unitypackage differ