mirror of https://github.com/tuyoogame/YooAsset
update shader variant collector
parent
0ceeeb8c5b
commit
feb34761ce
|
@ -26,9 +26,4 @@ public class ShaderVariantCollectorSetting : ScriptableObject
|
||||||
string key = $"{Application.productName}_{packageName}_GeProcessCapacity";
|
string key = $"{Application.productName}_{packageName}_GeProcessCapacity";
|
||||||
EditorPrefs.SetInt(key, capacity);
|
EditorPrefs.SetInt(key, capacity);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 收集的包裹名称
|
|
||||||
/// </summary>
|
|
||||||
public string CollectPackage = string.Empty;
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue