Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2022.1.0a14
Issue ID
1377896
Regression
Yes
Importing a project from the asset Store doesn't import packages, even if you chose yes at the dialogue
When importing a full project from the Asset store, that has a manifest.json, the new packages are no longer brought into your project.
Repro:
- start a new project with a 3D or 2D core template in the latest 2022.1.0a14
- try to import this project from the asset store https://assetstore.unity.com/packages/templates/tutorials/2d-beginner-complete-project-140253
- when asked whether to import packages, chose yes
- after finished importing, open the ExampleScene
- press play, and see a lot of warnings - they seem to be caused by the missing Cinemachine package
- if you move the character around in play mode, you can see that the camera is not following the character as expected
- if you compare the manifest.json from this project to the correct one (made in an older version), you'll see that other packages are missing as well.
Regression introduced in 2022.1.0a14
Cannot repro in any version older than 2022.1.0a14
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment