Tutorial  Updated

Dark Theme in Unity Personal Edition 2019

Hi! It is a common issue to want the dark theme in Unity Engine but cant afford / not wanting to pay the PRO version.

For this tutorial I will explain how to setup the dark theme in Unity Engine personal edition without much effort for those who don't know how to do it.

NOTE: THIS TUTORIAL IS ONLY USEFUL FOR VERSIONS BELOW 2019.4.8f1 AND 2020.1.3f AS UNITY NOW OFFERS DARK THEME FOR FREE.


What do you need?

- Unity Engine 2019
- A hex editor, in this case HxD.

Step 1: Setup the needed stuff.

- First of all, download and install Unity and open it. If you setup the personal license, it will show the light theme. Close it.
- Download and Install HxD: https://mh-nexus.de/en/hxd/

Step 2: Modifying Unity.exe

- Copy unity.exe from the path-to-unity-folder/unity.exe to a folder with permissions like the desktop or documents.
- Open the unity.exe with your hex editor.
- Press ctrl + F and look for the hex values:

- (in 2019.1): 74 04 33 C0 EB 02 8B 07 and change the 74 for a 75 resulting in: 75 04 33 C0 EB 02 8B 07
-
(in 2019.2, 2019.3 and 2019.4 (LTS)): 75 15 33 C0 EB 13 90 and change the 75 for a 74 resulting in: 74 15 33 C0 EB 13 90

- Save it.
- Copy the modified unity.exe to the original folder.


Step 3: Resetting the reg keys

- Windows + R > regedit
- Delete the folder HKEY_CURRENT_USER\Software\Unity Technologies
- close regedit window

Step 4: Dark theme

- Open Unity by Unity Hub or .exe
- Enjoy!



Can I use this in other versions?

- Yes, you can, but you need to find the needed hex values:


(2018.1, 2018.2 and 2018.3): 84 C0 75 08 33 C0 48 83 C4 30 > 84 C0 74 08 33 C0 48 83 C4 30
(2018.4): 74 04 33 C0 EB 02 8B 03 48 8B 4C > 75 04 33 C0 EB 02 8B 03 48 8B 4C

Is this Windows Only?

No, here you have some codes for MacOS:


2019.1.0: 74 03 41 8B 06 48 to 75 03 41 8B 06 48

2019.2.3+: 00 75 15 33 C0 EB 13 90 to 00 74 15 33 C0 EB 13 90

2019.2.11 (by Jagi): 74 04 8B 03 -> 75 04 8B 03

2019.3.13f1 (By Player_One) and confirmed working on 2019.4.4f1: 06 00 0F 84 D5 00 00 00 -> 06 00 0F 85 D5 00 00 00

And now we have Linux hex values:

2019.2.12 (by Rodders): 74 02 8b 03 48 83 -> 75 02 8b 03 48 83

------------------------------------------------------------------------------------------------------------------
If you know more codes, please share them in comments so I can add them to this post.
------------------------------------------------------------------------------------------------------------------

If you can afford it, please pay the pro version.
 
Last edited by Manurocker95,

Manurocker95

Game Developer & Pokémon Master
OP
Member
Joined
May 29, 2016
Messages
1,512
Trophies
0
Age
29
Location
Madrid
Website
manuelrodriguezmatesanz.com
XP
2,795
Country
Spain
Oh, it could have been a hub update... Is there a way to somehow revert the update of the keys or the theme, i.e. similar with the windows regedit? As I posted above, the hex code is set to 75, etc...
If you set it back to 74, it should work again
 

MoonBookUSer

New Member
Newbie
Joined
Feb 8, 2020
Messages
1
Trophies
0
Age
38
XP
42
Country
United States
Hey, I am running macOS and Unity 2019.3.0f6 but I can't seem how to get my dark theme to work. I don't even find those hex values using a hex editor like iHex or Hopper (Free Trial) Have you tried those values by yourself for mac? And if yes, what programs did you use to modify your unity executable?
 

Manurocker95

