Version: 5.5

AssetDatabase.LoadAllAssetRepresentationsAtPath

マニュアルに切り替える
public static Object[] LoadAllAssetRepresentationsAtPath (string assetPath);

説明

assetPath のすべてのアセットを取得します

Asset representations are objects in the asset that are visible in the Project view. All paths are relative to the project folder, for example: "Assets/MyTextures/hello.png"

See Also: AssetDatabase.LoadMainAssetAtPath, AssetDatabase.LoadAssetAtPath, AssetDatabase.LoadAllAssetsAtPath.