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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
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.