Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Selection.activeObject

public static Object activeObject;

Description

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

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