Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.1.0a11
2019.1.0a15
2019.2.0a1
Issue ID
1119019
Regression
Yes
[Frame Debugger] Incosnistent elements are drawn when previewing the same draw calls
Repro steps:
1. Open attached project "FrameDebuggerBug_2018.3.3f1.zip" and scene "SampleScene"
2. Enter play mode
3. Open the "Frame Debug" window and press the "Enable" button
4. In "RenderForward.RenderLoopJob", select its children and observe Game View
Reproducible with: 2019.1.0a11, 2019.1.0b1, 2019.0a2
Not reproducible with: 2017.4.19f1, 2018.3.3f1, 2019.1.0a9
Could not test with: 2019.1.0a10 (redirects me straight to 2019.1.0a6)
Notes:
- The issue is even more obvious with the transparent queue (TransparentQueue.mp4), but this cannot be previewed until bug #1107382 is resolved.
- Tested with the built-in render pipeline
- Can't get it to repro as easily in 18.3, and the draw order seems to have changed (Order.jpg attached). Trying upwards of 30+ times, sometimes the transparent purple cube shows, but it's very rare.
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
- Cursor image does not update when Cursor.SetCursor is called again with CursorMode.Auto
- Crash on do_runtime_invoke when reopening a specific project after failing to build it
- Animations change speed when rigidbody is added
- Low FPS persists when re-entering Play mode after an extended session in a specific project
- ListView list items in UIToolkit get stuck when reorderMode is set to Animated and they are reordered using two or more fingers on touch devices
Resolution Note (2019.2.X):
The frame debugger works by replaying the scene and stopping rendering at a certain place. If something has changed in the flow (batching slightly differnt ect) then the result will be different. That is what is happening here.