Search Issue Tracker
Fixed
Fixed in 2022.2.7f1, 2023.1.0b4, 2023.2.0a1
Votes
0
Found in
2022.2.2f1
2023.1.0a25
2023.2.0a1
Issue ID
UUM-23065
Regression
Yes
GetNextFrameFenceValue() always returns 1
The native rendering plugin interface functions IUnityGraphicsD3D12v7::GetNextFrameFenceValue() always returns 1.
To reproduce:
# Write a native plugin that uses GetNextFrameFenceValue()
# Use the plugin in a C# project that renders multiple frames
Expected result: The return value increase at least by one per frame
Actual result: The return value is always 1
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
- Screen.resolutions returns resolutions that include the notch area when called on Macs with a notch
- Shader Graph Editor Throws Exception When Deleting Custom Function Node
- Outlines are visible on Mesh when Alpha Clipping is enabled and Surface Type is set to Opaque
- UI Elements are not getting focused when navigating through using arrow keys if they’re placed in a specific position
- Deleted scene selection is wonky in the Build Settings
Resolution Note (fix version 2023.2.0a1):
Fixed GetNextFrameValue() in DX12 native rendering plugins.
Resolution Note (fix version 2023.1.0b4):
DX12: Fixed GetNextFrameValue() in DX12 native rendering plugins.
Resolution Note (fix version 2022.2.7f1):
DX12: Fixed GetNextFrameValue() in DX12 native rendering plugins.