Search Issue Tracker
Fixed in 1.3.0-preview.7
Fixed in 1.2.11
Votes
0
Found in [Package]
1.0.0
Issue ID
1203662
Regression
No
Match content on subtimeline clip with a newly created subtimeline with no duration make the clip disappear.
Steps to Repro :
1) Create an empty timeline (that will be the main timeline).
2) Create a control track.
3) Create another timeline using another gameobject (that will be the subtimeline).
4) Drag and drop the subtimeline gameobject on the control track of the main timeline => that will create a subtimeline clip.
5) Right click and press "Match Content" menu.
Current Result : The clip disappears.
Expected Result : The clip stays the same.
Reason : As the subtimeline doesn't have any duration, the match content try to make the start/end of the subtimeline clip in the main timeline match the not existing value of the subtimeline => the clip disappears.
I think it's a regression but I don't know since when it began.
Comments (4)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Amya12
Apr 06, 2022 06:41
Thanks