Restoring Texture viewer/saver, and Static/Singleton class searching

This commit is contained in:
sinaioutlander
2020-12-14 18:35:43 +11:00
parent 6dfa4806ce
commit 28181e2266
7 changed files with 359 additions and 141 deletions

View File

@ -22,7 +22,7 @@ namespace UnityExplorer.Config
public KeyCode Main_Menu_Toggle = KeyCode.F7;
public bool Force_Unlock_Mouse = true;
public int Default_Page_Limit = 25;
public string Default_Output_Path = ExplorerCore.EXPLORER_FOLDER;
public string Default_Output_Path = ExplorerCore.EXPLORER_FOLDER + @"\Output";
public bool Log_Unity_Debug = false;
public bool Save_Logs_To_Disk = true;