Search Issue Tracker
Fixed
Fixed in 6000.0.22f1, 7000.0.0a1
Votes
0
Found in
6000.0.19f1
7000.0.0a1
Issue ID
UUM-79884
Regression
Yes
[Mac][URP][RG] RenderTexture.Create failed with RenderGraph when resizing the Scene view to the minimum
Reproduction steps:
1. Open the “IN-84162.zip” project
2. Make sure the Scene view is opened
3. Make sure that the “Graphics” → “Render graph” → “Compatibility mode” checkbox is unchecked in the Project settings
4. Try to minimize the Scene view as much as possible by enlarging other views
Expected results: No errors appear in the Console
Actual results: “ArgumentException: Texture using Explicit size mode was create with either width or height at zero” error appears in the Console
Reproducible with: 6000.0.7f1, 6000.0.19f1
Not reproducible with: 60000.0.6f1
Could not test with: 2021.3.43f1, 2022.3.46f1 (“Compatibility mode” checkbox is not available in the Project settings)
Reproducible on: macOS 14.6.1 (M1 Max)
Not reproducible on: Windows 11
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
- Crash with multiple stack traces when playing video on a render texture with low-end graphics devices
- Circle handle of the Game view scale slider bar disappears when the scale is set to 1x
- Asset Bundles non-deterministic behavior with CRCs and hash when a video has Transcoding enabled and Sprite Atlas has an override option enabled
- [Quality Hackweek] Errors "InvalidOperationException: EnsureRunningOnMainThread can only be called from the main thread" and "NullReferenceException" shown when switching build platforms with Muse Texture package installed
- "Importer(DefaultImporter) generated inconsistent result for asset" warnings are thrown when reimporting the "URP" texture
Resolution Note (fix version 6000.0.22f1):
Safeguards have been added in URP 2D to prevent dimensions from dropping below 1x1 even when using lightRenderScale inferior to 1.0f. Thanks for your feedback