config 修改提交

dev_chengFeng
jiaoyangna 2021-07-02 13:05:29 +08:00
parent 338a583705
commit 5bd477fbab
1 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ namespace GameEditor.FrameTool
EditorPrefs.SetString("IMPORTCCONFIG_SOURCESFOLDERPATH", tempConfigPath);
StreamReader sr = File.OpenText(tempConfigPath);
SetConfigData(sr.ReadToEnd());
sr.Close();
}
if (GUILayout.Button("下载config模板", GUILayout.ExpandWidth(false)))
{