Method OnDispose
OnDispose()
Unity calls this automatically when the evaluator is being disposed. This is also called when the evaluator filter is destroyed.
Declaration
protected virtual void OnDispose()
Remarks
OnDispose will only be called if a call to Awake() happened before.