AssetDatabase.IsMainAssetAtPathLoaded

매뉴얼로 전환
public static bool IsMainAssetAtPathLoaded (string assetPath);

파라미터

assetPathFilesystem path of the asset to load.

설명

Returns true if the main asset object at assetPath is loaded in memory.

All paths are relative to the Project folder, for example: "Assets/MyTextures/hello.png".

See Also: AssetDatabase.LoadMainAssetAtPath, Resources.UnloadAsset.