config 修改
parent
9cf8de48c6
commit
69ea241c46
|
@ -47,6 +47,7 @@ namespace GameEditor.FrameTool
|
|||
EditorPrefs.SetString("IMPORTCCONFIG_SOURCESFOLDERPATH", tempConfigPath);
|
||||
StreamReader sr = File.OpenText(tempConfigPath);
|
||||
SetConfigData(sr.ReadToEnd());
|
||||
sr.Close();
|
||||
}
|
||||
EditorGUILayout.EndHorizontal();
|
||||
|
||||
|
|
Loading…
Reference in New Issue