Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetGraphAssetGUID(Graph)

Retrieves the globally unique identifier (GUID) for the asset associated with the specified Graph.
Read time 1 minuteLast updated 10 days ago

Definition

public static GUID GetGraphAssetGUID(Graph graph)

Parameters

graph

The graph whose asset GUID you want to retrieve.

Returns

Type

Description

GUIDThe GUID of the graph asset.

Remarks

Use this method to get a persistent identifier for a graph asset. The GUID allows reliable tracking, referencing, and linking to graph assets across different Unity sessions.