update shader variant collector

pull/189/head
hevinci 2023-10-07 16:09:31 +08:00
parent 0ceeeb8c5b
commit feb34761ce
1 changed files with 0 additions and 5 deletions

View File

@ -26,9 +26,4 @@ public class ShaderVariantCollectorSetting : ScriptableObject
string key = $"{Application.productName}_{packageName}_GeProcessCapacity";
EditorPrefs.SetInt(key, capacity);
}
/// <summary>
/// 收集的包裹名称
/// </summary>
public string CollectPackage = string.Empty;
}