diff --git a/Assets/Scripts/ConfigSystem_sdk.cs b/Assets/Scripts/ConfigSystem_sdk.cs index fedacbe..1149df0 100644 --- a/Assets/Scripts/ConfigSystem_sdk.cs +++ b/Assets/Scripts/ConfigSystem_sdk.cs @@ -75,7 +75,7 @@ namespace BingoBrain } //检查设备本地是否有配置文件 - if (File.Exists(assetHotFixFilePath)) + else if (File.Exists(assetHotFixFilePath)) { // Debug.Log($"[UNITY] Load config from datapath: {assetHotFixFilePath}"); ParseConfig(File.ReadAllText(assetHotFixFilePath));