| Parameter | Description |
|---|---|
| loadableObjectId | The LoadableObjectId to deconstruct. |
| guid | The GUID of the asset file containing the referenced object. |
| localId | The local file identifier of the object within the asset. |
| fileType | The file identifier type indicating whether this is a source asset, primary artifact, or non-asset reference. |
bool
true if the LoadableObjectId represents an asset reference and all components were successfully retrieved;
false if the LoadableObjectId is a runtime handle.
Deconstructs a LoadableObjectId into its component parts: GUID, local file identifier, and file identifier type.
This method will return false if the LoadableObjectId contains a runtime handle.
Runtime handles are only interpretable by the ContentLoadManager and cannot be converted to GUID/local file identifier.
Additional resources: LoadableObjectIdEditorUtility.CreateLoadableObjectId, AssetDatabase.TryGetGUIDAndLocalFileIdentifier