Update AssetBundleCollector

移除对Gizmos资源的打包限制。
pull/40/head
hevinci 2022-09-21 11:21:13 +08:00
parent 778b097f7a
commit 95924868f7
1 changed files with 0 additions and 5 deletions

View File

@ -184,11 +184,6 @@ namespace YooAsset.Editor
UnityEngine.Debug.LogError($"Invalid asset path : {assetPath}");
return false;
}
if (assetPath.Contains("/Gizmos/"))
{
UnityEngine.Debug.LogWarning($"Cannot pack gizmos asset : {assetPath}");
return false;
}
// 忽略文件夹
if (AssetDatabase.IsValidFolder(assetPath))