Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.7.1
Issue ID
TB-113
Regression
No
Empty "Activation Playable Asset" property is displayed in the Inspector window when selecting an Activation Clip
Reproduction steps:
1. Open the attached "TimelineTest.zip" project
2. In the Project window double-click on the "GameObjectTimeline" asset
3. In the Timeline window select the "Active" Activation Clip
4. Observe the Inspector window
Expected result: Empty "Activation Playable Asset" property is not displayed
Actual result: Empty "Activation Playable Asset" property is displayed
Reproducible with: 1.2.16 (2019.4.36f1), 1.4.8 (2020.3.31f1), 1.7.1 (2021.2.16f1, 2022.1.0b12, 2022.2.0a8)
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
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
Resolution Note:
The inspector for all Timeline clips shows a sub inspector for the playable asset that it holds. It is impossible for the clip editor to know ahead of time if the playable asset has any fields to show, therefore if there are no fields to show, it will show an empty inspector.