void OnEnable() { if (outliner == null || outlinedObject == null) { return; } outliner.AddOutlinedObject(outlinedObject); }