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
- "Sub Mesh Mask" field in VFX Graph has no padding
- Source Generation with GeneratePropertyBag fails when using reserved keywords as variable names with @ prefix
- Prismatic ArticulationBody moves in opposite direction when using targetVelocity
- Shader Graph skybox material is rendered inccorrectly in builds when "Allow Material Override" or "Cast Shadows" are enabled and the "Deferred" Rendering Path is used
- Object motion is affected by incorrectly added rotation motion when importing animations
Add comment