private void Awake()
 {
     if (ProjectObjectControllerInstance == null)
     {
         ProjectObjectControllerInstance = this;
     }
 }
 private void OnDestroy()
 {
     Cutscene.OnCutsceneStopped     -= FlashAndCollisionShowEvent;
     ProjectObjectControllerInstance = null;
 }