Search Issue Tracker
By Design
Votes
1
Found in
2022.3.23f1
2023.2.17f1
6000.0.0b14
Issue ID
UUM-68201
Regression
Yes
Unity is loading internal version of SharpZipLib instead of local version
How to reproduce:
1. Open the user-attached project “NPOI Test”
2. Navigate to the upper Toolbar → Tools → Export Spreadsheet
3. Observe the Console
Expected result: No error messages are logged
Actual result: “TypeLoadException” is thrown
Reproducible with: 2022.2.0a1, 2022.3.23f1, 2023.2.17f1, 6000.0.0b14
Not reproducible with: 2021.3.37f1, 2022.1.0b1
Reproducible on: Windows 11 Pro
Not reproducible on: No other environment tested
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
This is by design, any assembly from the MonoBleedingEdge is not allowed to get it's version changed we only allow that exact version to be used
There are unfortunally no good workarounds for this other than to ensure that the dependencies is compatible with the MonoBleedingEdge version of ICSharpCode.SharpZipLib.dll