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
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,21 @@
1
1
# [GitHub for Unity](https://unity.github.com)
2
2
3
-
## Notices
3
+
The GitHub for Unity extension brings [Git](https://git-scm.com/) and GitHub into [Unity](https://unity3d.com/), integrating source control into your work with friendly and accessible tools and workflows.
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. Also, remember to update your `.gitignore` file.
5
+
You can reach the team right here by opening a [new issue](https://github.com/github-for-unity/Unity/issues/new), or by joining one of the chats below. You can also email us at [email protected], or tweet at [@GitHubUnity](https://twitter.com/GitHubUnity)
[](https://gitter.im/github-for-unity/Unity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
10
10
[](https://discord.gg/5zH8hVx)
11
11
[](https://www.twitch.tv/sh4na)
12
12
13
-
## About
14
13
15
-
The GitHub for Unity extension brings [Git](https://git-scm.com/) and GitHub into [Unity](https://unity3d.com/), integrating source control into your work with friendly and accessible tools and workflows.
14
+
## Notices
15
+
16
+
This software is currently alpha quality. Please refer to the [list of known issues](https://github.com/github-for-unity/Unity/issues?q=is%3Aissue+is%3Aopen+label%3Abug), and make sure you have backups of your work before trying it out.
16
17
17
-
**Please note:** this software is currently alpha quality. Please refer to the [list of known issues](https://github.com/github-for-unity/Unity/issues?q=is%3Aissue+is%3Aopen+label%3Abug), and make sure you have backups of your work before trying it out.
18
+
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.
18
19
19
20
#### Table Of Contents
20
21
@@ -47,8 +48,8 @@ The GitHub for Unity extension brings [Git](https://git-scm.com/) and GitHub int
47
48
48
49
### Requirements
49
50
50
-
- Unity 5.4-2017.1
51
-
-We've only tested the extension so far on Unity 5.4 to 2017.1. There's currently an blocker issue opened for 5.3 support, so we know it doesn't run there. There are some issues for 2017.2, so it may or may not run well on that version. Personal edition is fine.
51
+
- Unity 5.4 or higher
52
+
- There's currently an blocker issue opened for 5.3 support, so we know it doesn't run there. Personal edition is fine.
52
53
- Git and Git LFS 2.x
53
54
54
55
#### Git on macOS
@@ -77,7 +78,7 @@ Make sure a Git user and email address are set in the `%HOME%\.gitconfig` file b
77
78
email = Your Email
78
79
```
79
80
80
-
Once the extension is installed, you can open a command line with the same Git and Git LFS version that the extension uses by going to the `GitHub` -> `Command line` menu in Unity.
81
+
Once the extension is installed, you can open a command line with the same Git and Git LFS version that the extension uses by going to `Window` -> `GitHub Command Line` in Unity.
81
82
82
83
### Installation
83
84
@@ -91,7 +92,7 @@ Alternatively, import the package by clicking Assets, Import Package, Custom Pac
91
92
92
93
##### macOS
93
94
94
-
The extension log file can be found at `~/.local/share/GitHubUnityDebug/github-unity.log`. This is a temporary location and will be changed in the future.
95
+
he extension log file can be found at `~/Library/Application Support/GitHubUnity/github-unity.log`
95
96
96
97
##### Windows
97
98
@@ -124,7 +125,7 @@ You can access the GitHub window by going to Windows -> GitHub. The window opens
0 commit comments