Search Issue Tracker
By Design
By Design in 6000.0.X
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
- Weight Brush Overlay text is clipped in Sprite Editor
- GameObject Transform scale values reset to their previously saved values when proportions are constrained and certain decimal values are entered in the Inspector
- Asset thumbnails in the Project window stay white when a referenced texture file is deleted and restored
- Crash on PersistentManager::ReadObjectThreaded when calling AssetDatabase.ForceReserializeAssets() multiple times in a row
- Scene becomes dirty when first opening an HDRP Template project
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
Resolution Note (6000.0.X):
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