This version of Unity is unsupported.

Selection.gameObjects

public static GameObject[] gameObjects;

Description

Returns the actual game object selection. Includes Prefabs, non-modifiable objects.

When working with objects that are primarily in a Scene, it is strongly recommended to use Selection.transforms instead.