Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


instanceIDs

The actual unfiltered selection from the Scene returned as instance ids instead of Selection.objects.
Read time 1 minuteLast updated 3 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Removed. Use entityIds instead.
public static int[] instanceIDs { get; set; }

Remarks

All objects will be returned, including assets in projects. You can also assign objects to the selection.
The instance ID of an object is always guaranteed to be unique.