Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

AssetDatabase.GetAssetOrScenePath

public static string GetAssetOrScenePath(Object assetObject);

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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答