mirror of https://github.com/tuyoogame/YooAsset
parent
778b097f7a
commit
95924868f7
|
@ -184,11 +184,6 @@ namespace YooAsset.Editor
|
||||||
UnityEngine.Debug.LogError($"Invalid asset path : {assetPath}");
|
UnityEngine.Debug.LogError($"Invalid asset path : {assetPath}");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (assetPath.Contains("/Gizmos/"))
|
|
||||||
{
|
|
||||||
UnityEngine.Debug.LogWarning($"Cannot pack gizmos asset : {assetPath}");
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// 忽略文件夹
|
// 忽略文件夹
|
||||||
if (AssetDatabase.IsValidFolder(assetPath))
|
if (AssetDatabase.IsValidFolder(assetPath))
|
||||||
|
|
Loading…
Reference in New Issue