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
- [Quest 2] Surface shader and multi-view sampling custom textures broken in Quest 2
- Lighting Data asset is not created when baking multiple Scenes at the same time
- Performance issues when instantiating a recognizer under UnityEngine.Windows.Speech
- Build fails with "Exception: Unity.IL2CPP.Building.BuilderFailedException: Build failed with 0 successful nodes and 0 failed ones" when building the project for iOS
- [Android] .aab Build fails when using Asset Bundles
Resolution Note (fix version 2023.1.0a19):
Fixed issue where exceptions thrown during DeflateStream.ReadStream being swallowed and not rethrown.