From c36c3413bae85c8215a61f6a46de8581df8e78fa Mon Sep 17 00:00:00 2001 From: Nobi Date: Fri, 29 Mar 2019 00:28:51 +0300 Subject: [PATCH 1/4] asmdef --- Assets/GoogleVR/Editor/GoogleVR.Editor.asmdef | 16 ++++++++++++++++ .../GoogleVR/Editor/GoogleVR.Editor.asmdef.meta | 7 +++++++ Assets/GoogleVR/GoogleVR.asmdef | 16 ++++++++++++++++ Assets/GoogleVR/GoogleVR.asmdef.meta | 7 +++++++ .../Legacy/Editor/GoogleVR.Legacy.Editor.asmdef | 16 ++++++++++++++++ .../Editor/GoogleVR.Legacy.Editor.asmdef.meta | 7 +++++++ 6 files changed, 69 insertions(+) create mode 100644 Assets/GoogleVR/Editor/GoogleVR.Editor.asmdef create mode 100644 Assets/GoogleVR/Editor/GoogleVR.Editor.asmdef.meta create mode 100644 Assets/GoogleVR/GoogleVR.asmdef create mode 100644 Assets/GoogleVR/GoogleVR.asmdef.meta create mode 100644 Assets/GoogleVR/Legacy/Editor/GoogleVR.Legacy.Editor.asmdef create mode 100644 Assets/GoogleVR/Legacy/Editor/GoogleVR.Legacy.Editor.asmdef.meta diff --git a/Assets/GoogleVR/Editor/GoogleVR.Editor.asmdef b/Assets/GoogleVR/Editor/GoogleVR.Editor.asmdef new file mode 100644 index 00000000..995213a5 --- /dev/null +++ b/Assets/GoogleVR/Editor/GoogleVR.Editor.asmdef @@ -0,0 +1,16 @@ +{ + "name": "GoogleVR.Editor", + "references": [ + "GoogleVR" + ], + "optionalUnityReferences": [], + "includePlatforms": [ + "Editor" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [] +} \ No newline at end of file diff --git a/Assets/GoogleVR/Editor/GoogleVR.Editor.asmdef.meta b/Assets/GoogleVR/Editor/GoogleVR.Editor.asmdef.meta new file mode 100644 index 00000000..a35907aa --- /dev/null +++ b/Assets/GoogleVR/Editor/GoogleVR.Editor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: de1ac0061f8bbea47adf39aedee60cfe +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GoogleVR/GoogleVR.asmdef b/Assets/GoogleVR/GoogleVR.asmdef new file mode 100644 index 00000000..d144de04 --- /dev/null +++ b/Assets/GoogleVR/GoogleVR.asmdef @@ -0,0 +1,16 @@ +{ + "name": "GoogleVR", + "references": [], + "optionalUnityReferences": [], + "includePlatforms": [ + "Android", + "Editor", + "iOS" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [] +} \ No newline at end of file diff --git a/Assets/GoogleVR/GoogleVR.asmdef.meta b/Assets/GoogleVR/GoogleVR.asmdef.meta new file mode 100644 index 00000000..8da71ce8 --- /dev/null +++ b/Assets/GoogleVR/GoogleVR.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c8780d5dde475ff4aa9d532981aad2c8 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GoogleVR/Legacy/Editor/GoogleVR.Legacy.Editor.asmdef b/Assets/GoogleVR/Legacy/Editor/GoogleVR.Legacy.Editor.asmdef new file mode 100644 index 00000000..b69ef73e --- /dev/null +++ b/Assets/GoogleVR/Legacy/Editor/GoogleVR.Legacy.Editor.asmdef @@ -0,0 +1,16 @@ +{ + "name": "GoogleVR.Legacy.Editor", + "references": [ + "GoogleVR" + ], + "optionalUnityReferences": [], + "includePlatforms": [ + "Editor" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [] +} \ No newline at end of file diff --git a/Assets/GoogleVR/Legacy/Editor/GoogleVR.Legacy.Editor.asmdef.meta b/Assets/GoogleVR/Legacy/Editor/GoogleVR.Legacy.Editor.asmdef.meta new file mode 100644 index 00000000..729ec445 --- /dev/null +++ b/Assets/GoogleVR/Legacy/Editor/GoogleVR.Legacy.Editor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2d4193b10f5d042459a7b5e27e2049de +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: From 295d143d02ba2ab42074a3d116eaffe2d480a3d9 Mon Sep 17 00:00:00 2001 From: Nobi Date: Fri, 29 Mar 2019 00:40:38 +0300 Subject: [PATCH 2/4] package.json --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..cc615ca3 --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "name": "com.google.vr", + "displayName": "GoogleVR", + "version": "1.190.1", + "unity": "2018.3", + "description": "FooBar", + "category": "Plugins" +} From 0857068b833732acfaf26c9ceab4ce5963413fd8 Mon Sep 17 00:00:00 2001 From: Kir Evdokimov Date: Fri, 29 Mar 2019 14:04:03 +0300 Subject: [PATCH 3/4] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc615ca3..42b192d7 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,6 @@ "displayName": "GoogleVR", "version": "1.190.1", "unity": "2018.3", - "description": "FooBar", + "description": "Google VR SDK for Unity", "category": "Plugins" } From 1a4284705cf1741750fc3df1e2e17329c5bff00a Mon Sep 17 00:00:00 2001 From: Kir Evdokimov Date: Fri, 29 Mar 2019 14:11:30 +0300 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3e56f3ff..e0d89705 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ page. You can also clone and use the `googlevr/gvr-unity-sdk` git repository directly in a Unity project. +For Unity 2018.3 or newer you can add sdk as package +1. Open `/Packages/manifest.json` +2. Add `"com.google.vr": "https://github.com/googlevr/gvr-unity-sdk.git"` into "dependencies" +3. Wait for import ## Getting Started