Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GlobalObjectIdentifierToEntityIdSlow(GlobalObjectId)

Obtains the EntityId of the object from its unique object identifier.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static EntityId GlobalObjectIdentifierToEntityIdSlow(GlobalObjectId id)

Parameters

The
GlobalObjectId
to lookup.

Returns

Type

Description

EntityIdReturns the
EntityId
of the object.

Remarks

This method is slow. Use it sparingly. If you use this method in a large project within other performance-sensitive contexts such as ISerializationCallbackReceiver.OnBeforeSerialize or ISerializationCallbackReceiver.OnAfterDeserialize, it's strongly recommended to profile the performance impact.