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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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.