Search Issue Tracker
Fixed
Fixed in 2022.3.21f1, 2023.2.10f1, 2023.3.0a19
Votes
1
Found in
2022.3.13f1
2023.1.20f1
2023.2.0b18
2023.3.0a14
Issue ID
UUM-55999
Regression
Yes
Custom Render Texture Initialization Mode set to Realtime causes Dimensions do not match dimensions of depth surface
Reproduction steps:
1. Open the attached “TestMacOs.zip” project
2. Select the “Assets/Scenes/CustomShaders/RenderTextureWrapper.asset” Custom Render Texture
3. Change the Initialization Mode to “Realtime” in the Inspector window
4. Untick the “Double Buffered” checkbox
5. Observe the Console
Expected result: No errors are present
Actual result: "Dimensions of color surface ("SceneView RT") do not match dimensions of depth surface ("RenderTextureWrapper"): (1101, 514) != (256, 256)" errors are being consistently printed out
Reproducible with: 2022.2.0a11, 2022.1.24f1, 2022.3.13f1, 2023.1.20f1, 2023.2.0b18, 2023.3.0a14
Not reproducible with: 2021.3.32f1, 2022.2.0a10
Reproducible on: Windows 10 Pro (22H2)
Not reproducible on: No other environment tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Add comment