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
- Long Property names are not truncated in the Add Property dropdown in the Animation window when the Long Property name does not fit
- [iOS] High CPU load when device keyboard is open
- Selected Animation clip in the Animation window changes when the Domain Reload is triggered
- Animation window scrollbar keeps resetting when the scrollbar width is changed after adding an event
- LocalizationSettings.InitializationOperation hangs when re-entering Play Mode with Domain Reload disabled
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.