void OnDestroy() { // unblock other UI block by me UISystem.Unblock(this); }
// Use this for initialization void Start() { // then, block otherwise UISystem.Block(this); }