Game Developer & Pokémon Master
OP
Member
Joined
May 29, 2016
Messages
1,512
Trophies
0
Age
29
Location
Madrid
Website
manuelrodriguezmatesanz.com
XP
2,795
Country
Spain
Hey, I am running macOS and Unity 2019.3.0f6 but I can't seem how to get my dark theme to work. I don't even find those hex values using a hex editor like iHex or Hopper (Free Trial) Have you tried those values by yourself for mac? And if yes, what programs did you use to modify your unity executable?

I don't have a Mac nor Linux so I can't test it there :/
 

Atlas_Amfistomos

Member
Newcomer
Joined
Feb 3, 2020
Messages
6
Trophies
0
Age
42
XP
56
Country
Germany
If you set it back to 74, it should work again
It didn't work for me

But I fixed it some other way. On Linux I deleted the ~/.local/share/unity3d folder and it worked again. Yes, it will remove some preferences and last opened projects, but at least I won't go blind.... Note that I first removed the .ulf license file and recreated it, but it didn't work
 
Last edited by Atlas_Amfistomos,
  • Like
Reactions: Manurocker95

Manurocker95

Game Developer & Pokémon Master
OP
Member
Joined
May 29, 2016
Messages
1,512
Trophies
0
Age
29
Location
Madrid
Website
manuelrodriguezmatesanz.com
XP
2,795
Country
Spain
It didn't work for me

But I fixed it some other way. On Linux I deleted the ~/.local/share/unity3d folder and it worked again. Yes, it will remove some preferences and last opened projects, but at least I won't go blind.... Note that I first removed the .ulf license file and recreated it, but it didn't work

weird but good to know. Will add this info to first page
 

Manurocker95

Game Developer & Pokémon Master
OP
Member
Joined
May 29, 2016
Messages
1,512
Trophies
0
Age
29
Location
Madrid
Website
manuelrodriguezmatesanz.com
XP
2,795
Country
Spain

d1mistergreen

New Member
Newbie
Joined
Mar 30, 2020
Messages
2
Trophies
0
Age
17
XP
35
Country
United States
when i do all this on 2019, it still shows light version even if i delete the folder, why

--------------------- MERGED ---------------------------

i changed the hex values in unity 2019 and deleted the folder, but it stays as light theme, why
 

Manurocker95

Game Developer & Pokémon Master
OP
Member
Joined
May 29, 2016
Messages
1,512
Trophies
0
Age
29
Location
Madrid
Website
manuelrodriguezmatesanz.com
XP
2,795
Country
Spain
when i do all this on 2019, it still shows light version even if i delete the folder, why

--------------------- MERGED ---------------------------

i changed the hex values in unity 2019 and deleted the folder, but it stays as light theme, why

What folder are you deleting? the reg keys? are you opening unity through hub or direct .exe?
 

d1mistergreen

New Member
Newbie
Joined
Mar 30, 2020
Messages
2
Trophies
0
Age
17
XP
35
Country
United States
What folder are you deleting? the reg keys? are you opening unity through hub or direct .exe?
I deleted the folder called like current_user/unitytechnologies. I opened through the exe.

--------------------- MERGED ---------------------------

I deleted the folder called like current_user/unitytechnologies. I opened through the exe.
HKEY_CURRENT_USER/Software/Unitytechnologies

--------------------- MERGED ---------------------------

What folder are you deleting? the reg keys? are you opening unity through hub or direct .exe?
I deleted the folder called like current_user/unitytechnologies. I opened through the exe.

--------------------- MERGED ---------------------------


HKEY_CURRENT_USER/Software/Unitytechnologies
nevermind, i just deleted the original unity.exe, then renamed the cracked one to unity.exe and opened it with the hub.
 

qzaeem

New Member
Newbie
Joined
Apr 17, 2020
Messages
4
Trophies
0
Age
33
XP
45
Country
Pakistan
It didn't work for me

But I fixed it some other way. On Linux I deleted the ~/.local/share/unity3d folder and it worked again. Yes, it will remove some preferences and last opened projects, but at least I won't go blind.... Note that I first removed the .ulf license file and recreated it, but it didn't work
I'm having the same issue. Did you manage to get it fixed on mac?
 

