Search Issue Tracker
By Design
Votes
0
Found in
2019.3
2019.3.0f6
2020.2
Issue ID
1218822
Regression
No
Package dependency checks do not work as intended for Local Packages
How to reproduce:
1. Open the attached (DependencyTestcase_Unity2019.3.zip) project
2. Open Package Manager Window
3. Press "+" in the top left corner of Package Manager Window -> Select "Add Package from a disc"
4. Navigate to "/NMY Packages/NMY TouchInteraction3D" -> select "Package.json"
5. Observe the Console Window error (this is the intended behavior)
5. Now repeat the 3rd step -> Navigate to "/NMY Packages/NMY Core" -> select "Package.json"
6. Observe the Console Window
Expected result: This should fail with the Package dependency error (Installed "NMY Core" has version 1.1.3, but "NMY TouchInteraction3D" depends on 1.2.0)
Actual result: Installation succeeds without any errors
Reproducible with: 2019.3.4f1, 2020.2.0a1
Notes:
- Could not test on 2018.4 and lower versions, as "Add Package from a disc" was not yet introduced in those versions
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Visual Effect Graph "Direction" gizmo is set to a random position/location in Scene view and moves with the Scene camera when panning or moving
- The Editor freezes when waiting on NavMesh-related jobs
- Error "NullReferenceException: Object reference not set to an instance of an object" is present and Asset Bundle is not loaded when using a relative path in a Windows Standalone Player
- Updated "Category" name is not refreshed in the "Create new Shader Graph Asset" Search > Category list
- Long Light GameObject names are overflowing the "Light Batching Debugger" text fields
Add comment