protected void NotificationUISceneLoaded(NotificationUIScene scene){
		UIContainer = scene.UIContainer;
	}
 protected override IEnumerator UnloadScene(NotificationUIScene scene, Action<float, string> progressDelegate) {
     yield break;
 }