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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ 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
-
By default, logs are output to `unity_log.txt`. This is configurable via `RedirectInternalLogs.cfg` configuration file.
21
+
**How to use:** This is a preloader patcher. Put the compiled DLL into `BepInEx/patchers`.
22
+
By default, logs are output to `unity_log.txt`. This is configurable via `RedirectInternalLogs.cfg` configuration file that gets generated on the first run.
22
23
23
24
### Simple Mono Profiler
24
25
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