Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
3.0.3
Issue ID
1173718
Regression
Yes
[Packman] [2D Animation] Adding staging package registry will create "Package cannot be found" errors on install
[Packman] [2D Animation] Adding staging package registry will create "Package cannot be found" errors on install
After opening the editor, if the user adds the staging package registry to their package manifest, if they attempt to install the 2D Animation 3.0.3 via the Package Manager, the following error will be thrown and installation will fail:
Unable to add package [com.unity.2d.animation@3.0.3]: Package [com.unity.3d.animation@3.0.3] cannot be found
It is unsure whether this issue is with the Package Manager or the package itself.
Steps to reproduce:
1) Create a new 19.3 project
2) With the project open, add the staging registry to the manifest.json by adding the line following the before the last closing brace:
, "registry": "https://staging-packages.unity.com"
3) Return to the editor and open Package Manager
4) Attempt to install 2D Animation 3.0.3
5) Observe installation error
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:
Staging is not supported anymore.
Most of the new packages are on candidates:
"registry": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"