Selection.activeInstanceID

Switch to Manual
public static int activeInstanceID ;

Description

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

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