Version: 2017.3

Selection.activeObject

切换到手册
public static Object activeObject ;

描述

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

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