Packages that reach their end of life are no longer supported in Unity Editors where they’re labeled as deprecated. You shouldn’t use deprecated packages, because they might be nonfunctional or unsafe to use.
There are two deprecated labels, to distinguish two variants:
Deprecation variant | Label | Description |
---|---|---|
Unity Package Lifecycle deprecation | This label identifies a package that’s no longer under development for that Unity Editor version. Unity will no longer offer support for packages that reach this state. | |
Package version deprecation | This label identifies a specific version of the package that’s deprecated. Unity usually applies this designation when they discover a critical issue in a specific version of a package that hasn’t yet reached its end of life. Custom package authors can also apply this designation based on their own deprecation flow. |
If your project has deprecated packages of either variant, the Editor displays the following message when you when you open your project:
If you open the Package Manager when this message displays, the Package Manager windows loads with the deprecated package displayed. At this point, you can: