void OnDisable()
 {
     m_CurrentSceneSettings = null;
 }
 void OnEnable()
 {
     m_CurrentSceneSettings = this;
 }