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.

AssetDatabase.GetAssetOrScenePath

static function GetAssetOrScenePath(assetObject: Object): string;
static string GetAssetOrScenePath(Object assetObject);
static def GetAssetOrScenePath(assetObject as Object) as string

Description

Returns the path name relative to the project folder where the asset is stored.

All paths are relative to the project folder, for example: "Assets/MyTextures/hello.png" When a game object is part of a scene, the scene path is returned.