protected void UpdateClickable() { if (Input.GetKeyDown(KeyCode.Escape)) { SelectedObject?.ActionUnClicked(); SelectedObject = null; } }