public bool CanLoad(string path) { return (Assets.GetType(AssetPath.GetExtension(path)) != null && m_fileStore.FileExists(path)); }
public static TextAsset Get(string path) { return(Assets.Get <TextAsset>(path)); }