Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

VersionControl.Provider.GetAssetByPath

static function GetAssetByPath(unityPath: string): Asset;
static Asset GetAssetByPath(string unityPath);
static def GetAssetByPath(unityPath as string) as Asset

Parameters

unityPathPath to asset.

Description

Returns version control information about an asset.

Returns null if the path is not known by the Unity Editor.