Skip to content

Commit

Permalink
0.6.1-preview - 2018/06/01
Browse files Browse the repository at this point in the history
@2018.2
  • Loading branch information
ErikMoczi committed Sep 3, 2018
1 parent 0cd061f commit abf58b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion package/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]


## [0.6.0-preview] - 2018-06-01

### Added

- New installation steps: copy-paste the Unity scene files in your `Assets` folder.
Expand Down Expand Up @@ -71,7 +74,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- New samples: CustomMixer, FullBodyIK, and TwoBoneIK.
- First release of *Unity Package Animation C# Jobs Samples*.

[Unreleased]: https://gitlab.internal.unity3d.com/upm-packages/animation/com.unity.animation.cs-jobs-samples/compare/v0.5.0-preview...HEAD
[Unreleased]: https://gitlab.internal.unity3d.com/upm-packages/animation/com.unity.animation.cs-jobs-samples/compare/v0.6.0-preview...HEAD
[0.6.0-preview]: https://gitlab.internal.unity3d.com/upm-packages/animation/com.unity.animation.cs-jobs-samples/compare/v0.5.0-preview...v0.6.0-preview
[0.5.0-preview]: https://gitlab.internal.unity3d.com/upm-packages/animation/com.unity.animation.cs-jobs-samples/v0.4.0...v0.5.0-preview
[0.4.0]: https://gitlab.internal.unity3d.com/upm-packages/animation/com.unity.animation.cs-jobs-samples/v0.3.0...v0.4.0
[0.3.0]: https://gitlab.internal.unity3d.com/upm-packages/animation/com.unity.animation.cs-jobs-samples/v0.2.0...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.animation.cs-jobs-samples",
"displayName":"Animation C# Jobs Samples",
"version": "0.6.0-preview",
"version": "0.6.1-preview",
"unity": "2018.2",
"description": "Code samples using the animation C# jobs feature.\n\nAnimation jobs are part of the Playable feature and they allow to modify the animation stream using just a C# script. Here is the list of the samples in this package:\n\u25AA SimpleMixer\n\u25AA WeightedMaskMixer\n\u25AA Look At\n\u25AA Two-bone IK\n\u25AA Fullbody IK",
"keywords": ["animation", "c#", "cs", "jobs", "samples"],
Expand Down
1 change: 1 addition & 0 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
0.4.0
0.5.0-preview
0.6.0-preview
0.6.1-preview

0 comments on commit abf58b2

Please sign in to comment.