Search Issue Tracker
Fixed in 2017.2.0f3
Fixed in 5.6.X, 2017.1.X
Votes
1
Found in
5.6.1p1
Issue ID
916719
Regression
Yes
API upgrade adds an unnecessary reference to mscorelib 4.0
Steps to reproduce:
1. Download the attached project
2. Unzip Scripts/ch.sycoforge.Decal.zip
3. Open the included dll in a dll inspector(dotPeek)
4. Notice only a reference to mscorlib 2.0
5. Open the project in 5.6 and upgrade the API
6. Inspect the dll again
Expected result: same result, since 5.6 should not include the framework
Actual result: a reference to 4.0 is included
Reproduced on 5.6.0p2 5.6.1p3, 2017.1.0b8(as it should)
Not reproduced on 5.5(as it shouldn't), 5.6.0p1
Regression introduced in 5.6.0p2
Notes:
-API upgrade does not appear to happen if the dll was first imported into 5.5 and then the project was opened in 5.6
-Extracting while open in p2+ or opening any 5.6.p1- project in p2+ does call the API updater
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment