Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0f2
Issue ID
1113287
Regression
No
When "Control Activation Post Playback" is set to "Active", object doesn't stay "Active" Post Playback
Reproduction steps:
1. Open "TimelineBug.zip" project and "SampleScene" scene
2. Open the Timeline window
3. Select "Cube" in the Hierarchy window
4. Notice "Control Track" -> "Cube (1)" -> "Control Playable Asset" -> "Control Activation" -> "Post Playback" -> "Active"
5. Run the Timeline
6. Notice that the Cube Activates, but Post Playback De-Activates
Expected Result: Cube stays Active Post Playback
Actual Result: Cube De-Activates Post Playback
Reproduced with: 2019.2.0a1, 2019.1.0a14, 2018.3.3f1, 2017.4.18f1
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
- "NullReferenceException" is thrown when rapidly expanding and collapsing the folders in the VFX Graph Node creation menu
- VFX Graph tab always opens between "Scene" and "Game" views instead of opening after already opened tabs
- Editor crashes on "MonoBehaviour::Transfer<GenerateTypeTreeTransfer>" when resetting package defaults in VR Template project
- Rotation tool Gizmo is stuck in the Scene View when unchecking/checking the "Orient" node in the VFX Graph and the Scene view is visible
- The Editor opens when the window is closed right after launch
Resolution Note:
Post Playback refers to what happens to the object when the _timeline_ finishes. By selecting 'control activation', it means the game object will only be active when there is a clip. To achieve the desired behavoir, use a separate activation track.