public void OnSaveCallback() { // Export the screenshots to files m_ScreenshotManager.ExportAllToFiles(); // Hide canvas m_Canvas.enabled = false; }