Example #1
0
 void OnDestroy()
 {
     // clean up
     fmu.Dispose();
 }
Example #2
0
 //General clean up
 void OnDestroy()
 {
     fmu.FreeInstance();
     fmu.Dispose();
 }