config 修改提交
parent
338a583705
commit
5bd477fbab
|
@ -40,6 +40,7 @@ namespace GameEditor.FrameTool
|
||||||
EditorPrefs.SetString("IMPORTCCONFIG_SOURCESFOLDERPATH", tempConfigPath);
|
EditorPrefs.SetString("IMPORTCCONFIG_SOURCESFOLDERPATH", tempConfigPath);
|
||||||
StreamReader sr = File.OpenText(tempConfigPath);
|
StreamReader sr = File.OpenText(tempConfigPath);
|
||||||
SetConfigData(sr.ReadToEnd());
|
SetConfigData(sr.ReadToEnd());
|
||||||
|
sr.Close();
|
||||||
}
|
}
|
||||||
if (GUILayout.Button("下载config模板", GUILayout.ExpandWidth(false)))
|
if (GUILayout.Button("下载config模板", GUILayout.ExpandWidth(false)))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue