Search Issue Tracker
Fixed in 1.3.2
Votes
0
Found in [Package]
1.0.0
Issue ID
1178251
Regression
Yes
Playable Behaviour array property is not shown in the Timeline curve editor
How to reproduce:
1. Open the attached "PlayableTrackArray.zip" project and open "SampleScene"
2. Open the Timeline window
3. In the Hierarchy, select the "Cube" GameObject
4. In the Timeline window, select the "ArrayTestAsset" int the Playable track
Expected results: Both the float and float[] properties of the ArrayTestAsset are shown in the curve editor
Actual results: Only the float property is shown in the curve editor
Reproducible with: 2019.2.0a7, 2019.2.10f1, 2019.3.0b7, 2020.1.0a9
Not reproducible with: 2018.4.11f1, 2019.2.0a6
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 1.3.2):
Array elements are displayed and can be animated. Removing an array element once an element is animated will generate an error, but this will be addressed later.