Search Issue Tracker
Fixed
Fixed in 2020.3.48f1, 2023.2.0a11
Votes
0
Found in
2020.3.45f1
2023.2.0a10
Issue ID
UUM-27598
Regression
No
GraphicsFence.passed is passed in a random order
I am using Graphics.CreateGraphicsFence to create a fence that should pass when the previous Graphics.Draw command is completed
How to reproduce:
1. Download and open the attached project
2. Open SampleScene.scene
3. Enter Play mode
4. Observe the Console window
Expected results: A fence created on frame N+1 can never pass before a fence created on frame N (Fences are passed in ascending numerical order)
Actual results: Fences can be passed out-of-order (Fences are not passed in ascending numerical order)
Reproducible with: 2020.3.45f1, 2021.3.18f1, 2022.2.6f1, 2023.1.0b3, 2023.2.0a1
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
- NullReferenceExceptions are being thrown when saving a ScriptableObject with an array of a type with a CustomPropertyDrawer that uses TrackPropertyValue
- Applied velocity is inconsistent when using Rigidbody AddForce() with ForceMode.VelocityChange
- Crash on AudioUtil_CUSTOM_HasAudioCallback when exiting Play Mode while the Inspector is displaying a GameObject with an empty script attached
- Scroll offset is framerate-dependent when scrolling with velocity in the Device Simulator
- "Object.FindObjectsOfType<T>() is obsolete" warning is thrown when using "Transitions Plus" asset
Resolution Note (fix version 2023.2.0a11):
Ensure GraphicsFence.passed reports consistent results at initialization
Resolution Note (fix version 2020.3.48f1):
Ensure GraphicsFence.passed reports consistent results at initialization