Search Issue Tracker
Won't Fix
Votes
0
Found in
6000.0.41f1
6000.1.0b9
6000.2.0a6
Issue ID
UUM-99461
Regression
No
Console does not display Deprecation Warnings for certain packages
Steps to reproduce:
1. Create a new Unity project
2. Open PM window
3. Install deprecated packages by name (for example com.unity.sequences, com.unity.live-capture or com.unity.feature.cinematic)
4. Observe the console
Actual results: Console doesn’t display a warning for a user about the package deprecation even though the Package Manager window does.
Expected results: Console displays a warning for a user about the package deprecation as well as the Package Manager window.
Reproducible with versions: 6000.1.0b9, 6000.0.41f1, 6000.2.0a6
Can’t test with versions: 2021.3.49f1, 2022.3.60f1 (packages are supported)
Tested on (OS): Apple M1 Max, Sequoia 15.2
Notes: when installing deprecated Python Scripting package it states that the package is deprecated (com.unity.scripting.python) while other packages (com.unity.sequences, com.unity.live-capture or com.unity.feature.cinematic) - don’t
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Terms of Service agreement checkbox is invisible under specific OS system themes (UI Accessibility)
- Tile Palette: "Create New Tilemap" dropdown area is displayed in several colors
- Input.mousePosition stops syncing to touch input when using "DownloadHandlerTexture" in WebGL build
- UI Builder canvas doesn't update element styling accordingly when changing Active Theme for some Editor Authoring elements
- Selector Value buttons are not aligned with parameters in UI Builder
Resolution Note:
We verified that by disabling the "Clear on Recompile" option, found in the menu next to the Clear button in the Console, we ensure the deprecation message for the package is shown consistently.
When "Clear on Recompile" is enabled, the Console clears all logs after any recompilation. Since adding a package triggers a recompile, that was the reason the deprecation message was being cleared.