void RemoveFocus() { if (focus != null) { focus.OnDeFocus(); } focus = null; moveController.UnFollowTarget(); }