Search Issue Tracker
Fixed in 2017.3.0f3
Votes
0
Found in
2017.1.0f3
Issue ID
949374
Regression
No
Crash on RecursivePlayableTraverser::Traverse when having GameObjects with Control Tracks as a Source GameObjects of each other
How to reproduce:
1. Open the attached project and "Repro" scene
2. Open Timeline window and select "A" GameObject in Hierachy, notice that it has Control Track with "B" GameObject assigned as its Source Game Object
3. Select "B" GameObject in Hierachy with the Timeline window opened
4. Right click on the Control Track and add Control Playable Asset Clip
5. With the Clip selected, drag and drop "A" GameObject from Hierarchy to a Source Game Object property
Result: Crash most of the time occurs on:
========== OUTPUTING STACK TRACE ==================
0x00000001404FF24F (Unity) RecursivePlayableTraverser::Traverse
0x00000001404FF34C (Unity) RecursivePlayableTraverser::Traverse
0x00000001404FF34C (Unity) RecursivePlayableTraverser::Traverse
0x00000001404FF34C (Unity) RecursivePlayableTraverser::Traverse
0x00000001404FF8E5 (Unity) PlayableOutput::PrepareTraverse
0x00000001404FFFA6 (Unity) PlayableGraph::PrepareFrame
0x00000001405022C4 (Unity) PlayableGraph::Evaluate
0x0000000141850511 (Unity) PlayableDirector::Evaluate
Reproducible with - 2017.3.0a7, 2017.2.0b11, 2017.1.1p1, 2017.1.0b1
Note: Crash also occurs on HPlayable::IsValid (mostly 2017.2), Playable::PrepareFrameVisitor (2017.1)
Fixed in 2017.3.0b6
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Code runs slower when using a cached exception instance compared to creating a new one
- Broken UI in Default Preset Add Section of "Preset Manager" window
- [iOS] The Player freezes when closing the Notification Center and quickly swiping down from top
- Crash on Texture2D:SetPixelImpl when rapidly calling Texture2D.Apply()
- Graph Lines are not rendered when using Experimental GraphView or GridBackground
Add comment