UnityDarkThemePatch
UnityDarkThemePatch copied to clipboard
Updated offsets for 2018.3+
2018.3 slightly changed the surrounding bytes, so the current patcher fails. This updates the AOB scan to the proper new location. Confirmed working fine in the current 2018.3.0f1
Can confirm that this still works for 2018.3.9f1
And still works for 2018.3.11f1
Sadly doesn't work with 2019.1.0f2 Bytes 75 08 33 c0 48 83 c4 30 5b c3 8b 03 48 83 c4 30 can't be found.
Edit: On Reddit I found the byte pattern for 2019.1 74 04 33 C0 EB 02 8B 07 to 75 04 33 C0 EB 02 8B 07 (change the 74 to 75)