static void OnPostProcessScene()
 {
     if (window != null)
     {
         window.Reset();
     }
 }