Component Lifecycle¶

The below is a diagram of events that occur throughout the Component’s lifecycle for both Unity and Blender.

Snake-case user callbacks in Blender match with PascalCase callbacks in Unity. For example, Component.on_enable() is equivalent to IComponent.OnEnable.

../_images/legend.svg../_images/component_lifecycle.svg