Search Issue Tracker
Fixed
Fixed in 2021.3.11f1, 2022.1.19f1, 2022.2.0b8, 2023.1.0a8
Votes
0
Found in
2021.3.8f1
2022.1.13f1
2022.2.0a16
2023.1.0a1
Issue ID
UUM-5928
Regression
No
[HDRP] .DLSSDetected doesn't return correct value when app starts
Affected versions: 2021.2.17f1, 2021.3.5f1, 2022.1.6f1, 2022.2.0a16
Steps to reproduce:
1) Open attached project
2) Check the script and notice that
{code:java}
Debug.Log(HDDynamicResolutionPlatformCapabilities.DLSSDetected);{code}
is called in Awake and on button click callback
3) Run the app
4) Observe that Awake returns false but button function returns true
Meaning DDynamicResolutionPlatformCapabilities.DLSSDetected is initialized somewhere too late into app's life cycle.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
Add comment