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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,8 @@ The GitHub for Unity extension brings [Git](https://git-scm.com/) and GitHub int
47
47
48
48
### Requirements
49
49
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.
50
+
- Unity 5.4 or higher
51
+
- There's currently an blocker issue opened for 5.3 support, so we know it doesn't run there. Personal edition is fine.
Copy file name to clipboardExpand all lines: common/codeanalysis-debug.ruleset
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
-
<RuleSetName="codeanalysis-small"Description="This ruleset only includes the rules we care about. I'll be adding new ones as we fix our codebase."ToolsVersion="14.0">
2
+
<RuleSetName="codeanalysis-debug"Description="This ruleset only includes the rules we care about. I'll be adding new ones as we fix our codebase."ToolsVersion="14.0">
0 commit comments