NeighTools / UnityDoorstop

Doorstop -- run C# before Unity does!
GNU Lesser General Public License v2.1
419 stars 62 forks source link

Fix not working on linux #41

Closed mo10 closed 1 year ago

mo10 commented 1 year ago

Issue: https://github.com/NeighTools/UnityDoorstop/issues/40 Related PR: https://github.com/NeighTools/UnityDoorstop/pull/27

Because I used old code on the Linux platform, the test result may be invalid.

On linux, use plthook_open_by_address On macos, use plthook_open_by_handle

BlueFalconHD commented 1 year ago

Please merge this. Having the same issue

BlueFalconHD commented 1 year ago

YIPPEE