EvaisaDev/UnityNetcodePatcher

Enable parallel running

Lordfirespeed opened this issue · 0 comments

If NetcodeWeaver is run in parallel it crashes due to the logfile path being consistent across processes.

Suggested mitigation strategies:

  1. creating the logfile in the directory containing the patch target assembly
  2. adding a 'logfile path' switch
  3. adding a 'no logfile' switch