Search Issue Tracker
By Design
Votes
0
Found in [Package]
2.1.1
Issue ID
1137208
Regression
No
Package Manager UI - Package versions are marked as verified that do not appear in the editor manifest
You have a package, "Foo", at version 1.0.1. This version is added to the Editor manifest and therefore appears in Package Manager UI with the Verified tag. If you then push a new package of Foo that bumps the patch version to 1.0.2, this version will get tagged as Verified in Package Manager UI, even though version 1.0.1 is still the version specified in the editor manifest.
This only happens when bumping the patch version number, not the major or minor version numbers.
1. Install Unity 2019.1.0b8
2. Open Unity
3. Create a new project with any settings
4. Once the project has been created, open the Package Manger UI
5. Find In App Purchasing in the package list
6. Compare the detail view of versions 2.0.1 and the latest 2.0.x
Expected Result:
Version 2.0.1, which is included in the editor manifest, is marked as Verified.
Actual Result:
The latest 2.0.x version is marked as Verified, even though it is not specified in the Editor Manifest.
Tested on Windows.
This is not a regression, and has been an issue for as long as the Package Manager has been around.
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
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Resolution Note:
Patch versions are assumed to be verified too since they bring bug fix only and don't change the package behaviour.