Search Issue Tracker
Fixed
Fixed in 2021.3.39f1, 2022.3.34f1
Votes
0
Found in
2021.3.37f1
2022.3.32f1
Issue ID
UUM-69379
Regression
Yes
XR simulation error "d3d11: failed to create 2D texture shader resource view id=1324 [D3D error was 80070057]" on Windows with DirectX Graphics API
Reproduction steps:
1. Open the attached project “ReproProject”
2. Open the scene “Assets/Scenes/SampleScene.unity”
3. Enable XR Simulation (menu: Edit > Project Settings > XR Plugin Management)
4. Enter Play Mode
5. Observe the Game View
Expected result: A simulation is displayed in the Game view
Actual result: Black screen and the error “ d3d11: failed to create 2D texture shader resource view id=1324 [D3D error was 80070057]” in the Console
Reproducible with: 5.0.2, 5.1.0, 5.1.3 (2021.3.31f1, 2021.3.37f1)
Not reproducible with: 5.1.0, 5.1.3 (2021.3.30f1, 2022.3.24f1, 2023.2.18f1), 6.0.0-pre.5 (2023.2.18f1, 6000.0.0b14), 6.0.1( 6000.0.0b14)
Reproduced: Windows 11 23H2 (22631.3007), Windows 10 (10.0.19045) 64bit (user’s)
Not reproduced on: macOS (Intel)
Note:
Not reproducible with Vulkan/Metal Graphics API
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note (fix version 2022.3.34f1):
Fixed by converting any linear format parameter to non linear if there is discrepancy between the actual resource format and what is provided
Resolution Note (fix version 2021.3.39f1):
Fixed by converting any linear format parameter to non linear if there is discrepancy between the actual resource format and what is provided