config 修改提交
parent
338a583705
commit
5bd477fbab
|
@ -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)))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue