Search Issue Tracker
Active
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment