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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment