ResettableObject

<aside> 🗒️ This component is responsible for resetting an object to its initial state. It includes parameters for defining the reset point, controlling the reset behavior, and invoking a reset event.

</aside>

<aside> ⚠️ Resetting objects can have some timing issues. If you are resetting an object with a rigidbody do not use instant reset.

</aside>

<aside> ⚠️

Resetters do not store scale.

</aside>

Inspector Variables

Unity Events

Event Functions

MassResetter

<aside> 🗒️ This provides functionality to reset all objects at once

</aside>

Inspector Variables