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: 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 diff --git a/package.json b/package.json new file mode 100644 index 00000000..42b192d7 --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "name": "com.google.vr", + "displayName": "GoogleVR", + "version": "1.190.1", + "unity": "2018.3", + "description": "Google VR SDK for Unity", + "category": "Plugins" +}