Example #1
0
 void OnDestroy()
 {
     sequence.Dispose();
     detector.Dispose();
 }
Example #2
0
 void OnDestroy()
 {
     sequence.Dispose();
     faceService.Dispose();
     handService.Dispose();
 }