config 修改

dev_chengFeng
jiaoyangna 2021-07-02 16:23:09 +08:00
parent 9cf8de48c6
commit 69ea241c46
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ namespace GameEditor.FrameTool
EditorPrefs.SetString("IMPORTCCONFIG_SOURCESFOLDERPATH", tempConfigPath);
StreamReader sr = File.OpenText(tempConfigPath);
SetConfigData(sr.ReadToEnd());
sr.Close();
}
EditorGUILayout.EndHorizontal();