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
- Packman: The same asset data is displayed differently in "Import" and "Remove" popups
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
Add comment