Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetGraphAssetPath(Graph)

Retrieves the file path of the asset associated with the specified Graph.
Read time 1 minuteLast updated 5 days ago

Definition

public static string GetGraphAssetPath(Graph graph)

Parameters

graph

The graph whose asset path you want to retrieve.

Returns

Type

Description

stringThe asset's file path.

Remarks

Use this method to get the relative file path of the graph asset within the Unity project (for example,
"Assets/Graphs/MyGraph.mygraph"
). Do not use
AssetDatabase.GetAssetPath
with graph objects, as it will not return the correct result.