public static GameObject[] gameObjects ;

描述

Returns the actual game object selection. Includes prefabs, non-modifyable objects.

对于处理主要位于场景中的对象,强烈建议改用 Selection.transforms。