Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.3.0-preview.2
Issue ID
1193770
Regression
No
[Timeline] Scrubbing the Timeline animation doesn't work on SubScenes
Reproduction steps:
1. Open "1193770" project
2. Select "Director" GameObject
3. In the Timeline window, scrub through the animation
4. Notice that the main scene GO is animated, while the GO in the SubScene is not
Expected Result: Scrubbing the Timeline animation should work on all loaded scenes
Actual Result: Scrubbing the Timeline animation doesn't work on SubScenes
Reproduced with: 2020.1.0a9, 2019.3.0b8, 2019.2.10f1
Did not reproduce on(Features not yet implemented): 2018.4.12f1, 2017.4.33f1
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
- Render Pipeline Converter selected asset counter reports one fewer item when using manual selection
- [Android] [Adreno] [WebGL] A light cookie is not rendered with shader compile error when WebGL build is launched on a device with Adreno GPU
- Rigibody sliding over a flat surface that is made of several GameObjects detects false collisions when Collision Detection is set to "Continuous" or "Continuous Dynamic"
- UI Toolkit Label height is incorrectly calculated when using max-width with percentage value
- Visual Effect Material causes Scene view to update continuously when both Scene and Game views are open, despite "Always Refresh" being disabled
Resolution Note:
Subscenes are a DOTS concept. Fundamentally, they are incompatible with Timeline which works with GameObjects and MonoBehaviours.