Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2019.1.0a2
Issue ID
1084280
Regression
Yes
[Mac] Package manager error occurs while resolving packages on creating a new project
Package manager error window appears on creating a new project while resolving packages. The user is able to create the project but errors regarding unresolved packager appear in the console.
Steps To Reproduce:
1. Launch the Editor.
2. Create a new project.
Expected result: A new project should be created.
Observed Result: A popup regarding package manager error appears.
Reproducible On: 2019.1.0a2
Works Fine On: 2019.1.0a1
Environment: Occurs only on mac.
Stack Trace: An error occurred while resolving packages:
Package com.unity.modules.core@1.0.0 has invalid dependencies:
com.unity.modules.core: A package cannot have a dependency on itself
Package com.unity.modules.sharedinternals@1.0.0 has invalid dependencies:
com.unity.modules.sharedinternals: A package cannot have a dependency on itself
A re-import of the project may be required to fix the issue or a manual modification of /Users/macmini6/Documents/UnityTEstPRojects/New Unity Project (14)/Packages/manifest.json file.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
Add comment