qzaeem

New Member
Newbie
Joined
Apr 17, 2020
Messages
4
Trophies
0
Age
33
XP
45
Country
Pakistan
Are you trying to open hub or directly the dmg?
I'm opening it both with and without Hub. It was working perfectly fine, but yesterday while I was working, the editor suddenly started to revert to the light theme. The Unity version I have is 2019.1.14f. I've tried installing other versions - 2019.2.3, 2019.1.1, etc. - and changing their hex values, but nothing seems to work now.
 

Manurocker95

Game Developer & Pokémon Master
OP
Member
Joined
May 29, 2016
Messages
1,512
Trophies
0
Age
29
Location
Madrid
Website
manuelrodriguezmatesanz.com
XP
2,795
Country
Spain
I'm opening it both with and without Hub. It was working perfectly fine, but yesterday while I was working, the editor suddenly started to revert to the light theme. The Unity version I have is 2019.1.14f. I've tried installing other versions - 2019.2.3, 2019.1.1, etc. - and changing their hex values, but nothing seems to work now.

Did you change the license or updated the version? because you need to do this for every license and version you install.

--------------------- MERGED ---------------------------

Did you change the license or updated the version? because you need to do this for every license and version you install.
Btw, you need to do this again if you update Unity Hub
 

qzaeem

New Member
Newbie
Joined
Apr 17, 2020
Messages
4
Trophies
0
Age
33
XP
45
Country
Pakistan
Did you change the license or updated the version? because you need to do this for every license and version you install.

--------------------- MERGED ---------------------------


Btw, you need to do this again if you update Unity Hub
No I did not update anything, I'm not sure about any auto update (If Hub is updated automatically). "You need to do this again" If you're referring to changing the hex values again then they're already changed (74 -> 75). Besides, I've tried deleting and reinstalling everything (Unity, Unity Hub), and even tried installing other versions of unity, but now changing the hex values is having no effect.
 

Manurocker95

Game Developer & Pokémon Master
OP
Member
Joined
May 29, 2016
Messages
1,512
Trophies
0
Age
29
Location
Madrid
Website
manuelrodriguezmatesanz.com
XP
2,795
Country
Spain
No I did not update anything, I'm not sure about any auto update (If Hub is updated automatically). "You need to do this again" If you're referring to changing the hex values again then they're already changed (74 -> 75). Besides, I've tried deleting and reinstalling everything (Unity, Unity Hub), and even tried installing other versions of unity, but now changing the hex values is having no effect.
I meant "You need to modify the hex value again" . Going back to 74 and then to 75
 

qzaeem

New Member
Newbie
Joined
Apr 17, 2020
Messages
4
Trophies
0
Age
33
XP
45
Country
Pakistan
Did you change the license or updated the version? because you need to do this for every license and version you install.

--------------------- MERGED ---------------------------


Btw, you need to do this again if you update Unity Hub
I meant "You need to modify the hex value again" . Going back to 74 and then to 75
I tried that too ("Going back to 74 and then to 75"), but it isn't working unfortunately.
 

EmFresh

New Member
Newbie
Joined
May 30, 2020
Messages
1
Trophies
0
Age
24
XP
41
Country
Canada
Thank you for this, my eyes could not take it anymore. Just a side note I found an online hex editor for anyone who does not feel like downloading HxD (it's also dark theme).
here's the link: hexed.it (I can't make a hyperlink).

[Modified] editing Unity.exe:
  • Copy unity.exe from the path-to-unity-folder/unity.exe to a folder with permissions like the desktop or documents.
  • Either drag the .exe onto the page or use the Open File button and search for the location
  • Double click Search on the right side of the screen to open search settings
  • Copy the hex value for your version of unity into the search bar
  • Disable Text and Enable Big-Endian & Little-Endian (same as both in HxD), press Search Now, then click on the memory location under the button to go there.
  • Edit the hex value then press the Export button to save it on your PC
that's it, hope you find it useful.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    The Real Jdbye @ The Real Jdbye: you can fap to your favorite character without it being gay