diff --git a/Assets/DLL/TEngineHotUpdate.dll b/Assets/DLL/TEngineHotUpdate.dll index 484ec707..770c1ce1 100644 Binary files a/Assets/DLL/TEngineHotUpdate.dll and b/Assets/DLL/TEngineHotUpdate.dll differ diff --git a/Assets/Demo/Huatuo.meta b/Assets/Demo/HybirdCLR.meta similarity index 100% rename from Assets/Demo/Huatuo.meta rename to Assets/Demo/HybirdCLR.meta diff --git a/Assets/Demo/Huatuo/Huatuo_Demo.unity b/Assets/Demo/HybirdCLR/HybirdCLR_Demo.unity similarity index 100% rename from Assets/Demo/Huatuo/Huatuo_Demo.unity rename to Assets/Demo/HybirdCLR/HybirdCLR_Demo.unity diff --git a/Assets/Demo/Huatuo/Huatuo_Demo.unity.meta b/Assets/Demo/HybirdCLR/HybirdCLR_Demo.unity.meta similarity index 100% rename from Assets/Demo/Huatuo/Huatuo_Demo.unity.meta rename to Assets/Demo/HybirdCLR/HybirdCLR_Demo.unity.meta diff --git a/TEngineHotUpdate/src/TEngineDemo.cs b/TEngineHotUpdate/src/TEngineDemo.cs index 81653871..81925315 100644 --- a/TEngineHotUpdate/src/TEngineDemo.cs +++ b/TEngineHotUpdate/src/TEngineDemo.cs @@ -14,7 +14,7 @@ namespace TEngineCore protected override void StartGame() { - UnityEngine.Debug.Log("你好呀华佗".ToColor(ColorUtils.White)); + UnityEngine.Debug.Log("你好呀HybirdCLR".ToColor(ColorUtils.White)); UISys.Mgr.ShowWindow(); @@ -28,7 +28,7 @@ namespace TEngineCore public static void Update(float deltaTime) { - UnityEngine.Debug.Log("HuaTuo热更域Update"); + UnityEngine.Debug.Log("HybirdCLR热更域Update"); } } } \ No newline at end of file