Search Issue Tracker
By Design
Votes
0
Found in
2019.3.0a12
Issue ID
1175216
Regression
Yes
See all versions button is missing in the Package manager
1. Create a new project;
2. Open Package manager window;
3. Set package manager to show "All packages";
4. Expand any package in your project that has more than 1 version (in my example it's Lightweight RP) to see all available versions.
Expected result: there is a "See all versions" button;
Actual result: "See all versions" button is missing, you can only see the package version you are currently on and the latest version.
Reproduced with: 2019.3.0a12 (b073d123dd5d)
Not reproduced with: 2019.3.0a11 (6fa9444d8a5d)
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
In the manifest.json (in Data\Resources\PackageManager\Editor) You'll see there's a minimum version. We explicitly avoid showing versions before that one.