-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Description
A On Destroy which triggers when an instance is deleted can be very helpful. Ex: to play a die animation when the player dies. Many extension have access to delete an object and can be annoying to make events to make it work with those unplanned situations. A OnDestroy can simiplify a lot. It can be implemented once and it will work everytime