|
@@ -35,7 +35,6 @@ public class WriteLog : MonoBehaviour
|
|
|
return consoleLog;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
public void LogStart()
|
|
|
{
|
|
|
|
|
@@ -61,11 +60,9 @@ public class WriteLog : MonoBehaviour
|
|
|
FileWriter.Write(encoding.GetBytes(content), 0, encoding.GetByteCount(content));
|
|
|
FileWriter.Flush();
|
|
|
}
|
|
|
-
|
|
|
private void OnDestroy()
|
|
|
{
|
|
|
}
|
|
|
-
|
|
|
private void OnApplicationQuit()
|
|
|
{
|
|
|
|