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
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
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