Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Selection.gameObjects

static var gameObjects: GameObject[];
static GameObject[] gameObjects;
static gameObjects as GameObject[]

Description

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

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