void OnDisable() { if (manager != null) { manager.Hide(this); } sharedManager.Hide(this); }
void OnMouseExit() { manager.Hide(this); }