Search Issue Tracker
Fixed
Fixed in 6000.3.0b1
Votes
0
Found in
6000.3.0a4
Issue ID
UUM-113122
Regression
No
Multiple warnings are thrown after editing Package Manifest via Inspector while Package Manager window is hidden
Steps to reproduce:
- Move Package Manager window and the Inspector window in the same panel (so focusing on one hides the other)
- From Package Manager window, select a Custom package
- Click Manage -> Edit Manifest
- In the Inspector window, make some changes
- Apply the changes
Actual results: Multiple "Trying to access the DPI setting of a visual element that is not on a panel." warnings are thrown
{code:java}
Trying to access the DPI setting of a visual element that is not on a panel.
UnityEngine.Debug:ExtractStackTraceNoAlloc (byte,int,string) {code}
Expected results:* No warnings or errors are thrown after editing the Package Manifest
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
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android][IL2CPP][ARMv7] Struct field value corrupts when invoking a generic delegate with a large struct by value
- Highlights persist throughout Options Panels in the Rendering Debugger Window
- Typing numbers in Matrix node’s numeric fields stretches Node
- Project Browser Icons use the wrong Theme and Users are not shown any indication that process will be deferred when switching Editor Theme in Play Mode
- Streaming is misspelled as "Steaming" in "Enable GPU Streaming" and "Enable Disk Streaming" tooltpis
Add comment