更新资产

This commit is contained in:
2026-06-05 21:57:11 +08:00
parent ac6891e26a
commit 74b0e0bd3f
99 changed files with 952 additions and 437 deletions

View File

@@ -26,6 +26,19 @@ namespace R
public const string unityengine_coremodule_dll_bytes = "Android_UnityEngine.CoreModule.dll";
public const string yooasset_dll_bytes = "Android_YooAsset.dll";
}
public static class webgl
{
public const string com_stary_evo_runtime_dll_bytes = "WebGL_com.stary.evo.runtime.dll";
public const string com_staryevo_tools_runtime_dll_bytes = "WebGL_com.staryevo.tools.runtime.dll";
public const string dotween_dll_bytes = "WebGL_DOTween.dll";
public const string hotupdate_main_dll_bytes = "WebGL_HotUpdate_Main.dll";
public const string hotupdate_main_pdb_bytes = "WebGL_HotUpdate_Main.pdb";
public const string mscorlib_dll_bytes = "WebGL_mscorlib.dll";
public const string system_core_dll_bytes = "WebGL_System.Core.dll";
public const string unitask_dll_bytes = "WebGL_UniTask.dll";
public const string unityengine_coremodule_dll_bytes = "WebGL_UnityEngine.CoreModule.dll";
public const string yooasset_dll_bytes = "WebGL_YooAsset.dll";
}
}
public static class prefabs
{