Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Feature lifecycle

Understand the lifecycle states that Unity uses to communicate the support status of features and APIs.
Read time 1 minuteLast updated 12 days ago

Unity documentation lifecycle states describe the support status of features in the Unity Editor and runtime.
Note
To learn about package deprecation, refer to Deprecated packages and Package states and lifecycle.

Lifecycle states

State

Description

ExperimentalExperimental features are in the early stages of development stage and not supported. At some point in the future, they might be fully released and supported or become deprecated instead.
SupportedThe feature is fully supported, including updates, bug fixes, and maintenance. This state applies to any feature not marked experimental or deprecated.
DeprecatedThe feature is no longer recommended for use, typically because it's outdated, has been replaced by a superior alternative, or poses risks. Deprecated features have varying levels of support, described in the feature's deprecation notice.
ObsoleteThe feature has been removed or replaced. Obsolete features are no longer available in the product and aren't documented.

Additional resources