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
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/using/quick-guide.md
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -39,12 +39,12 @@ These documents contain more details on how to use the GitHub for Unity plugin:
39
39
### Requirements
40
40
41
41
- Unity 5.4 or higher
42
-
- There's currently an blocker issue opened for 5.3 support, so we know it doesn't run there. Personal edition is fine.
42
+
- There's currently a blocker issue opened for 5.3 support, so we know it doesn't run there. Personal edition is fine.
43
43
- Git and Git LFS 2.x
44
44
45
45
#### Git on macOS
46
46
47
-
The current release has limited macOS support. macOS users will need to install the latest [Git](https://git-scm.com/downloads) and [Git LFS](https://git-lfs.github.com/) manually, and make sure these are on the path. You can configure the Git location in the Settings tab on the GitHub window.
47
+
The current release has limited macOS support. macOS users will need to install the latest [Git](https://git-scm.com/downloads) and [Git LFS](https://git-lfs.github.com/) manually, and make sure these are on the path. You can configure the Git location in the `Settings` tab on the GitHub window.
48
48
49
49
The easiest way of installing git and git lfs is to install [Homebrew](https://brew.sh/) and then do `brew install git git-lfs`.
50
50
@@ -73,10 +73,9 @@ Once the extension is installed, you can open a command line with the same Git a
73
73
### Installation
74
74
75
75
This extensions needs to be installed (and updated) for each Unity project that you want to version control.
76
-
First step is to download the latest package from [the releases page](https://github.com/github-for-unity/Unity/releases);
77
-
it will be saved as a file with the extension `.unitypackage`.
76
+
First step is to download the latest package from [the releases page](https://github.com/github-for-unity/Unity/releases); it will be saved as a file with the extension `.unitypackage`.
78
77
To install it, open Unity, then open the project you want to version control, and then double click on the downloaded package.
79
-
Alternatively, import the package by clicking Assets, Import Package, Custom Package, then select the downloaded package.
78
+
Alternatively, import the package by clicking `Assets`, `Import Package`, `Custom Package`, then select the downloaded package.
80
79
81
80
#### Log files
82
81
@@ -102,7 +101,7 @@ further.
102
101
103
102
### Opening the GitHub window
104
103
105
-
You can access the GitHub window by going to Windows -> GitHub. The window opens by default next to the Inspector window.
104
+
You can access the GitHub window by going to `Windows` -> `GitHub`. The window opens by default next to the Inspector window.
106
105
107
106
### Initialize Repository
108
107
@@ -135,7 +134,7 @@ For more information on Authentication: - **[Authenticating to GitHub](https://g
135
134
136
135
### Commiting your work - Changes tab
137
136
138
-
You can see which files have been changed and commit them through the Changes tab. `.meta` files will show up in relation to their files on the tree, so you can select a file for comitting and automatically have their `.meta`
137
+
You can see which files have been changed and commit them through the `Changes` tab. `.meta` files will show up in relation to their files on the tree, so you can select a file for comitting and automatically have their `.meta`
0 commit comments