예제 #1
0
 private void Awake() //This must be onenable, only for hook log
 {
     LerpedCore.lerpedCore = LerpedCore.AutoHookCore();
     Debug.HookLog(!string.IsNullOrEmpty(m_defLogPath) ? m_defLogPath : Path.Combine(Application.dataPath, LerpedCore.defaultLogFilePath));
     if (m_runConsoleAtPlayEvent)
     {
         ConsoleListener.StartConsole();
     }
 }