Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 2235fb3

Browse files
Merge pull request #271 from thorade/patch-1
how to install & update the package Fixes #293
2 parents 3b8c39c + b3f1db0 commit 2235fb3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Notices
44

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.
66

77
![Build Status](https://ci.appveyor.com/api/projects/status/github/github-for-unity/Unity?branch=master&svg=true)
88

@@ -81,7 +81,11 @@ Once the extension is installed, you can open a command line with the same Git a
8181

8282
### Installation
8383

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.
8589

8690
#### Log files
8791

0 commit comments

Comments
 (0)