Skip to content

Commit 4e15a83

Browse files
authored
Merge pull request #13 from CandyCoded/hotfix/include-in-editor-only
[hotfix] Set project to only be available in the editor.
2 parents fe175f8 + c755ce5 commit 4e15a83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Assets/Plugins/CandyCoded.GitStatus/CandyCoded.GitStatus.asmdef

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"references": [
44
"GUID:478a2357cc57436488a56e564b08d223"
55
],
6-
"includePlatforms": [],
6+
"includePlatforms": [
7+
"Editor"
8+
],
79
"excludePlatforms": [],
810
"allowUnsafeCode": false,
911
"overrideReferences": false,

0 commit comments

Comments
 (0)