void OnDestroy() { // clean up fmu.Dispose(); }
//General clean up void OnDestroy() { fmu.FreeInstance(); fmu.Dispose(); }