You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,19 @@
3
3
Unity Patch
4
4
===========
5
5
6
-
This repository contains a patch for Unity that allows you to set options inacessible from the application's menus.
6
+
This repository contains a patch for Unity that allows you to set options inaccessible from the application's menus.
7
7
8
8
Currently, the only supported option for the patch is switching between the dark and light themes in Unity.
9
9
10
10
Usage
11
11
=====
12
12
13
-
We provide binaries for Windows 10, Linux, and macOSX. All compiled binaries are x64. See the [release section](https://github.com/aevitas/unity-patch/releases). Alternatively, you can build the patch from source.
13
+
We provide binaries for Windows 10, Linux, and macOS. All compiled binaries are x64.
14
+
See the [release section](https://github.com/aevitas/unity-patch/releases).
15
+
Alternatively, you can build the patch from source.
14
16
15
-
Run `patcher.exe` on windows, or alternatively `Patcher` on Linux or MacOS. By default, it will locate your Unity install at `C:\Program Files\Unity\Editor\Unity.exe`, which is obviously wrong for both Linux and macOS, and it will set your theme to dark.
17
+
Run `patcher.exe` on windows, or alternatively `Patcher` on Linux or MacOS. By default, it will locate your Unity install
18
+
at `C:\Program Files\Unity\Editor\Unity.exe`, which is obviously wrong for both Linux and macOS, and it will set your theme to dark.
0 commit comments