Skip to content

Boner 2D 1.0.1 Release

Latest
Compare
Choose a tag to compare
@playemgames playemgames released this 10 Jan 23:13
· 15 commits to master since this release

Boner 2D minor bug fix release. This package is for Unity 2018.1.9f and above.

Changes from Unity Sprites and Bones:

To use your old Unity Sprites and Bones projects, copy over the old scripts with the new ones.

ControlPoint, the original FFD system used transforms, is now depreciated. This will be removed along with all references to it in the next major release. It is only there to update your project to the latest Control Points system. To update the old transform Control Points, go to each Skeleton component that uses them and click on the Replace Control Points button. To modify animation clips using the transform Control Points, select the animation clips you need to change and go to Window/Boner2D/Replace Control Points. This should change all the curves from the transforms to the current Control Points system.

SkinnedMeshRenderers and MeshRender sorting orders can be animated in the Animation Window by changing the sorting order field in their respective components while in Record Mode.