Selection.activeInstanceID
static var activeInstanceID: int;
static int activeInstanceID;
static activeInstanceID as int
Description

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

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