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

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