Releases: NeighTools/UnityDoorstop
Releases · NeighTools/UnityDoorstop
Version 3.0.2.0
Changelog
- Fixed log redirection not working properly on Unity 2019 or newer and Unity 4 or older
Version 3.0.1.0
Changelog
- Added
winhttp.dll
proxy alongsideversion.dll
for support for older Wine versionswinhttp.dll
was reverted to be default, but you can rename the DLL toversion.dll
if you need to
Version 3.0.0.0
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
- If you still need
--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
Changelog
- Fixed enabling output log redirection breaking command line args
Version 2.12.0.0
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 theoutput_log.txt
to the game's root folder - Works only if output logs are enabled by the game in the first place
- In additon, added a CLI argument
Version 2.11.1.0
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
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
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
Changelog
- Added
DOORSTOP_MANAGED_FOLDER_DIR
for getting game'sManaged
folder.
Version 2.9.0.1
Changelog
- Fix setting
DISABLE_DOORSTOP
too early (i.e. before IAT is even set).