com.unity.animation 0.8.0-preview.3
Notes: processedReleased October 29, 2020
Unity Compatibility
Minimum Unity: 2020.1 (0b15)
Package Dependencies
- com.unity.burst (1.3.7)
- com.unity.collections (0.14.0-preview.16)
- com.unity.dataflowgraph (0.18.0-preview.3)
- com.unity.entities (0.16.0-preview.21)
- com.unity.jobs (0.7.0-preview.17)
- com.unity.mathematics (1.2.1)
- com.unity.modules.animation (1.0.0)
- com.unity.test-framework (1.1.13)
- com.unity.test-framework.performance (2.0.8-preview)
✨ Features
- Added PropertyDrawers for TransformBindingID and SkeletonBoneReference (which is now made public). Both make it possible to set bones from the Skeleton Asset using drag and drop or using the object picker. TransformBindingID is a path to a bone, and SkeletonBoneReference contains a reference to a Skeleton and a TransformBindingID, which represents a bone in the given Skeleton.
- Added SkeletonReferenceAttribute which can be used on TransformBindingID to associate it with a property returning, or a field containing a Skeleton.
- Added ShowFullPathAttribute which can be used on TransformBindingID and SkeletonBoneReference to show bone names as full paths instead of just the name of the bone itself.
- Added a debugger view for `Rig` IComponentData. This view will display the `BlobAssetReference` internal data in the debugger. For more advanced debugging you can also add the DEBUG\_STRINGHASH to your project scripting symbols which can be added under `Project Settings/Player`. This optionnal symbol will keep the original string for all hashes, and use this information when the debugger need to display a StringHash. There are currently a few limitations with this system:
- - Since it stores this information into a static class, every domain reload clears the dictionnary.
- - It currently only works in editor mode.
📈 Improvements
- Upgraded com.unity.dataflowgraph to 0.18.0-preview.3
- Upgraded com.unity.entities to 0.16.0-preview.21
- Upgraded com.unity.collections to 0.14.0-preview.16
- Upgraded com.unity.jobs to 0.7.0-preview.17
- Upgraded com.unity.burst to 1.3.7
