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
- 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
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.