From bb296418ef3b8ab7744bce206acd8f06af2e36d0 Mon Sep 17 00:00:00 2001 From: Keijiro Takahashi Date: Fri, 4 Jan 2019 22:35:22 +0900 Subject: [PATCH] Project settings --- .gitattributes | 4 ++++ .gitignore | 2 -- Packages/manifest.json | 13 +++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 Packages/manifest.json diff --git a/.gitattributes b/.gitattributes index 962aa386..b1ac98e7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,7 @@ *.compute text eol=lf *.meta text eol=lf + +*.cpp text eol=lf +*.h text eol=lf +Makefile text eol=lf diff --git a/.gitignore b/.gitignore index 44a007c8..b0980a83 100644 --- a/.gitignore +++ b/.gitignore @@ -11,8 +11,6 @@ Desktop.ini # Unity /Library /Temp -/UnityPackageManager -/Packages /Extras/pcx-strip/*.o /Extras/pcx-strip/pcx-strip diff --git a/Packages/manifest.json b/Packages/manifest.json new file mode 100644 index 00000000..d6817499 --- /dev/null +++ b/Packages/manifest.json @@ -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" + } +}