// Update is called once per frame void Update() { CheckActive(); if (m_Locked.GetLocked()) { ResetObjects(); m_Locked.UnLock(); } }