Skip to content

Commit

Permalink
Project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Jan 4, 2019
1 parent 569faa3 commit bb29641
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
*.compute text eol=lf

*.meta text eol=lf

*.cpp text eol=lf
*.h text eol=lf
Makefile text eol=lf
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Desktop.ini
# Unity
/Library
/Temp
/UnityPackageManager
/Packages

/Extras/pcx-strip/*.o
/Extras/pcx-strip/pcx-strip
13 changes: 13 additions & 0 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"dependencies": {
"com.unity.analytics": "3.2.2",
"com.unity.package-manager-ui": "2.0.3",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.unityanalytics": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.video": "1.0.0"
}
}

0 comments on commit bb29641

Please sign in to comment.