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.GetAssetByGUID

static function GetAssetByGUID(guid: string): Asset;
static Asset GetAssetByGUID(string guid);
static def GetAssetByGUID(guid as string) as Asset

Parameters

guidGUID of asset.

Description

Returns version control information about an asset.

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