mirror of https://github.com/tuyoogame/YooAsset
parent
23931e5d58
commit
135d5b4f5b
|
@ -251,7 +251,7 @@ namespace YooAsset.Editor
|
||||||
|
|
||||||
// 忽略编辑器下的类型资源
|
// 忽略编辑器下的类型资源
|
||||||
Type assetType = AssetDatabase.GetMainAssetTypeAtPath(assetPath);
|
Type assetType = AssetDatabase.GetMainAssetTypeAtPath(assetPath);
|
||||||
if (assetType == typeof(LightingDataAsset))
|
if (assetType == typeof(LightingDataAsset) || assetType == typeof(LightmapParameters))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// 检测原生文件是否合规
|
// 检测原生文件是否合规
|
||||||
|
|
Loading…
Reference in New Issue