Not a unity specific tip but still a handy unity helper for creating a unity project from file explorer. *Works only for windows platforms.* Download the CreateUnityProject.reg file below or open up Notepad and paste the snippet below then save the file with a *.reg file extension. Next navigate to the file and right click on it and select “Merge” from the popup menu. You should now be able to create a new unity project by right clicking on a empty folder in File Explorer and selecting “Create unity project”.
CreateUnityProject.reg (488.00 bytes)
CreateUnityProject64.reg (476.00 bytes)
For x86 unity use the snippet below
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\Create unity project]
[HKEY_CLASSES_ROOT\Folder\shell\Create unity project\command]
@="\"C:\\Program Files (x86)\\Unity\\Editor\\unity.exe\" -createProject \"%1\""
For 64bit unity use the snippet below
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\Create unity project]
[HKEY_CLASSES_ROOT\Folder\shell\Create unity project\command]
@="\"C:\\Program Files\\Unity\\Editor\\unity.exe\" -createProject \"%1\""