Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
6000.3.0a4
6000.4.0a1
6000.5.0a1
Issue ID
UUM-113308
Regression
No
Editing Package Manifest allows adding a Dependency with a null version
Steps to reproduce:
- Package Manager window > + > Create package
- Click Manage -> Edit Manifest
- In the Inspector window, add a new Dependency
- Set the Dependency name to test2
- Leave the version section empty
- Click the Apply button
Actual results: There is no data validation for the Dependency Version fields, allowing for package compilation-breaking changes to be applied
Expected results: The Dependency Version field has data validation to safeguard against a null package version
Reproducible with versions: 6000.3.0a4
Can’t test with versions: 6000.3.0a2 or earlier (Feature was introduced in 6000.3.0a3)
Tested on (OS): macOS 15.5, Ubuntu 24
Notes:
- While the error is thrown after applying the changes, if it is missed initially, it's hard to figure out which package is causing the issue. The error states which dependency lacks a version, but does not state which package is affected.
- There are no visual indicators of which package is broken either. If the user reselects the package, the broken dependency will not show up in the Dependency List
- Edit mode does have data validation for Dependency name fields, but its missing for the version fields
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment