Guide for Unity Personal to get the dark theme .
Unity doesn't allow dark theme for Personal
license.
Only available for Pro
or Plus
. π₯
But there is a trick for us! ππ
This guide supports languages below.
Created: 2020-06-04
Last updated: 2020-08-26 minor typo correction
Backup your unity.exe
first.
Go to File > Open
and choose unity.exe
.
In my case (
Windows 10
,Unity 2019.3.15f1
),
the file is located inC:\Program Files\Unity\Hub\Editor\2019.3.15f1\Editor
.
Go to Search > Find
(Ctrl
+F
).
Choose Hex-values
tab.
Choose Search direction
to All.
Find the hex value depending on your Unity version.
Replace (Ctrl
+R
) & save (Ctrl
+s
) it.
- 2019.3
00 75 15 33 C0 EB 13 90 # Replace 75 to 74
- 2019.1
74 04 33 C0 EB 02 8B 07 # Replace 74 to 75
- 2018.2 & 2018.3
84 C0 75 08 33 C0 48 83 C4 30 5B C3 8B 03 48 # Replace 75 to 74
Now your eyes would be less tired. π