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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.