Skip to content

Releases: NeighTools/UnityDoorstop

Version 3.0.2.0

25 Jun 21:13
Compare
Choose a tag to compare

Changelog

  • Fixed log redirection not working properly on Unity 2019 or newer and Unity 4 or older

Version 3.0.1.0

13 Jun 09:20
Compare
Choose a tag to compare

Changelog

  • Added winhttp.dll proxy alongside version.dll for support for older Wine versions
    • winhttp.dll was reverted to be default, but you can rename the DLL to version.dll if you need to

Version 3.0.0.0

23 May 19:17
Compare
Choose a tag to compare

Breaking change

Doorstop won't pass any parameters into the string[] args parameter if there is one! Instead, Doorstop will pass current process path via DOORSTOP_PROCESS_PATH environment variable!
More information on the wiki.

Changelog

  • Changed default entrypoint to version.dll again as issues with Wine/Proton have been fixed in their latest versions
    • If you still need winhttp.dll proxy, you'll have to build Doorstop manually
  • --doorstop-invoke and the process name are not passed by "command line arguments" anymore to increase compatibility with older Unity games
  • Added DOORSTOP_PROCESS_PATH environment variable that contains full valid path to currently running process

Version 2.12.1.0

08 Jan 20:23
Compare
Choose a tag to compare

Changelog

  • Fixed enabling output log redirection breaking command line args

Version 2.12.0.0

07 Nov 16:18
Compare
Choose a tag to compare

Changelog

  • Added a new config option: redirectOutputLog
    • In additon, added a CLI argument --redirect-output-log
    • When set to true, will require Unity to output the output_log.txt to the game's root folder
    • Works only if output logs are enabled by the game in the first place

Version 2.11.1.0

22 Sep 17:23
Compare
Choose a tag to compare

Changelog

  • Updated build dependencies to latest version
  • Switched back to proxying winhttp.dll because of issues on some Linux machines

Version 2.11.0.0

01 Aug 18:59
Compare
Choose a tag to compare

Changelog

  • Automatically fix the current working directly if it does not match the location of the game's main executable.

Verson 2.10.0.0

12 Jul 10:22
Compare
Choose a tag to compare

Changelog

  • Fix dnSpy debugging not working in older versions of Unity (pre-2017 builds)
  • Fix System.Configuration.ConfigurationErrorsException being thrown with some API in newer versions of Unity

Version 2.9.1.0

16 Jun 13:51
Compare
Choose a tag to compare

Changelog

  • Added DOORSTOP_MANAGED_FOLDER_DIR for getting game's Managed folder.

Version 2.9.0.1

14 Jun 20:21
Compare
Choose a tag to compare

Changelog

  • Fix setting DISABLE_DOORSTOP too early (i.e. before IAT is even set).