void OnDisable() { if (outliner == null || outlinedObject == null) { return; } outliner.RemoveOutlinedObject(outlinedObject); }