@@ -46,10 +46,6 @@ namespace HybridCLR.Editor
|
||||
|
||||
public static string Il2CppBuildCacheDir { get; } = $"{ProjectDir}/Library/Il2cppBuildCache";
|
||||
|
||||
public static string GlobalgamemanagersBinFile { get; } = "globalgamemanagers";
|
||||
|
||||
public static string Dataunity3dBinFile { get; } = "data.unity3d";
|
||||
|
||||
public static string GetHotUpdateDllsOutputDirByTarget(BuildTarget target)
|
||||
{
|
||||
return $"{HotUpdateDllsRootOutputDir}/{target}";
|
||||
@@ -65,6 +61,9 @@ namespace HybridCLR.Editor
|
||||
public string name;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 热更新dll列表。不包含 preserveHotUpdateAssemblies。
|
||||
/// </summary>
|
||||
public static List<string> HotUpdateAssemblyNamesExcludePreserved
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user