From f57f62816a6f621cb7e7946e7a97ef5c6f570a82 Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期四, 25 二月 2021 16:33:08 +0800
Subject: [PATCH] Merge branch 'ILRuntime'
---
Assets/Editor/Tool/TableTool.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Assets/Editor/Tool/TableTool.cs b/Assets/Editor/Tool/TableTool.cs
index 8d4853c..61d8a3b 100644
--- a/Assets/Editor/Tool/TableTool.cs
+++ b/Assets/Editor/Tool/TableTool.cs
@@ -274,6 +274,7 @@
/// <param name="setPath"></param>
private static void PathCache(string setPath = "")
{
+ DebugEx.Log("璺緞缂撳瓨:" + setPath);
string configPath = UnityEngine.Application.dataPath;
configPath = configPath + "/ResourcesOut/Refdata/Config/PathCache/TablePath.txt";
FileStream configPathTxt = File.Open(configPath, FileMode.Open);
--
Gitblit v1.8.0