You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Preloader patch provides a public event one can listen to which will receive all
18
18
19
19
Unlike output log, which can be disabled in the game, this redirect will always capture said debug logs.
20
20
21
-
**Right now WIP:** currently only outputs all logs to `myLog.log` to the game core (which can crash because of access violation).
21
+
By default, logs are output to `unity_log.txt`. This is configurable via `RedirectInternalLogs.cfg` configuration file.
22
22
23
23
### Simple Mono Profiler
24
24
A simple profiler that can be used in any Unity player build as long as it can run BepInEx 5.x. It can generate a .csv file with profiling results from an arbitrary length of time.
0 commit comments