public static bool IsNativeAsset (Object obj);
public static bool IsNativeAsset (int instanceID);

描述

确定资源是否为原生资源。

原生资源是 Unity 的序列化系统直接生成的文件(例如,.mat 材质文件为原生资源)

另请参阅:AssetDatabase.IsForeignAsset