Search Issue Tracker
Fixed
Fixed in 2021.3.14f1, 2022.1.23f1, 2022.2.3f1, 2023.1.0a19
Votes
0
Found in
2021.3.12f1
2022.1.20f1
2022.2.0b12
2023.1.0a15
Issue ID
UUM-17185
Regression
Yes
Decompressing DeflateStream swallows exceptions when they are thrown by the wrapped stream
Reproduction steps:
1. Open the attached project
2. Open the Test Runner window
3. Run the Edit Mode test
Expected result: The test passes
Actual result: The test fails
Reproducible with: 2021.2.0a18, 2021.3.12f1, 2022.1.20f1, 2022.2.0b12, 2023.1.0a15
Not reproducible with: 2020.3.41f1, 2021.2.0a17
Reproducible on: macOS 12.4 (Intel)
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
- Text is unreadable when DLSS is applied to the Canvas with Render Mode set to World Space
- NullReferenceException errors appear in the Console when changing the values of Visual Effect Control Clip Events' Attributes
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
Resolution Note (fix version 2023.1.0a19):
Fixed issue where exceptions thrown during DeflateStream.ReadStream being swallowed and not rethrown.