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: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Notices
4
4
5
-
From version 0.19 onwards, the location of the plugin has moved to `Assets/Plugins/GitHub`. If you have version 0.18 or lower, you need to delete the `Assets/Editor/GitHub` folder before you install newer versions. You should exit Unity and delete the folder from Explorer/Finder, as Unity will not unload native libraries while it's running.
5
+
From version 0.19 onwards, the location of the plugin has moved to `Assets/Plugins/GitHub`. If you have version 0.18 or lower, you need to delete the `Assets/Editor/GitHub` folder before you install newer versions. You should exit Unity and delete the folder from Explorer/Finder, as Unity will not unload native libraries while it's running. Also, remember to update your `.gitignore` file.
@@ -81,7 +81,11 @@ Once the extension is installed, you can open a command line with the same Git a
81
81
82
82
### Installation
83
83
84
-
To install the extension, download the latest package from [the releases page](https://github.com/github-for-unity/Unity/releases) and double click on it.
84
+
This extensions needs to be installed (and updated) for each Unity project that you want to version control.
85
+
First step is to download the latest package from [the releases page](https://github.com/github-for-unity/Unity/releases);
86
+
it will be saved as a file with the extension `.unitypackage`.
87
+
To install it, open Unity, then open the project you want to version control, and then double click on the downloaded package.
88
+
Alternatively, import the package by clicking Assets, Import Package, Custom Package, then select the downloaded package.
0 commit comments