void OnDestroy() { _boxDetector.Dispose(); _landmarkDetector.Dispose(); Destroy(_faceMaterial); Destroy(_wireMaterial); Destroy(_cropMaterial); Destroy(_cropRT); }
void OnDestroy() { _detector.Dispose(); Destroy(_material); }