Returns the active game object. (The one shown in the inspector)
It will also return game objects that might be prefabs or non-modifyable objects.
// Rotates the selected Game Object +45 degrees if the user presses 'g' // or -45 degrees if the user presses 'Shift + g' // If no object is selected, the Menus are grayed out.