├── .gitignore
├── LICENSE
├── NOTICE
├── README.md
├── SimpleVR
├── Assets
│ ├── GoogleVR.meta
│ ├── GoogleVR
│ │ ├── Editor.meta
│ │ ├── Editor
│ │ │ ├── Controller.meta
│ │ │ ├── Controller
│ │ │ │ ├── GvrControllerVisualEditor.cs
│ │ │ │ ├── GvrControllerVisualEditor.cs.meta
│ │ │ │ ├── GvrLaserPointerEditor.cs
│ │ │ │ ├── GvrLaserPointerEditor.cs.meta
│ │ │ │ ├── GvrLaserVisualEditor.cs
│ │ │ │ ├── GvrLaserVisualEditor.cs.meta
│ │ │ │ ├── GvrTooltipEditor.cs
│ │ │ │ └── GvrTooltipEditor.cs.meta
│ │ │ ├── EventSystem.meta
│ │ │ ├── EventSystem
│ │ │ │ ├── GvrPointerScrollInputEditor.cs
│ │ │ │ └── GvrPointerScrollInputEditor.cs.meta
│ │ │ ├── GvrBuildProcessor.cs
│ │ │ ├── GvrBuildProcessor.cs.meta
│ │ │ ├── GvrEditorEmulatorEditor.cs
│ │ │ ├── GvrEditorEmulatorEditor.cs.meta
│ │ │ ├── GvrEditorMenu.cs
│ │ │ ├── GvrEditorMenu.cs.meta
│ │ │ ├── GvrEditorSettings.cs
│ │ │ └── GvrEditorSettings.cs.meta
│ │ ├── Fonts.meta
│ │ ├── Fonts
│ │ │ ├── Roboto-Medium.ttf
│ │ │ └── Roboto-Medium.ttf.meta
│ │ ├── GVRVideoPlayer.unitypackage
│ │ ├── GVRVideoPlayer.unitypackage.meta
│ │ ├── LICENSE
│ │ ├── LICENSE.meta
│ │ ├── Materials.meta
│ │ ├── Materials
│ │ │ ├── ControllerBase.mat
│ │ │ ├── ControllerBase.mat.meta
│ │ │ ├── ControllerBaseTransparent.mat
│ │ │ ├── ControllerBaseTransparent.mat.meta
│ │ │ ├── ControllerLaser.mat
│ │ │ ├── ControllerLaser.mat.meta
│ │ │ ├── ControllerReticle.mat
│ │ │ ├── ControllerReticle.mat.meta
│ │ │ ├── ReticlePointer.mat
│ │ │ ├── ReticlePointer.mat.meta
│ │ │ ├── TooltipFont.mat
│ │ │ ├── TooltipFont.mat.meta
│ │ │ ├── TooltipImage.mat
│ │ │ ├── TooltipImage.mat.meta
│ │ │ ├── TooltipSimple.mat
│ │ │ ├── TooltipSimple.mat.meta
│ │ │ ├── Video.meta
│ │ │ └── Video
│ │ │ │ ├── VideoMono.mat
│ │ │ │ ├── VideoMono.mat.meta
│ │ │ │ ├── VideoStereo.mat
│ │ │ │ ├── VideoStereo.mat.meta
│ │ │ │ ├── VideoStereoInside.mat
│ │ │ │ └── VideoStereoInside.mat.meta
│ │ ├── Models.meta
│ │ ├── Models
│ │ │ ├── ddcontroller.fbx
│ │ │ ├── ddcontroller.fbx.meta
│ │ │ ├── ddtooltips.fbx
│ │ │ ├── ddtooltips.fbx.meta
│ │ │ ├── hemisphere_18x18.fbx
│ │ │ ├── hemisphere_18x18.fbx.meta
│ │ │ ├── sphere_36x18.fbx
│ │ │ └── sphere_36x18.fbx.meta
│ │ ├── Plugins.meta
│ │ ├── Plugins
│ │ │ ├── Android.meta
│ │ │ ├── Android
│ │ │ │ ├── AndroidManifest-6DOF.xml
│ │ │ │ ├── AndroidManifest-6DOF.xml.meta
│ │ │ │ ├── AndroidManifest-Cardboard.xml
│ │ │ │ ├── AndroidManifest-Cardboard.xml.meta
│ │ │ │ ├── AndroidManifest-Daydream.xml
│ │ │ │ ├── AndroidManifest-Daydream.xml.meta
│ │ │ │ ├── gvr-keyboard.aar
│ │ │ │ ├── gvr-keyboard.aar.meta
│ │ │ │ ├── gvr-keyboardsupport-release.aar
│ │ │ │ ├── gvr-keyboardsupport-release.aar.meta
│ │ │ │ ├── gvr-permissionsupport-release.aar
│ │ │ │ ├── gvr-permissionsupport-release.aar.meta
│ │ │ │ ├── gvr.aar
│ │ │ │ ├── gvr.aar.meta
│ │ │ │ ├── libs.meta
│ │ │ │ ├── libs
│ │ │ │ │ ├── armeabi-v7a.meta
│ │ │ │ │ ├── armeabi-v7a
│ │ │ │ │ │ ├── libaudioplugingvrunity.so
│ │ │ │ │ │ └── libaudioplugingvrunity.so.meta
│ │ │ │ │ ├── x86.meta
│ │ │ │ │ └── x86
│ │ │ │ │ │ ├── libaudioplugingvrunity.so
│ │ │ │ │ │ └── libaudioplugingvrunity.so.meta
│ │ │ │ ├── proguard-gvr.txt
│ │ │ │ └── proguard-gvr.txt.meta
│ │ │ ├── Google.ProtocolBuffers.dll
│ │ │ ├── Google.ProtocolBuffers.dll.meta
│ │ │ ├── iOS.meta
│ │ │ ├── iOS
│ │ │ │ ├── GvrAudioAppController.h
│ │ │ │ ├── GvrAudioAppController.h.meta
│ │ │ │ ├── GvrAudioAppController.mm
│ │ │ │ ├── GvrAudioAppController.mm.meta
│ │ │ │ ├── libaudioplugingvrunity.a
│ │ │ │ └── libaudioplugingvrunity.a.meta
│ │ │ ├── x86.meta
│ │ │ ├── x86
│ │ │ │ ├── audioplugingvrunity.dll
│ │ │ │ ├── audioplugingvrunity.dll.meta
│ │ │ │ ├── instant_preview_shared.dll
│ │ │ │ ├── instant_preview_shared.dll.meta
│ │ │ │ ├── instant_preview_unity_plugin.dll
│ │ │ │ ├── instant_preview_unity_plugin.dll.meta
│ │ │ │ ├── libeay32.dll
│ │ │ │ ├── libeay32.dll.meta
│ │ │ │ ├── ssleay32.dll
│ │ │ │ ├── ssleay32.dll.meta
│ │ │ │ ├── zlib.dll
│ │ │ │ └── zlib.dll.meta
│ │ │ ├── x86_64.meta
│ │ │ └── x86_64
│ │ │ │ ├── audioplugingvrunity.bundle
│ │ │ │ ├── audioplugingvrunity.bundle.meta
│ │ │ │ ├── audioplugingvrunity.dll
│ │ │ │ ├── audioplugingvrunity.dll.meta
│ │ │ │ ├── instant_preview_shared.dll
│ │ │ │ ├── instant_preview_shared.dll.meta
│ │ │ │ ├── instant_preview_unity_plugin.bundle.meta
│ │ │ │ ├── instant_preview_unity_plugin.bundle
│ │ │ │ ├── Contents.meta
│ │ │ │ └── Contents
│ │ │ │ │ ├── MacOS.meta
│ │ │ │ │ └── MacOS
│ │ │ │ │ ├── instant_preview_unity_plugin
│ │ │ │ │ ├── instant_preview_unity_plugin.meta
│ │ │ │ │ ├── libgpr.dylib
│ │ │ │ │ ├── libgpr.dylib.meta
│ │ │ │ │ ├── libgrpc++.dylib
│ │ │ │ │ ├── libgrpc++.dylib.meta
│ │ │ │ │ ├── libgrpc.dylib
│ │ │ │ │ ├── libgrpc.dylib.meta
│ │ │ │ │ ├── libinstant_preview_shared.dylib
│ │ │ │ │ └── libinstant_preview_shared.dylib.meta
│ │ │ │ ├── instant_preview_unity_plugin.dll
│ │ │ │ ├── instant_preview_unity_plugin.dll.meta
│ │ │ │ ├── libaudioplugingvrunity.so
│ │ │ │ ├── libaudioplugingvrunity.so.meta
│ │ │ │ ├── libeay32.dll
│ │ │ │ ├── libeay32.dll.meta
│ │ │ │ ├── ssleay32.dll
│ │ │ │ ├── ssleay32.dll.meta
│ │ │ │ ├── zlib.dll
│ │ │ │ └── zlib.dll.meta
│ │ ├── Prefabs.meta
│ │ ├── Prefabs
│ │ │ ├── Cardboard.meta
│ │ │ ├── Cardboard
│ │ │ │ ├── GvrReticlePointer.prefab
│ │ │ │ └── GvrReticlePointer.prefab.meta
│ │ │ ├── Controller.meta
│ │ │ ├── Controller
│ │ │ │ ├── GvrControllerMain.prefab
│ │ │ │ ├── GvrControllerMain.prefab.meta
│ │ │ │ ├── GvrControllerPointer.prefab
│ │ │ │ ├── GvrControllerPointer.prefab.meta
│ │ │ │ ├── Tooltips.meta
│ │ │ │ └── Tooltips
│ │ │ │ │ ├── GvrControllerTooltipsSimple.prefab
│ │ │ │ │ ├── GvrControllerTooltipsSimple.prefab.meta
│ │ │ │ │ ├── GvrControllerTooltipsTemplate.prefab
│ │ │ │ │ └── GvrControllerTooltipsTemplate.prefab.meta
│ │ │ ├── EventSystem.meta
│ │ │ ├── EventSystem
│ │ │ │ ├── GvrEventSystem.prefab
│ │ │ │ └── GvrEventSystem.prefab.meta
│ │ │ ├── GvrEditorEmulator.prefab
│ │ │ ├── GvrEditorEmulator.prefab.meta
│ │ │ ├── Headset.meta
│ │ │ ├── Headset
│ │ │ │ ├── GvrHeadset.prefab
│ │ │ │ └── GvrHeadset.prefab.meta
│ │ │ ├── InstantPreview.meta
│ │ │ ├── InstantPreview
│ │ │ │ ├── GvrInstantPreviewMain.prefab
│ │ │ │ └── GvrInstantPreviewMain.prefab.meta
│ │ │ ├── Keyboard.meta
│ │ │ └── Keyboard
│ │ │ │ ├── GvrKeyboardCanvas.prefab
│ │ │ │ ├── GvrKeyboardCanvas.prefab.meta
│ │ │ │ ├── GvrKeyboardManager.prefab
│ │ │ │ └── GvrKeyboardManager.prefab.meta
│ │ ├── README
│ │ ├── README.meta
│ │ ├── Scripts.meta
│ │ ├── Scripts
│ │ │ ├── Cardboard.meta
│ │ │ ├── Cardboard
│ │ │ │ ├── GvrReticlePointer.cs
│ │ │ │ └── GvrReticlePointer.cs.meta
│ │ │ ├── Controller.meta
│ │ │ ├── Controller
│ │ │ │ ├── ArmModel.meta
│ │ │ │ ├── ArmModel
│ │ │ │ │ ├── GvrArmModel.cs
│ │ │ │ │ ├── GvrArmModel.cs.meta
│ │ │ │ │ ├── GvrBaseArmModel.cs
│ │ │ │ │ ├── GvrBaseArmModel.cs.meta
│ │ │ │ │ ├── IGvrArmModelReceiver.cs
│ │ │ │ │ └── IGvrArmModelReceiver.cs.meta
│ │ │ │ ├── GvrControllerInput.cs
│ │ │ │ ├── GvrControllerInput.cs.meta
│ │ │ │ ├── GvrControllerReticleVisual.cs
│ │ │ │ ├── GvrControllerReticleVisual.cs.meta
│ │ │ │ ├── GvrControllerVisual.cs
│ │ │ │ ├── GvrControllerVisual.cs.meta
│ │ │ │ ├── GvrLaserPointer.cs
│ │ │ │ ├── GvrLaserPointer.cs.meta
│ │ │ │ ├── GvrLaserVisual.cs
│ │ │ │ ├── GvrLaserVisual.cs.meta
│ │ │ │ ├── GvrRecenterOnlyController.cs
│ │ │ │ ├── GvrRecenterOnlyController.cs.meta
│ │ │ │ ├── GvrTrackedController.cs
│ │ │ │ ├── GvrTrackedController.cs.meta
│ │ │ │ ├── Internal.meta
│ │ │ │ ├── Internal
│ │ │ │ │ ├── ControllerProviderFactory.cs
│ │ │ │ │ ├── ControllerProviderFactory.cs.meta
│ │ │ │ │ ├── ControllerProviders.meta
│ │ │ │ │ ├── ControllerProviders
│ │ │ │ │ │ ├── AndroidNativeControllerProvider.cs
│ │ │ │ │ │ ├── AndroidNativeControllerProvider.cs.meta
│ │ │ │ │ │ ├── DummyControllerProvider.cs
│ │ │ │ │ │ ├── DummyControllerProvider.cs.meta
│ │ │ │ │ │ ├── EditorControllerProvider.cs
│ │ │ │ │ │ ├── EditorControllerProvider.cs.meta
│ │ │ │ │ │ ├── EmulatorControllerProvider.cs
│ │ │ │ │ │ ├── EmulatorControllerProvider.cs.meta
│ │ │ │ │ │ ├── MouseControllerProvider.cs
│ │ │ │ │ │ └── MouseControllerProvider.cs.meta
│ │ │ │ │ ├── ControllerState.cs
│ │ │ │ │ ├── ControllerState.cs.meta
│ │ │ │ │ ├── Emulator.meta
│ │ │ │ │ ├── Emulator
│ │ │ │ │ │ ├── EmulatorClientSocket.cs
│ │ │ │ │ │ ├── EmulatorClientSocket.cs.meta
│ │ │ │ │ │ ├── EmulatorConfig.cs
│ │ │ │ │ │ ├── EmulatorConfig.cs.meta
│ │ │ │ │ │ ├── EmulatorDataTypes.cs
│ │ │ │ │ │ ├── EmulatorDataTypes.cs.meta
│ │ │ │ │ │ ├── EmulatorManager.cs
│ │ │ │ │ │ ├── EmulatorManager.cs.meta
│ │ │ │ │ │ ├── PhoneEvent.cs
│ │ │ │ │ │ └── PhoneEvent.cs.meta
│ │ │ │ │ ├── IControllerProvider.cs
│ │ │ │ │ └── IControllerProvider.cs.meta
│ │ │ │ ├── Tooltips.meta
│ │ │ │ └── Tooltips
│ │ │ │ │ ├── GvrControllerTooltipsSimple.cs
│ │ │ │ │ ├── GvrControllerTooltipsSimple.cs.meta
│ │ │ │ │ ├── GvrTooltip.cs
│ │ │ │ │ └── GvrTooltip.cs.meta
│ │ │ ├── EventSystem.meta
│ │ │ ├── EventSystem
│ │ │ │ ├── GvrBasePointer.cs
│ │ │ │ ├── GvrBasePointer.cs.meta
│ │ │ │ ├── GvrBasePointerRaycaster.cs
│ │ │ │ ├── GvrBasePointerRaycaster.cs.meta
│ │ │ │ ├── GvrEventInterfacesExtension.cs
│ │ │ │ ├── GvrEventInterfacesExtension.cs.meta
│ │ │ │ ├── GvrExecuteEventsExtension.cs
│ │ │ │ ├── GvrExecuteEventsExtension.cs.meta
│ │ │ │ ├── GvrPointerGraphicRaycaster.cs
│ │ │ │ ├── GvrPointerGraphicRaycaster.cs.meta
│ │ │ │ ├── GvrPointerPhysicsRaycaster.cs
│ │ │ │ ├── GvrPointerPhysicsRaycaster.cs.meta
│ │ │ │ ├── GvrPointerScrollInput.cs
│ │ │ │ ├── GvrPointerScrollInput.cs.meta
│ │ │ │ ├── GvrScrollSettings.cs
│ │ │ │ ├── GvrScrollSettings.cs.meta
│ │ │ │ ├── IGvrScrollSettings.cs
│ │ │ │ ├── IGvrScrollSettings.cs.meta
│ │ │ │ ├── InputModule.meta
│ │ │ │ └── InputModule
│ │ │ │ │ ├── GvrAllEventsTrigger.cs
│ │ │ │ │ ├── GvrAllEventsTrigger.cs.meta
│ │ │ │ │ ├── GvrEventExecutor.cs
│ │ │ │ │ ├── GvrEventExecutor.cs.meta
│ │ │ │ │ ├── GvrPointerInputModule.cs
│ │ │ │ │ ├── GvrPointerInputModule.cs.meta
│ │ │ │ │ ├── GvrPointerInputModuleImpl.cs
│ │ │ │ │ ├── GvrPointerInputModuleImpl.cs.meta
│ │ │ │ │ ├── IGvrEventExecutor.cs
│ │ │ │ │ ├── IGvrEventExecutor.cs.meta
│ │ │ │ │ ├── IGvrInputModuleController.cs
│ │ │ │ │ └── IGvrInputModuleController.cs.meta
│ │ │ ├── GvrCardboardHelpers.cs
│ │ │ ├── GvrCardboardHelpers.cs.meta
│ │ │ ├── GvrEditorEmulator.cs
│ │ │ ├── GvrEditorEmulator.cs.meta
│ │ │ ├── GvrSettings.cs
│ │ │ ├── GvrSettings.cs.meta
│ │ │ ├── GvrUnitySdkVersion.cs
│ │ │ ├── GvrUnitySdkVersion.cs.meta
│ │ │ ├── Headset.meta
│ │ │ ├── Headset
│ │ │ │ ├── GvrHeadset.cs
│ │ │ │ ├── GvrHeadset.cs.meta
│ │ │ │ ├── GvrHeadsetEnums.cs
│ │ │ │ ├── GvrHeadsetEnums.cs.meta
│ │ │ │ ├── Internal.meta
│ │ │ │ └── Internal
│ │ │ │ │ ├── HeadsetProviderFactory.cs
│ │ │ │ │ ├── HeadsetProviderFactory.cs.meta
│ │ │ │ │ ├── HeadsetProviders.meta
│ │ │ │ │ ├── HeadsetProviders
│ │ │ │ │ ├── AndroidNativeHeadsetEnums.cs
│ │ │ │ │ ├── AndroidNativeHeadsetEnums.cs.meta
│ │ │ │ │ ├── AndroidNativeHeadsetProvider.cs
│ │ │ │ │ ├── AndroidNativeHeadsetProvider.cs.meta
│ │ │ │ │ ├── DummyHeadsetProvider.cs
│ │ │ │ │ ├── DummyHeadsetProvider.cs.meta
│ │ │ │ │ ├── EditorHeadsetProvider.cs
│ │ │ │ │ └── EditorHeadsetProvider.cs.meta
│ │ │ │ │ ├── HeadsetState.cs
│ │ │ │ │ ├── HeadsetState.cs.meta
│ │ │ │ │ ├── IHeadsetProvider.cs
│ │ │ │ │ └── IHeadsetProvider.cs.meta
│ │ │ ├── InstantPreview.meta
│ │ │ ├── InstantPreview
│ │ │ │ ├── InstantPreview.apk
│ │ │ │ ├── InstantPreview.apk.meta
│ │ │ │ ├── InstantPreview.cs
│ │ │ │ ├── InstantPreview.cs.meta
│ │ │ │ ├── InstantPreviewControllerProvider.cs
│ │ │ │ ├── InstantPreviewControllerProvider.cs.meta
│ │ │ │ ├── InstantPreviewHelper.cs
│ │ │ │ └── InstantPreviewHelper.cs.meta
│ │ │ ├── Keyboard.meta
│ │ │ ├── Keyboard
│ │ │ │ ├── GvrKeyboard.cs
│ │ │ │ ├── GvrKeyboard.cs.meta
│ │ │ │ ├── GvrKeyboardDelegateBase.cs
│ │ │ │ ├── GvrKeyboardDelegateBase.cs.meta
│ │ │ │ ├── GvrKeyboardIntent.cs
│ │ │ │ ├── GvrKeyboardIntent.cs.meta
│ │ │ │ ├── Internal.meta
│ │ │ │ └── Internal
│ │ │ │ │ ├── IKeyboardProvider.cs
│ │ │ │ │ ├── IKeyboardProvider.cs.meta
│ │ │ │ │ ├── KeyboardProviderFactory.cs
│ │ │ │ │ ├── KeyboardProviderFactory.cs.meta
│ │ │ │ │ ├── KeyboardProviders.meta
│ │ │ │ │ ├── KeyboardProviders
│ │ │ │ │ ├── AndroidNativeKeyboardProvider.cs
│ │ │ │ │ ├── AndroidNativeKeyboardProvider.cs.meta
│ │ │ │ │ ├── DummyKeyboardProvider.cs
│ │ │ │ │ ├── DummyKeyboardProvider.cs.meta
│ │ │ │ │ ├── EmulatorKeyboardProvider.cs
│ │ │ │ │ └── EmulatorKeyboardProvider.cs.meta
│ │ │ │ │ ├── KeyboardState.cs
│ │ │ │ │ └── KeyboardState.cs.meta
│ │ │ ├── Permissions.meta
│ │ │ ├── Permissions
│ │ │ │ ├── GvrPermissionsRequester.cs
│ │ │ │ └── GvrPermissionsRequester.cs.meta
│ │ │ ├── Pose3D.cs
│ │ │ ├── Pose3D.cs.meta
│ │ │ ├── PropertyDrawers.meta
│ │ │ ├── PropertyDrawers
│ │ │ │ ├── GvrInfoDrawer.cs
│ │ │ │ └── GvrInfoDrawer.cs.meta
│ │ │ ├── UI.meta
│ │ │ ├── UI
│ │ │ │ ├── GvrDropdown.cs
│ │ │ │ └── GvrDropdown.cs.meta
│ │ │ ├── Utilities.meta
│ │ │ ├── Utilities
│ │ │ │ ├── GvrActivityHelper.cs
│ │ │ │ ├── GvrActivityHelper.cs.meta
│ │ │ │ ├── GvrCursorHelper.cs
│ │ │ │ ├── GvrCursorHelper.cs.meta
│ │ │ │ ├── GvrDaydreamApi.cs
│ │ │ │ ├── GvrDaydreamApi.cs.meta
│ │ │ │ ├── GvrIntent.cs
│ │ │ │ ├── GvrIntent.cs.meta
│ │ │ │ ├── GvrMathHelpers.cs
│ │ │ │ ├── GvrMathHelpers.cs.meta
│ │ │ │ ├── GvrUIHelpers.cs
│ │ │ │ ├── GvrUIHelpers.cs.meta
│ │ │ │ ├── GvrVRHelpers.cs
│ │ │ │ └── GvrVRHelpers.cs.meta
│ │ │ ├── Video.meta
│ │ │ └── Video
│ │ │ │ ├── GvrVideoPlayerTexture.cs
│ │ │ │ └── GvrVideoPlayerTexture.cs.meta
│ │ ├── Shaders.meta
│ │ ├── Shaders
│ │ │ ├── GvrAdditiveOverlay.shader
│ │ │ ├── GvrAdditiveOverlay.shader.meta
│ │ │ ├── GvrController.shader
│ │ │ ├── GvrController.shader.meta
│ │ │ ├── GvrControllerReticle.shader
│ │ │ ├── GvrControllerReticle.shader.meta
│ │ │ ├── GvrReticleShader.shader
│ │ │ ├── GvrReticleShader.shader.meta
│ │ │ ├── GvrUIOverlay.shader
│ │ │ ├── GvrUIOverlay.shader.meta
│ │ │ ├── GvrUIOverlayFont.shader
│ │ │ ├── GvrUIOverlayFont.shader.meta
│ │ │ ├── GvrUnlitTextureOverlay.shader
│ │ │ ├── GvrUnlitTextureOverlay.shader.meta
│ │ │ ├── GvrUnlitTransparentOverlay.shader
│ │ │ ├── GvrUnlitTransparentOverlay.shader.meta
│ │ │ ├── GvrUnlitTransparentOverlayColor.shader
│ │ │ ├── GvrUnlitTransparentOverlayColor.shader.meta
│ │ │ ├── Video.meta
│ │ │ └── Video
│ │ │ │ ├── VideoUnlitShader.shader
│ │ │ │ └── VideoUnlitShader.shader.meta
│ │ ├── Textures.meta
│ │ └── Textures
│ │ │ ├── ControllerTooltips.png
│ │ │ ├── ControllerTooltips.png.meta
│ │ │ ├── cursor_grab.png
│ │ │ ├── cursor_grab.png.meta
│ │ │ ├── cursor_move.png
│ │ │ ├── cursor_move.png.meta
│ │ │ ├── cursor_pointer.png
│ │ │ ├── cursor_pointer.png.meta
│ │ │ ├── cursor_text.png
│ │ │ ├── cursor_text.png.meta
│ │ │ ├── cursor_url.png
│ │ │ ├── cursor_url.png.meta
│ │ │ ├── ddcontroller.png
│ │ │ ├── ddcontroller.png.meta
│ │ │ ├── ddcontroller_transparent.png
│ │ │ ├── ddcontroller_transparent.png.meta
│ │ │ ├── dropShadow.png
│ │ │ ├── dropShadow.png.meta
│ │ │ ├── laserTexture.png
│ │ │ ├── laserTexture.png.meta
│ │ │ ├── roundRect_52px.tif
│ │ │ └── roundRect_52px.tif.meta
│ ├── MaterialFloor.mat
│ ├── MaterialFloor.mat.meta
│ ├── MaterialWall.mat
│ ├── MaterialWall.mat.meta
│ ├── MessageResponseExt.cs
│ ├── MessageResponseExt.cs.meta
│ ├── MyAssets.meta
│ ├── SoldierConvo.cs
│ ├── SoldierConvo.cs.meta
│ ├── Watson.meta
│ ├── Watson
│ │ ├── CHANGELOG.md
│ │ ├── CHANGELOG.md.meta
│ │ ├── LICENSE
│ │ ├── LICENSE.meta
│ │ ├── Plugins.meta
│ │ ├── Plugins
│ │ │ ├── websocket-sharp.dll
│ │ │ └── websocket-sharp.dll.meta
│ │ ├── README.md
│ │ ├── README.md.meta
│ │ ├── Resources.meta
│ │ ├── Resources
│ │ │ ├── highHat.wav
│ │ │ └── highHat.wav.meta
│ │ ├── Scripts.meta
│ │ ├── Scripts
│ │ │ ├── Connection.meta
│ │ │ ├── Connection
│ │ │ │ ├── RESTConnector.cs
│ │ │ │ ├── RESTConnector.cs.meta
│ │ │ │ ├── WSConnector.cs
│ │ │ │ └── WSConnector.cs.meta
│ │ │ ├── Debug.meta
│ │ │ ├── Debug
│ │ │ │ ├── DebugReactor.cs
│ │ │ │ └── DebugReactor.cs.meta
│ │ │ ├── Editor.meta
│ │ │ ├── Editor
│ │ │ │ ├── IBMCloudSignup.cs
│ │ │ │ ├── IBMCloudSignup.cs.meta
│ │ │ │ ├── WatsonMenu.cs
│ │ │ │ └── WatsonMenu.cs.meta
│ │ │ ├── Logging.meta
│ │ │ ├── Logging
│ │ │ │ ├── FileReactor.cs
│ │ │ │ ├── FileReactor.cs.meta
│ │ │ │ ├── ILogReactor.cs
│ │ │ │ ├── ILogReactor.cs.meta
│ │ │ │ ├── Logger.cs
│ │ │ │ └── Logger.cs.meta
│ │ │ ├── Services.meta
│ │ │ ├── Services
│ │ │ │ ├── Assistant.meta
│ │ │ │ ├── Assistant
│ │ │ │ │ ├── v1.meta
│ │ │ │ │ └── v1
│ │ │ │ │ │ ├── Assistant.cs
│ │ │ │ │ │ ├── Assistant.cs.meta
│ │ │ │ │ │ ├── IAssistant.cs
│ │ │ │ │ │ ├── IAssistant.cs.meta
│ │ │ │ │ │ ├── Model.meta
│ │ │ │ │ │ ├── Model
│ │ │ │ │ │ ├── CaptureGroup.cs
│ │ │ │ │ │ ├── CaptureGroup.cs.meta
│ │ │ │ │ │ ├── Context.cs
│ │ │ │ │ │ ├── Context.cs.meta
│ │ │ │ │ │ ├── Counterexample.cs
│ │ │ │ │ │ ├── Counterexample.cs.meta
│ │ │ │ │ │ ├── CounterexampleCollection.cs
│ │ │ │ │ │ ├── CounterexampleCollection.cs.meta
│ │ │ │ │ │ ├── CreateCounterexample.cs
│ │ │ │ │ │ ├── CreateCounterexample.cs.meta
│ │ │ │ │ │ ├── CreateDialogNode.cs
│ │ │ │ │ │ ├── CreateDialogNode.cs.meta
│ │ │ │ │ │ ├── CreateEntity.cs
│ │ │ │ │ │ ├── CreateEntity.cs.meta
│ │ │ │ │ │ ├── CreateExample.cs
│ │ │ │ │ │ ├── CreateExample.cs.meta
│ │ │ │ │ │ ├── CreateIntent.cs
│ │ │ │ │ │ ├── CreateIntent.cs.meta
│ │ │ │ │ │ ├── CreateSynonym.cs
│ │ │ │ │ │ ├── CreateSynonym.cs.meta
│ │ │ │ │ │ ├── CreateValue.cs
│ │ │ │ │ │ ├── CreateValue.cs.meta
│ │ │ │ │ │ ├── CreateWorkspace.cs
│ │ │ │ │ │ ├── CreateWorkspace.cs.meta
│ │ │ │ │ │ ├── DialogNode.cs
│ │ │ │ │ │ ├── DialogNode.cs.meta
│ │ │ │ │ │ ├── DialogNodeAction.cs
│ │ │ │ │ │ ├── DialogNodeAction.cs.meta
│ │ │ │ │ │ ├── DialogNodeCollection.cs
│ │ │ │ │ │ ├── DialogNodeCollection.cs.meta
│ │ │ │ │ │ ├── DialogNodeNextStep.cs
│ │ │ │ │ │ ├── DialogNodeNextStep.cs.meta
│ │ │ │ │ │ ├── DialogNodeVisitedDetails.cs
│ │ │ │ │ │ ├── DialogNodeVisitedDetails.cs.meta
│ │ │ │ │ │ ├── Entity.cs
│ │ │ │ │ │ ├── Entity.cs.meta
│ │ │ │ │ │ ├── EntityCollection.cs
│ │ │ │ │ │ ├── EntityCollection.cs.meta
│ │ │ │ │ │ ├── EntityExport.cs
│ │ │ │ │ │ ├── EntityExport.cs.meta
│ │ │ │ │ │ ├── Example.cs
│ │ │ │ │ │ ├── Example.cs.meta
│ │ │ │ │ │ ├── ExampleCollection.cs
│ │ │ │ │ │ ├── ExampleCollection.cs.meta
│ │ │ │ │ │ ├── InputData.cs
│ │ │ │ │ │ ├── InputData.cs.meta
│ │ │ │ │ │ ├── Intent.cs
│ │ │ │ │ │ ├── Intent.cs.meta
│ │ │ │ │ │ ├── IntentCollection.cs
│ │ │ │ │ │ ├── IntentCollection.cs.meta
│ │ │ │ │ │ ├── IntentExport.cs
│ │ │ │ │ │ ├── IntentExport.cs.meta
│ │ │ │ │ │ ├── LogCollection.cs
│ │ │ │ │ │ ├── LogCollection.cs.meta
│ │ │ │ │ │ ├── LogExport.cs
│ │ │ │ │ │ ├── LogExport.cs.meta
│ │ │ │ │ │ ├── LogMessage.cs
│ │ │ │ │ │ ├── LogMessage.cs.meta
│ │ │ │ │ │ ├── LogPagination.cs
│ │ │ │ │ │ ├── LogPagination.cs.meta
│ │ │ │ │ │ ├── MessageInput.cs
│ │ │ │ │ │ ├── MessageInput.cs.meta
│ │ │ │ │ │ ├── MessageRequest.cs
│ │ │ │ │ │ ├── MessageRequest.cs.meta
│ │ │ │ │ │ ├── MessageResponse.cs
│ │ │ │ │ │ ├── MessageResponse.cs.meta
│ │ │ │ │ │ ├── OutputData.cs
│ │ │ │ │ │ ├── OutputData.cs.meta
│ │ │ │ │ │ ├── Pagination.cs
│ │ │ │ │ │ ├── Pagination.cs.meta
│ │ │ │ │ │ ├── RuntimeEntity.cs
│ │ │ │ │ │ ├── RuntimeEntity.cs.meta
│ │ │ │ │ │ ├── RuntimeIntent.cs
│ │ │ │ │ │ ├── RuntimeIntent.cs.meta
│ │ │ │ │ │ ├── Synonym.cs
│ │ │ │ │ │ ├── Synonym.cs.meta
│ │ │ │ │ │ ├── SynonymCollection.cs
│ │ │ │ │ │ ├── SynonymCollection.cs.meta
│ │ │ │ │ │ ├── SystemResponse.cs
│ │ │ │ │ │ ├── SystemResponse.cs.meta
│ │ │ │ │ │ ├── UpdateCounterexample.cs
│ │ │ │ │ │ ├── UpdateCounterexample.cs.meta
│ │ │ │ │ │ ├── UpdateDialogNode.cs
│ │ │ │ │ │ ├── UpdateDialogNode.cs.meta
│ │ │ │ │ │ ├── UpdateEntity.cs
│ │ │ │ │ │ ├── UpdateEntity.cs.meta
│ │ │ │ │ │ ├── UpdateExample.cs
│ │ │ │ │ │ ├── UpdateExample.cs.meta
│ │ │ │ │ │ ├── UpdateIntent.cs
│ │ │ │ │ │ ├── UpdateIntent.cs.meta
│ │ │ │ │ │ ├── UpdateSynonym.cs
│ │ │ │ │ │ ├── UpdateSynonym.cs.meta
│ │ │ │ │ │ ├── UpdateValue.cs
│ │ │ │ │ │ ├── UpdateValue.cs.meta
│ │ │ │ │ │ ├── UpdateWorkspace.cs
│ │ │ │ │ │ ├── UpdateWorkspace.cs.meta
│ │ │ │ │ │ ├── Value.cs
│ │ │ │ │ │ ├── Value.cs.meta
│ │ │ │ │ │ ├── ValueCollection.cs
│ │ │ │ │ │ ├── ValueCollection.cs.meta
│ │ │ │ │ │ ├── ValueExport.cs
│ │ │ │ │ │ ├── ValueExport.cs.meta
│ │ │ │ │ │ ├── Workspace.cs
│ │ │ │ │ │ ├── Workspace.cs.meta
│ │ │ │ │ │ ├── WorkspaceCollection.cs
│ │ │ │ │ │ ├── WorkspaceCollection.cs.meta
│ │ │ │ │ │ ├── WorkspaceExport.cs
│ │ │ │ │ │ └── WorkspaceExport.cs.meta
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ ├── README.md.meta
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── index.html.meta
│ │ │ │ ├── Conversation.meta
│ │ │ │ ├── Conversation
│ │ │ │ │ ├── v1.meta
│ │ │ │ │ └── v1
│ │ │ │ │ │ ├── Conversation.cs
│ │ │ │ │ │ ├── Conversation.cs.meta
│ │ │ │ │ │ ├── DataModels.cs
│ │ │ │ │ │ ├── DataModels.cs.meta
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ ├── README.md.meta
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── index.html.meta
│ │ │ │ ├── Discovery.meta
│ │ │ │ ├── Discovery
│ │ │ │ │ ├── v1.meta
│ │ │ │ │ └── v1
│ │ │ │ │ │ ├── DataModels.cs
│ │ │ │ │ │ ├── DataModels.cs.meta
│ │ │ │ │ │ ├── Discovery.cs
│ │ │ │ │ │ ├── Discovery.cs.meta
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ ├── README.md.meta
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── index.html.meta
│ │ │ │ ├── IWatsonService.cs
│ │ │ │ ├── IWatsonService.cs.meta
│ │ │ │ ├── LanguageTranslator.meta
│ │ │ │ ├── LanguageTranslator
│ │ │ │ │ ├── v2.meta
│ │ │ │ │ └── v2
│ │ │ │ │ │ ├── DataModels.cs
│ │ │ │ │ │ ├── DataModels.cs.meta
│ │ │ │ │ │ ├── LanguageTranslator.cs
│ │ │ │ │ │ ├── LanguageTranslator.cs.meta
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ ├── README.md.meta
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── index.html.meta
│ │ │ │ ├── NaturalLanguageClassifier.meta
│ │ │ │ ├── NaturalLanguageClassifier
│ │ │ │ │ ├── v2.meta
│ │ │ │ │ └── v2
│ │ │ │ │ │ ├── DataModels.cs
│ │ │ │ │ │ ├── DataModels.cs.meta
│ │ │ │ │ │ ├── NaturalLanguageClassifier.cs
│ │ │ │ │ │ ├── NaturalLanguageClassifier.cs.meta
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ ├── README.md.meta
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── index.html.meta
│ │ │ │ ├── NaturalLanguageUnderstanding.meta
│ │ │ │ ├── NaturalLanguageUnderstanding
│ │ │ │ │ ├── v1.meta
│ │ │ │ │ └── v1
│ │ │ │ │ │ ├── DataModels.cs
│ │ │ │ │ │ ├── DataModels.cs.meta
│ │ │ │ │ │ ├── NaturalLanguageUnderstanding.cs
│ │ │ │ │ │ ├── NaturalLanguageUnderstanding.cs.meta
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ ├── README.md.meta
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── index.html.meta
│ │ │ │ ├── PersonalityInsights.meta
│ │ │ │ ├── PersonalityInsights
│ │ │ │ │ ├── v3.meta
│ │ │ │ │ └── v3
│ │ │ │ │ │ ├── DataModels.cs
│ │ │ │ │ │ ├── DataModels.cs.meta
│ │ │ │ │ │ ├── PersonalityInsights.cs
│ │ │ │ │ │ ├── PersonalityInsights.cs.meta
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ ├── README.md.meta
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── index.html.meta
│ │ │ │ ├── SpeechToText.meta
│ │ │ │ ├── SpeechToText
│ │ │ │ │ ├── v1.meta
│ │ │ │ │ └── v1
│ │ │ │ │ │ ├── DataModels.cs
│ │ │ │ │ │ ├── DataModels.cs.meta
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ ├── README.md.meta
│ │ │ │ │ │ ├── SpeechToText.cs
│ │ │ │ │ │ ├── SpeechToText.cs.meta
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── index.html.meta
│ │ │ │ ├── TextToSpeech.meta
│ │ │ │ ├── TextToSpeech
│ │ │ │ │ ├── v1.meta
│ │ │ │ │ └── v1
│ │ │ │ │ │ ├── DataModels.cs
│ │ │ │ │ │ ├── DataModels.cs.meta
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ ├── README.md.meta
│ │ │ │ │ │ ├── TextToSpeech.cs
│ │ │ │ │ │ ├── TextToSpeech.cs.meta
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── index.html.meta
│ │ │ │ ├── ToneAnalyzer.meta
│ │ │ │ ├── ToneAnalyzer
│ │ │ │ │ ├── v3.meta
│ │ │ │ │ └── v3
│ │ │ │ │ │ ├── DataModels.cs
│ │ │ │ │ │ ├── DataModels.cs.meta
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ ├── README.md.meta
│ │ │ │ │ │ ├── ToneAnalyzer.cs
│ │ │ │ │ │ ├── ToneAnalyzer.cs.meta
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── index.html.meta
│ │ │ │ ├── VisualRecognition.meta
│ │ │ │ └── VisualRecognition
│ │ │ │ │ ├── v3.meta
│ │ │ │ │ └── v3
│ │ │ │ │ ├── DataModels.cs
│ │ │ │ │ ├── DataModels.cs.meta
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── README.md.meta
│ │ │ │ │ ├── VisualRecognition.cs
│ │ │ │ │ ├── VisualRecognition.cs.meta
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── index.html.meta
│ │ │ ├── Utilities.meta
│ │ │ ├── Utilities
│ │ │ │ ├── AudioClipUtil.cs
│ │ │ │ ├── AudioClipUtil.cs.meta
│ │ │ │ ├── Constants.cs
│ │ │ │ ├── Constants.cs.meta
│ │ │ │ ├── Credentials.cs
│ │ │ │ ├── Credentials.cs.meta
│ │ │ │ ├── EventManager.cs
│ │ │ │ ├── EventManager.cs.meta
│ │ │ │ ├── FrameRateCounter.cs
│ │ │ │ ├── FrameRateCounter.cs.meta
│ │ │ │ ├── KeyEventManager.cs
│ │ │ │ ├── KeyEventManager.cs.meta
│ │ │ │ ├── NestedPrefabs.cs
│ │ │ │ ├── NestedPrefabs.cs.meta
│ │ │ │ ├── Runnable.cs
│ │ │ │ ├── Runnable.cs.meta
│ │ │ │ ├── SerializedDelegate.cs
│ │ │ │ ├── SerializedDelegate.cs.meta
│ │ │ │ ├── Singleton.cs
│ │ │ │ ├── Singleton.cs.meta
│ │ │ │ ├── TimedDestroy.cs
│ │ │ │ ├── TimedDestroy.cs.meta
│ │ │ │ ├── UnityObjectUtil.cs
│ │ │ │ ├── UnityObjectUtil.cs.meta
│ │ │ │ ├── Utility.cs
│ │ │ │ ├── Utility.cs.meta
│ │ │ │ ├── WatsonException.cs
│ │ │ │ ├── WatsonException.cs.meta
│ │ │ │ ├── WaveFile.cs
│ │ │ │ └── WaveFile.cs.meta
│ │ │ ├── Widgets.meta
│ │ │ └── Widgets
│ │ │ │ ├── DataTypes.cs
│ │ │ │ ├── DataTypes.cs.meta
│ │ │ │ ├── Widget.cs
│ │ │ │ └── Widget.cs.meta
│ │ ├── ThirdParty.meta
│ │ └── ThirdParty
│ │ │ ├── FullSerializer.meta
│ │ │ ├── FullSerializer
│ │ │ ├── Aot.meta
│ │ │ ├── Aot
│ │ │ │ ├── Editor.meta
│ │ │ │ ├── Editor
│ │ │ │ │ ├── fsAotConfigurationEditor.cs
│ │ │ │ │ └── fsAotConfigurationEditor.cs.meta
│ │ │ │ ├── fsAotCompilationManager.cs
│ │ │ │ ├── fsAotCompilationManager.cs.meta
│ │ │ │ ├── fsAotConfiguration.cs
│ │ │ │ ├── fsAotConfiguration.cs.meta
│ │ │ │ ├── fsAotVersionInfo.cs
│ │ │ │ ├── fsAotVersionInfo.cs.meta
│ │ │ │ ├── fsIAotConverter.cs
│ │ │ │ └── fsIAotConverter.cs.meta
│ │ │ ├── Converters.meta
│ │ │ ├── Converters
│ │ │ │ ├── Unity.meta
│ │ │ │ ├── Unity
│ │ │ │ │ ├── AnimationCurve_DirectConverter.cs
│ │ │ │ │ ├── AnimationCurve_DirectConverter.cs.meta
│ │ │ │ │ ├── Bounds_DirectConverter.cs
│ │ │ │ │ ├── Bounds_DirectConverter.cs.meta
│ │ │ │ │ ├── GUIStyleState_DirectConverter.cs
│ │ │ │ │ ├── GUIStyleState_DirectConverter.cs.meta
│ │ │ │ │ ├── GUIStyle_DirectConverter.cs
│ │ │ │ │ ├── GUIStyle_DirectConverter.cs.meta
│ │ │ │ │ ├── Gradient_DirectConverter.cs
│ │ │ │ │ ├── Gradient_DirectConverter.cs.meta
│ │ │ │ │ ├── Keyframe_DirectConverter.cs
│ │ │ │ │ ├── Keyframe_DirectConverter.cs.meta
│ │ │ │ │ ├── LayerMask_DirectConverter.cs
│ │ │ │ │ ├── LayerMask_DirectConverter.cs.meta
│ │ │ │ │ ├── RectOffset_DirectConverter.cs
│ │ │ │ │ ├── RectOffset_DirectConverter.cs.meta
│ │ │ │ │ ├── Rect_DirectConverter.cs
│ │ │ │ │ ├── Rect_DirectConverter.cs.meta
│ │ │ │ │ ├── UnityEvent_Converter.cs
│ │ │ │ │ └── UnityEvent_Converter.cs.meta
│ │ │ │ ├── fsArrayConverter.cs
│ │ │ │ ├── fsArrayConverter.cs.meta
│ │ │ │ ├── fsDateConverter.cs
│ │ │ │ ├── fsDateConverter.cs.meta
│ │ │ │ ├── fsDictionaryConverter.cs
│ │ │ │ ├── fsDictionaryConverter.cs.meta
│ │ │ │ ├── fsEnumConverter.cs
│ │ │ │ ├── fsEnumConverter.cs.meta
│ │ │ │ ├── fsForwardConverter.cs
│ │ │ │ ├── fsForwardConverter.cs.meta
│ │ │ │ ├── fsGuidConverter.cs
│ │ │ │ ├── fsGuidConverter.cs.meta
│ │ │ │ ├── fsIEnumerableConverter.cs
│ │ │ │ ├── fsIEnumerableConverter.cs.meta
│ │ │ │ ├── fsKeyValuePairConverter.cs
│ │ │ │ ├── fsKeyValuePairConverter.cs.meta
│ │ │ │ ├── fsNullableConverter.cs
│ │ │ │ ├── fsNullableConverter.cs.meta
│ │ │ │ ├── fsPrimitiveConverter.cs
│ │ │ │ ├── fsPrimitiveConverter.cs.meta
│ │ │ │ ├── fsReflectedConverter.cs
│ │ │ │ ├── fsReflectedConverter.cs.meta
│ │ │ │ ├── fsTypeConverter.cs
│ │ │ │ ├── fsTypeConverter.cs.meta
│ │ │ │ ├── fsWeakReferenceConverter.cs
│ │ │ │ └── fsWeakReferenceConverter.cs.meta
│ │ │ ├── Editor.meta
│ │ │ ├── Editor
│ │ │ │ ├── AotHelpers.cs
│ │ │ │ └── AotHelpers.cs.meta
│ │ │ ├── Internal.meta
│ │ │ ├── Internal
│ │ │ │ ├── fsCyclicReferenceManager.cs
│ │ │ │ ├── fsCyclicReferenceManager.cs.meta
│ │ │ │ ├── fsOption.cs
│ │ │ │ ├── fsOption.cs.meta
│ │ │ │ ├── fsPortableReflection.cs
│ │ │ │ ├── fsPortableReflection.cs.meta
│ │ │ │ ├── fsTypeExtensions.cs
│ │ │ │ ├── fsTypeExtensions.cs.meta
│ │ │ │ ├── fsVersionManager.cs
│ │ │ │ ├── fsVersionManager.cs.meta
│ │ │ │ ├── fsVersionedType.cs
│ │ │ │ └── fsVersionedType.cs.meta
│ │ │ ├── Reflection.meta
│ │ │ ├── Reflection
│ │ │ │ ├── fsMetaProperty.cs
│ │ │ │ ├── fsMetaProperty.cs.meta
│ │ │ │ ├── fsMetaType.cs
│ │ │ │ ├── fsMetaType.cs.meta
│ │ │ │ ├── fsReflectionUtility.cs
│ │ │ │ ├── fsReflectionUtility.cs.meta
│ │ │ │ ├── fsTypeCache.cs
│ │ │ │ └── fsTypeCache.cs.meta
│ │ │ ├── fsBaseConverter.cs
│ │ │ ├── fsBaseConverter.cs.meta
│ │ │ ├── fsConfig.cs
│ │ │ ├── fsConfig.cs.meta
│ │ │ ├── fsContext.cs
│ │ │ ├── fsContext.cs.meta
│ │ │ ├── fsConverter.cs
│ │ │ ├── fsConverter.cs.meta
│ │ │ ├── fsConverterRegistrar.cs
│ │ │ ├── fsConverterRegistrar.cs.meta
│ │ │ ├── fsData.cs
│ │ │ ├── fsData.cs.meta
│ │ │ ├── fsDirectConverter.cs
│ │ │ ├── fsDirectConverter.cs.meta
│ │ │ ├── fsExceptions.cs
│ │ │ ├── fsExceptions.cs.meta
│ │ │ ├── fsISerializationCallbacks.cs
│ │ │ ├── fsISerializationCallbacks.cs.meta
│ │ │ ├── fsIgnoreAttribute.cs
│ │ │ ├── fsIgnoreAttribute.cs.meta
│ │ │ ├── fsJsonParser.cs
│ │ │ ├── fsJsonParser.cs.meta
│ │ │ ├── fsJsonPrinter.cs
│ │ │ ├── fsJsonPrinter.cs.meta
│ │ │ ├── fsMemberSerialization.cs
│ │ │ ├── fsMemberSerialization.cs.meta
│ │ │ ├── fsObjectAttribute.cs
│ │ │ ├── fsObjectAttribute.cs.meta
│ │ │ ├── fsObjectProcessor.cs
│ │ │ ├── fsObjectProcessor.cs.meta
│ │ │ ├── fsPropertyAttribute.cs
│ │ │ ├── fsPropertyAttribute.cs.meta
│ │ │ ├── fsResult.cs
│ │ │ ├── fsResult.cs.meta
│ │ │ ├── fsSerializer.cs
│ │ │ └── fsSerializer.cs.meta
│ │ │ ├── MiniJSON.meta
│ │ │ └── MiniJSON
│ │ │ ├── MiniJSON.cs
│ │ │ └── MiniJSON.cs.meta
│ ├── scene.meta
│ ├── scene.unity
│ ├── scene.unity.meta
│ └── scene
│ │ ├── NavMesh.asset
│ │ └── NavMesh.asset.meta
├── Packages
│ └── manifest.json
└── ProjectSettings
│ ├── AudioManager.asset
│ ├── ClusterInputManager.asset
│ ├── DynamicsManager.asset
│ ├── EditorBuildSettings.asset
│ ├── EditorSettings.asset
│ ├── GraphicsSettings.asset
│ ├── InputManager.asset
│ ├── NavMeshAreas.asset
│ ├── NetworkManager.asset
│ ├── Physics2DSettings.asset
│ ├── PresetManager.asset
│ ├── ProjectSettings.asset
│ ├── ProjectVersion.txt
│ ├── QualitySettings.asset
│ ├── TagManager.asset
│ ├── TimeManager.asset
│ └── UnityConnectSettings.asset
├── screenshots
├── demo-small.png
├── demo.png
├── ios-build-1.png
├── ios-build-2.png
├── ios-build-3.png
├── setup-camera.png
├── setup-character.png
├── setup-navmesh.png
├── setup-player.png
├── setup-pointer.png
├── xcode-1.png
├── xcode-2.png
├── xcode-3.png
└── xcode-4.png
└── workspace.json
/SimpleVR/Assets/GoogleVR.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f062d6ffc36fd4e7293b604d1224c7d3
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Editor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fc68122eefc784edb95514726c2dd532
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Editor/Controller.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c8588584d8d1f4c2ab511b231c308244
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Editor/Controller/GvrControllerVisualEditor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 05d7d64713447433b86cb9a4e3d48560
3 | timeCreated: 1498249337
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Editor/Controller/GvrLaserPointerEditor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cc6e38fe705a640ba9cc80555465b13e
3 | timeCreated: 1498249337
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Editor/Controller/GvrLaserVisualEditor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 66fe40e11a2514648906e6825b026b85
3 | timeCreated: 1498249337
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Editor/Controller/GvrTooltipEditor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 23485e28fa60c463f8235998a0e76e6a
3 | timeCreated: 1482187746
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Editor/EventSystem.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: af3d6137ee49e41b2b09c2ad395653e2
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Editor/EventSystem/GvrPointerScrollInputEditor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: da538b2d940864934bfd4a6f2e6d0602
3 | timeCreated: 1487103089
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Editor/GvrBuildProcessor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: acad0e6b1721a4b30992f78c06434321
3 | timeCreated: 1490158482
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Editor/GvrEditorEmulatorEditor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f789f1d07e73f42b398b211da58efc42
3 | timeCreated: 1498601428
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Editor/GvrEditorMenu.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5eb60798954e54a7280c0cd353773edf
3 | timeCreated: 1448497144
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Editor/GvrEditorSettings.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ce0ec89649a704bd991b4db7e412794f
3 | timeCreated: 1482180802
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Fonts.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 506007306a15942518e7718627fa49a9
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Fonts/Roboto-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Fonts/Roboto-Medium.ttf
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/GVRVideoPlayer.unitypackage:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/GVRVideoPlayer.unitypackage
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/GVRVideoPlayer.unitypackage.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 511159ea00ebc48e6b916326b572d712
3 | timeCreated: 1520982204
4 | licenseType: Pro
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/LICENSE.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0ae37b2426f844468ab02f411263ae0d
3 | DefaultImporter:
4 | userData:
5 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Materials.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b1fbc873065dd4fd3813cc26eb945f57
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Materials/ControllerBase.mat.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3b4f6031d569a624ba87b631c93a788a
3 | timeCreated: 1472073995
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Materials/ControllerBaseTransparent.mat.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 22d5bb9dc35f641f3adaf464127b9507
3 | timeCreated: 1499785898
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Materials/ControllerLaser.mat.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a6329ec80f51d6049a5d00d86224003b
3 | timeCreated: 1472081066
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Materials/ControllerReticle.mat.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ebbccbcf1451ddf4199eab062dc6d367
3 | timeCreated: 1475515069
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Materials/ReticlePointer.mat.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4cb1460f617514a888f47071314ccdae
3 | timeCreated: 1446892072
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Materials/TooltipFont.mat.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8ff3914f115e149d49d001ed2cea77c8
3 | timeCreated: 1479426356
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Materials/TooltipImage.mat.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0f457230f725f45c4b83b007ff7ca38e
3 | timeCreated: 1479426356
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Materials/TooltipSimple.mat.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ae4e711941ecc4590a09ae58653816ee
3 | timeCreated: 1479426356
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Materials/Video.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f63021a872b2f478f8b694cd3c65228f
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Materials/Video/VideoMono.mat.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a6f8966fc281944c1a0e624a9fb657e4
3 | timeCreated: 1469833028
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Materials/Video/VideoStereo.mat.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a3bbe11c576194adba41e6f574dda321
3 | timeCreated: 1469833028
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Materials/Video/VideoStereoInside.mat.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 38722f7e29e284a8bb3a91c83a5b8848
3 | timeCreated: 1470165632
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Models.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dac8c499887534239834182238d97d0a
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Models/ddcontroller.fbx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Models/ddcontroller.fbx
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Models/ddtooltips.fbx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Models/ddtooltips.fbx
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Models/hemisphere_18x18.fbx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Models/hemisphere_18x18.fbx
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Models/sphere_36x18.fbx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Models/sphere_36x18.fbx
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 70fb29be082174732ad5bae1d85e50cc
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/Android.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 70460a0cc613f4831a4677b8e380db4c
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/Android/AndroidManifest-6DOF.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a6a4dc79e16b24f91978bbf65972aebb
3 | timeCreated: 1498446981
4 | licenseType: Pro
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/Android/AndroidManifest-Cardboard.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d58d208ecab3b4c68864333c61ffac7b
3 | timeCreated: 1473365081
4 | licenseType: Pro
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/Android/AndroidManifest-Daydream.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 48f7ce7c2a1174ffdac9ebd5815bfa13
3 | timeCreated: 1473365498
4 | licenseType: Pro
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/Android/gvr-keyboard.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/Android/gvr-keyboard.aar
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/Android/gvr-keyboardsupport-release.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/Android/gvr-keyboardsupport-release.aar
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/Android/gvr-permissionsupport-release.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/Android/gvr-permissionsupport-release.aar
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/Android/gvr.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/Android/gvr.aar
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/Android/libs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 88e414b5338094d7195deb0e4d73b206
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/Android/libs/armeabi-v7a.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d1e9e9a36b0dd43e883ce0fe46746c7a
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/Android/libs/armeabi-v7a/libaudioplugingvrunity.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/Android/libs/armeabi-v7a/libaudioplugingvrunity.so
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/Android/libs/x86.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 02b7e9a3b2f6740c28be2d45a7718a74
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/Android/libs/x86/libaudioplugingvrunity.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/Android/libs/x86/libaudioplugingvrunity.so
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/Android/proguard-gvr.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d6cef2ddf786f4c10a3c9424db54acf1
3 | timeCreated: 1507333197
4 | licenseType: Pro
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/Google.ProtocolBuffers.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/Google.ProtocolBuffers.dll
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/iOS.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 86639a9cc32df4916a169af895c2a534
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/iOS/libaudioplugingvrunity.a:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/iOS/libaudioplugingvrunity.a
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8ba194282f71d4a6f980ff99bcca6006
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86/audioplugingvrunity.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86/audioplugingvrunity.dll
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86/instant_preview_shared.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86/instant_preview_shared.dll
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86/instant_preview_unity_plugin.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86/instant_preview_unity_plugin.dll
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86/libeay32.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86/libeay32.dll
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86/ssleay32.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86/ssleay32.dll
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86/zlib.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86/zlib.dll
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e74172e2e73ee4057a0665ccb15641fd
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/audioplugingvrunity.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86_64/audioplugingvrunity.bundle
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/audioplugingvrunity.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86_64/audioplugingvrunity.dll
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_shared.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_shared.dll
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: efcef1771542346358c7295530b24a6c
3 | folderAsset: yes
4 | timeCreated: 1520982187
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c078455020e454cd6981c00ba812bfc7
3 | folderAsset: yes
4 | timeCreated: 1520982187
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/instant_preview_unity_plugin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/instant_preview_unity_plugin
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/instant_preview_unity_plugin.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 83f68e7dc9ed647458d2215473429a03
3 | timeCreated: 1520982187
4 | licenseType: Pro
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/libgpr.dylib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/libgpr.dylib
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/libgpr.dylib.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 81b4dfd9a39084b3396deabd63ee9e38
3 | timeCreated: 1520982187
4 | licenseType: Pro
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/libgrpc++.dylib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/libgrpc++.dylib
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/libgrpc++.dylib.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c1c8c72c19d034e4eb637548c24a27fc
3 | timeCreated: 1520982187
4 | licenseType: Pro
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/libgrpc.dylib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/libgrpc.dylib
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/libgrpc.dylib.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f99e1ae0eced24687b22a71d95d4c700
3 | timeCreated: 1520982187
4 | licenseType: Pro
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/libinstant_preview_shared.dylib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/libinstant_preview_shared.dylib
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.bundle/Contents/MacOS/libinstant_preview_shared.dylib.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ac68bd132761b4fae9a541498f3467ec
3 | timeCreated: 1520982187
4 | licenseType: Pro
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86_64/instant_preview_unity_plugin.dll
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/libaudioplugingvrunity.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86_64/libaudioplugingvrunity.so
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/libeay32.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86_64/libeay32.dll
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/ssleay32.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86_64/ssleay32.dll
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Plugins/x86_64/zlib.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Plugins/x86_64/zlib.dll
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9fce5aae8fc984d61afee06eefe39e69
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs/Cardboard.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6e785053e84d549459df2fa3ea6ea43a
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs/Cardboard/GvrReticlePointer.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 60270cf52a5e94998a5a335989159738
3 | timeCreated: 1446890072
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs/Controller.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1875fa488ccbc47d798c8819bfea3715
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs/Controller/GvrControllerMain.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5ca80f4596fa44b87912a0592346d260
3 | timeCreated: 1462054136
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs/Controller/GvrControllerPointer.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 34c21f523e72f45509a4e37ed0293c3b
3 | timeCreated: 1478632992
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs/Controller/Tooltips.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ef6fbf7b8f1364c86af3bad1d7144d8a
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs/Controller/Tooltips/GvrControllerTooltipsSimple.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6e5b693d0947f4a8b85a00d3965ba64c
3 | timeCreated: 1497972904
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs/Controller/Tooltips/GvrControllerTooltipsTemplate.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f86870dc8a5b2476bb66abe6e43dfb0f
3 | timeCreated: 1495732127
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs/EventSystem.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f1477b5ecb4db47ccb9930978a98d597
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs/EventSystem/GvrEventSystem.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 463285ecd6702471a909ba810832bf0e
3 | timeCreated: 1481866398
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs/GvrEditorEmulator.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 970dd4b9371394fb4890965f608d46fd
3 | timeCreated: 1467065150
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs/Headset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bd8e6cdb2461349368108f33ed861858
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs/Headset/GvrHeadset.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d638298e697ca4e9b91853efadd0e6da
3 | timeCreated: 1498436996
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs/InstantPreview.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 90271be89daf94f0ba4de4a2c060529d
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs/InstantPreview/GvrInstantPreviewMain.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ce7abbbeb276a1547bd8ce1069fdabb7
3 | timeCreated: 1494615578
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | mainObjectFileID: -1
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs/Keyboard.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 165b0950f76f140f1b4343f2508732d7
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs/Keyboard/GvrKeyboardCanvas.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f4cf01cab04054926935acc7cb25b7f5
3 | timeCreated: 1479081996
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Prefabs/Keyboard/GvrKeyboardManager.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6c99596fcbe574b168ae0faa3afe8546
3 | timeCreated: 1479082001
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/README:
--------------------------------------------------------------------------------
1 | Google VR SDK for Unity
2 |
3 | This SDK provides Android and iOS developers with the easiest way to add
4 | Google VR support to their Unity projects.
5 |
6 | The latest version of this SDK, as well as version-specific release notes,
7 | are available from https://github.com/googlevr/gvr-unity-sdk/releases.
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/README.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: de961e46abe24453a81bf1c8576885b3
3 | DefaultImporter:
4 | userData:
5 | assetBundleName:
6 | assetBundleVariant:
7 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 303a791e384e24c1d8f674aee473b2c1
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Cardboard.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7817279c2c592402aa9419a7d59bfd47
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Cardboard/GvrReticlePointer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e7dcc90c2e60c4011896c7f21fc1f557
3 | timeCreated: 1446847641
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e5a818f845da34a649eec2e623cff3bb
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/ArmModel.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 428ea54fd4e134512be7a1243139f7d0
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/ArmModel/GvrArmModel.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7dda4bb2d5509e44e978d2bf56e25d7c
3 | timeCreated: 1471566115
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/ArmModel/GvrBaseArmModel.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b621d217eade547b4841c4471106b6e5
3 | timeCreated: 1495573504
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/ArmModel/IGvrArmModelReceiver.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cb01f40fa958548a5b1f92a685e6d46d
3 | timeCreated: 1495576213
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/GvrControllerInput.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 41251d5f89d5546bb9d8ba907686b71f
3 | timeCreated: 1495645608
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: -31123
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/GvrControllerReticleVisual.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b5cd7f7fcfc8a4c1fbc201ccc579556d
3 | timeCreated: 1495649159
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/GvrControllerVisual.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: aa952cbcc0eb13d4ca558b6da550ff55
3 | timeCreated: 1472074640
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/GvrLaserPointer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 51b65678ccdd949e9a58874d2880c0ef
3 | timeCreated: 1472486489
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/GvrLaserVisual.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f4ee199cdc1304b2090f019e4f488674
3 | timeCreated: 1495649159
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/GvrRecenterOnlyController.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a5d8d09b9e5d2437aa022780a2ce8c83
3 | timeCreated: 1487015053
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/GvrTrackedController.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 311793381eb9d45149dc1a422000a9fd
3 | timeCreated: 1481762795
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Internal.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 259c6a31b4cf34feb918ea2dfca47d7c
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Internal/ControllerProviderFactory.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9f9210011b71142d5966eec2db6cc696
3 | timeCreated: 1462043669
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Internal/ControllerProviders.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2cdcf45498c1e4114bdbeb75725946c6
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Internal/ControllerProviders/AndroidNativeControllerProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3fda152dc25154b4a9cccb75fd77f018
3 | timeCreated: 1462060442
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Internal/ControllerProviders/DummyControllerProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0f791be37caef48c79f72011276ab16a
3 | timeCreated: 1462043669
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Internal/ControllerProviders/EditorControllerProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e0a32f2191dec4e1b8e05acab6002be6
3 | timeCreated: 1496354837
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Internal/ControllerProviders/EmulatorControllerProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0ca644865f5f4479fb50471605078cf0
3 | timeCreated: 1462051657
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Internal/ControllerProviders/MouseControllerProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d8b9c789363a44b1e87727b1c4d085f6
3 | timeCreated: 1496352344
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Internal/ControllerState.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9159532a8a3d946aa9df74e771243e5b
3 | timeCreated: 1462043669
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Internal/Emulator.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 75f19b0a450154784b9ce3a2fcb83f1f
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Internal/Emulator/EmulatorClientSocket.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6bf1f92fb4ae24291b71e77c1ccac323
3 | timeCreated: 1462051657
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Internal/Emulator/EmulatorConfig.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a229fefd8ee7448b0b700f6000ebdec3
3 | timeCreated: 1462051657
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Internal/Emulator/EmulatorDataTypes.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 76d2b695633884daf905c07095c8a01c
3 | timeCreated: 1462051657
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Internal/Emulator/EmulatorManager.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c42ca6bb02b364893b127c681c158442
3 | timeCreated: 1462051658
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Internal/Emulator/PhoneEvent.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1a6b456eb0cd540a489e0f82c377b187
3 | timeCreated: 1462046540
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Internal/IControllerProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a546592901a23411d99a5fef0ada01e7
3 | timeCreated: 1462043673
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Tooltips.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4e862a2837afa4515b87a472ebd83960
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Tooltips/GvrControllerTooltipsSimple.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ef63f87a26b474e1c88f77dfc4f3aa3a
3 | timeCreated: 1497972948
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Controller/Tooltips/GvrTooltip.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7c52851ea0de74a228fa29a84de008ba
3 | timeCreated: 1481935272
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/EventSystem.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 92dafd6f234b74ccab0d4c17724447c7
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/EventSystem/GvrBasePointer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 41c83891d500f43ca90ce70315712c84
3 | timeCreated: 1472600806
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/EventSystem/GvrBasePointerRaycaster.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b05767d6e8b854cd0987b344898cc15d
3 | timeCreated: 1478543740
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/EventSystem/GvrEventInterfacesExtension.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e7441953e05443d4fa517d1ce7382b0c
3 | timeCreated: 1475082809
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/EventSystem/GvrExecuteEventsExtension.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2a443597ee157fe49a30c4310f1fb2eb
3 | timeCreated: 1475082615
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/EventSystem/GvrPointerGraphicRaycaster.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 739800cd36aba44e9b04ce977e5784bd
3 | timeCreated: 1478217778
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/EventSystem/GvrPointerPhysicsRaycaster.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: eb5dd43baba2d4dc1bab789615567e3d
3 | timeCreated: 1478196044
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/EventSystem/GvrPointerScrollInput.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 23744ffc3b678488e858089d1a2973d9
3 | timeCreated: 1487096177
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/EventSystem/GvrScrollSettings.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5db1ab7348db34ecbac8c834c5d3425f
3 | timeCreated: 1496793989
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/EventSystem/IGvrScrollSettings.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e4a605c315b944e7f84ed1dbe9ff6921
3 | timeCreated: 1496856692
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/EventSystem/InputModule.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b8233f69ab3754f3c995c8d6cdfa62cc
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/EventSystem/InputModule/GvrAllEventsTrigger.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ca0157c63fb794df89c6735fc602eca2
3 | timeCreated: 1493228030
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/EventSystem/InputModule/GvrEventExecutor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8a93ebe04d36b49c388adce4ac442226
3 | timeCreated: 1493142648
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/EventSystem/InputModule/GvrPointerInputModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fcd4baceb58cc40c98e500572bede6a6
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/EventSystem/InputModule/GvrPointerInputModuleImpl.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d2e5fe232b3b94de2a12eb364ebc371e
3 | timeCreated: 1492661146
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/EventSystem/InputModule/IGvrEventExecutor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 171f0a30d9ead4516a8fa319cfebe270
3 | timeCreated: 1493142648
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/EventSystem/InputModule/IGvrInputModuleController.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 118ed627eb676472d803284d1a988bbd
3 | timeCreated: 1492665020
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/GvrCardboardHelpers.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cb5f458261eac491b9379eb30aec0947
3 | timeCreated: 1494387741
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/GvrEditorEmulator.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 41679d3338266415f88d226e6bf3d0be
3 | timeCreated: 1435273491
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/GvrSettings.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c485d86d5e69340f09123a723b06bc87
3 | timeCreated: 1474311726
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/GvrUnitySdkVersion.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 12bd1ba026e3d49a285ef666388aa4e9
3 | timeCreated: 1476406456
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Headset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cd8dc5aa1f693412f9a6d453cb103234
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Headset/GvrHeadset.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ecd9463bbd7994be09b972947a085067
3 | timeCreated: 1498190966
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Headset/GvrHeadsetEnums.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c39c9ce1c4cb949db8dc00fc0750f708
3 | timeCreated: 1498190965
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Headset/Internal.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9ee687eba5e3f4f42b08fd1a3eab9720
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Headset/Internal/HeadsetProviderFactory.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1a8761daaa87949d9bfee83827f1cf81
3 | timeCreated: 1498369166
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Headset/Internal/HeadsetProviders.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 94b276072db4947f7ba35b9ba158e843
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Headset/Internal/HeadsetProviders/AndroidNativeHeadsetEnums.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4768e786f437540fd9f7d0c0d5778312
3 | timeCreated: 1498382144
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Headset/Internal/HeadsetProviders/AndroidNativeHeadsetProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e39841bba8ebf4707aff759a1690a400
3 | timeCreated: 1498369167
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Headset/Internal/HeadsetProviders/DummyHeadsetProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fff2ffa71f4754593a63b4ebb799955e
3 | timeCreated: 1498369167
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Headset/Internal/HeadsetProviders/EditorHeadsetProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 19a9f6c7cb74d44bd9bbc87397789f7c
3 | timeCreated: 1498369166
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Headset/Internal/HeadsetState.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 127c2783105b84d52adbb2499339f572
3 | timeCreated: 1498369166
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Headset/Internal/IHeadsetProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e5000c7de28ac497c8564ecb8d1f005d
3 | timeCreated: 1498369167
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/InstantPreview.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 947a0707bb4b7485ba6a9fd362f05bbf
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/InstantPreview/InstantPreview.apk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Scripts/InstantPreview/InstantPreview.apk
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/InstantPreview/InstantPreview.apk.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dc278786e6540af428ccbf7825495004
3 | timeCreated: 1500315262
4 | licenseType: Pro
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/InstantPreview/InstantPreview.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7528488988f9d48478da328909125dea
3 | timeCreated: 1494615574
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/InstantPreview/InstantPreviewControllerProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c36f3afb2cb4ef840bf3183652900afe
3 | timeCreated: 1494615575
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/InstantPreview/InstantPreviewHelper.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1b78ffabb50d1e94ca164106f5444e34
3 | timeCreated: 1494616992
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Keyboard.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6ad143fcf6b8e4773abaa35d20e7fc85
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Keyboard/GvrKeyboard.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 573e2b04dc4734d68a2b6747421ce0bc
3 | timeCreated: 1478820921
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Keyboard/GvrKeyboardDelegateBase.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3590c93395a39449ca11509317375cea
3 | timeCreated: 1478820262
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Keyboard/GvrKeyboardIntent.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 75e29b2b7f39fc5489e792b0f3338c79
3 | timeCreated: 1494440249
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Keyboard/Internal.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3cc4b7670ecc948bd909b0c210d26e66
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Keyboard/Internal/IKeyboardProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1f16e78d5a8cbe946b9dbaad22815581
3 | timeCreated: 1491935011
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Keyboard/Internal/KeyboardProviderFactory.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 696c86fab86049947bd12e68a9b724cf
3 | timeCreated: 1491935011
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Keyboard/Internal/KeyboardProviders.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 176903319c9a1440e93dba360b4ba44f
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Keyboard/Internal/KeyboardProviders/AndroidNativeKeyboardProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 494e0fcfce3cb4d1c973863b3ad4e5d0
3 | timeCreated: 1478821396
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Keyboard/Internal/KeyboardProviders/DummyKeyboardProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b9fcd2a047ec9c440a2bfeace305c425
3 | timeCreated: 1491941207
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Keyboard/Internal/KeyboardProviders/EmulatorKeyboardProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f73feeef531a54f2a8cf5b05a8c06e58
3 | timeCreated: 1478821396
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Keyboard/Internal/KeyboardState.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5baa0455970b442238015283920cc587
3 | timeCreated: 1479086112
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Permissions.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cb81fc23d82944a3c9882a2230842355
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Permissions/GvrPermissionsRequester.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b0dc366f6bd074945a86579cd29111b7
3 | timeCreated: 1477353933
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Pose3D.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d6dc4d56dabb6444a8fda878f2e8acc1
3 | timeCreated: 1428963852
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/PropertyDrawers.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9fc1a3837ceb94b2db295e9b566f5081
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/PropertyDrawers/GvrInfoDrawer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c173d28b2a4224c52a4c8ea503f4e2b9
3 | timeCreated: 1496357031
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/UI.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d1fc48d362128419d9e9823a46345a66
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/UI/GvrDropdown.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fbdf93500b5014ec9872a59cb683089a
3 | timeCreated: 1484681912
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Utilities.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9d10f761184b04562956a41877601fcd
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Utilities/GvrActivityHelper.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a89c2f792b6ed4b3c8e3d82ed9b3c4cc
3 | timeCreated: 1478903803
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Utilities/GvrCursorHelper.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b6ecee1e7b5ef4412ba89d59a49afd69
3 | timeCreated: 1506962278
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Utilities/GvrDaydreamApi.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c4d57836d4e064f449f3e2f03330e9ce
3 | timeCreated: 1490648002
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Utilities/GvrIntent.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9961197a3979a4fa684159098ac5881f
3 | timeCreated: 1473201821
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Utilities/GvrMathHelpers.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2057fd0fa21f34bc2ba2dd2a4a2a38b5
3 | timeCreated: 1493226132
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Utilities/GvrUIHelpers.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 00f93e3df109d4a69834d44deb072725
3 | timeCreated: 1483744183
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Utilities/GvrVRHelpers.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d0dea43be37504c45ab74cf9fcfbf34a
3 | timeCreated: 1493226132
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Video.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 84af016e6103148c18046454d8ccc653
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Scripts/Video/GvrVideoPlayerTexture.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 410d5a91205334dda9fd1bf3d325809a
3 | timeCreated: 1469747977
4 | licenseType: Pro
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Shaders.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 36c11343afb8e477ab6fe1d3120e7315
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Shaders/GvrAdditiveOverlay.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 66ce34a5829a64856be634609edd8912
3 | timeCreated: 1479169225
4 | licenseType: Pro
5 | ShaderImporter:
6 | defaultTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Shaders/GvrController.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fdbce15836bf64163856f689fdd67b2c
3 | timeCreated: 1497972574
4 | licenseType: Pro
5 | ShaderImporter:
6 | defaultTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Shaders/GvrControllerReticle.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 57e34a0b7bd8740c5922ce5840ba3ee8
3 | timeCreated: 1499380370
4 | licenseType: Pro
5 | ShaderImporter:
6 | defaultTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Shaders/GvrReticleShader.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a3b352fc2ba734605a3df75466e600f0
3 | timeCreated: 1446884502
4 | licenseType: Pro
5 | ShaderImporter:
6 | defaultTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Shaders/GvrUIOverlay.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 36d276bd7b313441fbe34aadce7598ca
3 | timeCreated: 1479426244
4 | licenseType: Pro
5 | ShaderImporter:
6 | defaultTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Shaders/GvrUIOverlayFont.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c259eeb26e96b4f1d8eeb8871bcfdac5
3 | timeCreated: 1479426244
4 | licenseType: Pro
5 | ShaderImporter:
6 | defaultTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Shaders/GvrUnlitTextureOverlay.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: adb9b18ac2466473a850d8acd17654a1
3 | timeCreated: 1479438500
4 | licenseType: Pro
5 | ShaderImporter:
6 | defaultTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Shaders/GvrUnlitTransparentOverlay.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1d94b17868379452aad02b04eb7b0e6e
3 | timeCreated: 1478211415
4 | licenseType: Pro
5 | ShaderImporter:
6 | defaultTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Shaders/GvrUnlitTransparentOverlayColor.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 06aa46b8e43675d43b204c3638e59767
3 | timeCreated: 1475685719
4 | licenseType: Pro
5 | ShaderImporter:
6 | defaultTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Shaders/Video.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 38736f352a42a4b2598512572f6b4b22
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Shaders/Video/VideoUnlitShader.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4b50a67a5a86e4093bf89c85cbc2c700
3 | timeCreated: 1496431929
4 | licenseType: Pro
5 | ShaderImporter:
6 | defaultTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Textures.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d6a0a5fd10ce74a40be9f84b5a952c17
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Textures/ControllerTooltips.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Textures/ControllerTooltips.png
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Textures/cursor_grab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Textures/cursor_grab.png
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Textures/cursor_move.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Textures/cursor_move.png
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Textures/cursor_pointer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Textures/cursor_pointer.png
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Textures/cursor_text.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Textures/cursor_text.png
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Textures/cursor_url.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Textures/cursor_url.png
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Textures/ddcontroller.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Textures/ddcontroller.png
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Textures/ddcontroller_transparent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Textures/ddcontroller_transparent.png
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Textures/dropShadow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Textures/dropShadow.png
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Textures/laserTexture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Textures/laserTexture.png
--------------------------------------------------------------------------------
/SimpleVR/Assets/GoogleVR/Textures/roundRect_52px.tif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/GoogleVR/Textures/roundRect_52px.tif
--------------------------------------------------------------------------------
/SimpleVR/Assets/MaterialFloor.mat.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b79b86ca873804c31bb12cdc06c484cb
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 2100000
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/MaterialWall.mat.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cd6075d37cea44c4bbbe19020685c95e
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 2100000
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/MessageResponseExt.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1e14b42853bd74a43988322cfeca900a
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/MyAssets.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9faeda7d13ac446e5939264cd2ca7aea
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/SoldierConvo.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 333a94e0fc5854844b303607921704b0
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2c466b591790c4fb7a8dbf735b7fb4b1
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/CHANGELOG.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1128b0f9a047541ae8f4d17b536e360f
3 | timeCreated: 1463168986
4 | licenseType: Store
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/LICENSE.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 03114140679054cc2bc0040d01186967
3 | timeCreated: 1463168986
4 | licenseType: Store
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Plugins.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b0fb04e23dc998e4fb44ac1bb1ce2bd8
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Plugins/websocket-sharp.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/Watson/Plugins/websocket-sharp.dll
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/README.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6d6e6a24af6c8d3409609a7cbde85ba3
3 | timeCreated: 1523988943
4 | licenseType: Store
5 | TextScriptImporter:
6 | externalObjects: {}
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Resources.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 683b3b584fe9f9d469d70d5bd94d27f3
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Resources/highHat.wav:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/Watson/Resources/highHat.wav
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d269d95ef1d59924e8e3100cc574c454
3 | folderAsset: yes
4 | timeCreated: 1450483647
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Connection.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 71ddf004a6ee6d24183cd40ec851e509
3 | folderAsset: yes
4 | timeCreated: 1450483691
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Connection/RESTConnector.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bb743655f6d753e45b74acb1765c7807
3 | timeCreated: 1443648692
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Connection/WSConnector.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5ad2edaa0a166604f9735c98cc2286df
3 | timeCreated: 1443648692
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Debug.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 36e81e288d6a1dd4faa04131a86f5b5d
3 | folderAsset: yes
4 | timeCreated: 1450483691
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Debug/DebugReactor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 04e0b9b00d5c6834f8aff76b9f2bc33e
3 | timeCreated: 1443558030
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Editor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 077fb603bfd385049a75ba32f1f1faa0
3 | folderAsset: yes
4 | timeCreated: 1501259760
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Editor/IBMCloudSignup.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 291572340d9c6a94c9b2832ece550dc9
3 | timeCreated: 1525811185
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Editor/WatsonMenu.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 290a8f0515009f44a8ae331730b593d2
3 | timeCreated: 1501259167
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Logging.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 057efe63c009b8343b530bf3bbadc04d
3 | folderAsset: yes
4 | timeCreated: 1443552494
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Logging/FileReactor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 99c989ff5e0257844a6bfb5df479bafb
3 | timeCreated: 1443558043
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Logging/ILogReactor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d4c934bdb25b1db4284222dce9e011e2
3 | timeCreated: 1443558017
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Logging/Logger.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e98c2934ab266344da17f24476981bc8
3 | timeCreated: 1443557969
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 897c62b43df814a7c90297be259c440a
3 | folderAsset: yes
4 | timeCreated: 1442352179
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b11325cb79c565f42957792a676a9161
3 | folderAsset: yes
4 | timeCreated: 1520272507
5 | licenseType: Store
6 | DefaultImporter:
7 | externalObjects: {}
8 | userData:
9 | assetBundleName:
10 | assetBundleVariant:
11 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b545d475085b58345a07edce3d955610
3 | folderAsset: yes
4 | timeCreated: 1520272507
5 | licenseType: Store
6 | DefaultImporter:
7 | externalObjects: {}
8 | userData:
9 | assetBundleName:
10 | assetBundleVariant:
11 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Assistant.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 570f9863340f20c4d8df0df46f320db1
3 | timeCreated: 1520291228
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/IAssistant.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d2ab272031cf035489f414d679dde00d
3 | timeCreated: 1520371865
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5ccf8a8d7a12e4849b5838ed3e6d6483
3 | folderAsset: yes
4 | timeCreated: 1520983135
5 | licenseType: Store
6 | DefaultImporter:
7 | externalObjects: {}
8 | userData:
9 | assetBundleName:
10 | assetBundleVariant:
11 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/CaptureGroup.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a780e8d3d0a9d034f9be34f90a813c87
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/Context.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0aec484a3ebeb5e4dadc4f7de5394575
3 | timeCreated: 1520985413
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/Counterexample.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a93d55d2a3a78b9428fa448b3c65a06f
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/CounterexampleCollection.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 185ff531cbc11204695f2dd408165bd9
3 | timeCreated: 1520985413
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/CreateCounterexample.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7dcf82347aee633479a307946c9e9258
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/CreateDialogNode.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a0258de487f4fa34db205419c6b6f66c
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/CreateEntity.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8f39248b1d63f7b449cc8afcd60a36f0
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/CreateExample.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: daf63ca32cb97a24ba9898ab332d6413
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/CreateIntent.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4b24c2882815b0647a8040578492fa68
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/CreateSynonym.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f706960464114934ea3eca67407525c6
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/CreateValue.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ffab4aab13d3a7d49832bc5e523d1d2c
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/CreateWorkspace.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fe9ae40d68efe7c4ea8860e0932673e7
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/DialogNode.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f75a898244bbb4649aeeb9760caa9544
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/DialogNodeAction.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 475faccf301b79c42abc3d753e680bbd
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/DialogNodeCollection.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0a04badf281b0eb4bafffed34eebf24e
3 | timeCreated: 1520985413
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/DialogNodeNextStep.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: df43b74e95568544187a405c9d69cc98
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/DialogNodeVisitedDetails.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a95ccd93d04285446bc37bf95316146c
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/Entity.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 66b205f6db465cb4c81a5fb90982fe35
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/EntityCollection.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3bd35688ce0feac488c1e31536559a59
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/EntityExport.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4c763454c05d9894a9cd0f693dcbbca7
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/Example.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4122a2b8a98a71a4cafd0997da8fb072
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/ExampleCollection.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3ac31a9924cbeb443b7274e12e910bf5
3 | timeCreated: 1520985413
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/InputData.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 93462e3db1e323544b6965b1798cc1c0
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/Intent.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fbc9fd809ec9c6c408922bc004314db1
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/IntentCollection.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 33762a423e0eb064f918a5f720bf71dc
3 | timeCreated: 1520985413
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/IntentExport.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e59032fd972a7454cb0b18ded8e01049
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/LogCollection.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f152d13dcdbd04342a5c1d061e05c181
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/LogExport.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 863ea6be81059de4b9cd9e8ce2c50c39
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/LogMessage.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9afd2c134e16c1a4e936f257a795ef21
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/LogPagination.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0eaa0b05bb1f4e34284c3160c99fdb35
3 | timeCreated: 1520985413
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/MessageInput.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 78f586a25de94474eb48d142f92fbb35
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/MessageRequest.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9ddf146c175514b4f90dd57af56f5ecf
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/MessageResponse.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a189835c1c9456242a31f38eba562b4e
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/OutputData.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 255ff805e78bfc1409049b882e096a9a
3 | timeCreated: 1520985413
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/Pagination.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 59f5c686d6815a44883483b72f075247
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/RuntimeEntity.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c11dcfdda7fa6d94f98dbeeb9f9c08a0
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/RuntimeIntent.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b545b4e17f96dba4fa5542758a271225
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/Synonym.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5effc0260f351db4b9ba382a3cfc5624
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/SynonymCollection.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9c660e26ce0d7be4190e3bc12a07b922
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/SystemResponse.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1bdaffe453d92384b8eb46073effa5e5
3 | timeCreated: 1520985413
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/UpdateCounterexample.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 187b685c4b588814dbd791115571bb01
3 | timeCreated: 1520985413
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/UpdateDialogNode.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6fb3bb55620e80443ac060c206f8310e
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/UpdateEntity.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 968fdd476a7189842950232f04c06071
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/UpdateExample.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5cc3a3e4c0050c142b6a0de72f2c5e60
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/UpdateIntent.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0537af7c7a0167a4b811894a67aa8696
3 | timeCreated: 1520985413
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/UpdateSynonym.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bd746a56a5270e047a8b7c13415f7d8a
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/UpdateValue.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4ccf973205bda2344bf36ea6c60aefc5
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/UpdateWorkspace.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 47f4fd7d770d535448eb181a0c55bb09
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/Value.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: aa79ef0e6514ee843884fdd671c0fbf6
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/ValueCollection.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 48e477413401eb34c978be3a35c75a24
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/ValueExport.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 86db629cb3d03b34194429f459782c33
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/Workspace.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 600876953151ab94fb195486f18e73ef
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/WorkspaceCollection.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4328cfbe85b626e468518cd7cf136c61
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/Model/WorkspaceExport.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f15e5ab4adf659f4998377603e21ea1e
3 | timeCreated: 1520985414
4 | licenseType: Store
5 | MonoImporter:
6 | externalObjects: {}
7 | serializedVersion: 2
8 | defaultReferences: []
9 | executionOrder: 0
10 | icon: {instanceID: 0}
11 | userData:
12 | assetBundleName:
13 | assetBundleVariant:
14 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/README.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5ea8e079ecdf7a2419503aa98ff992ef
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Assistant/v1/index.html.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 26bf70b28951a5641b4e9598b558f721
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Conversation.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5f0d0945eb7a84e02ac2c88cb0afab39
3 | folderAsset: yes
4 | timeCreated: 1465326470
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Conversation/v1.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 266cf842d3334704182f33a64783545a
3 | folderAsset: yes
4 | timeCreated: 1500321074
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Conversation/v1/Conversation.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a1d3cc3c86dbc4a57aa83defcfefc31e
3 | timeCreated: 1465326470
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Conversation/v1/DataModels.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6dadb9839dd764e92bc0f8e50d829933
3 | timeCreated: 1465326470
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Conversation/v1/README.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 88e98efefd6181a4e8d39a9ff8c1a3b7
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Conversation/v1/index.html.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 332071d2658e5ee45a5f18207220c1dc
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Discovery.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 51de1cae4fa55724786ac4ee7b044fc3
3 | folderAsset: yes
4 | timeCreated: 1484088874
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Discovery/v1.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ab0fb7f5c6f616d41acd595467149e6a
3 | folderAsset: yes
4 | timeCreated: 1484088874
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Discovery/v1/DataModels.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1356f9389ce02ac4c8a03d382b10d67a
3 | timeCreated: 1484088874
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Discovery/v1/Discovery.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e1ff54e97d11baa469372a2ba4265b99
3 | timeCreated: 1484163246
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Discovery/v1/README.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8d9991a2b9b704648ac8d3fbe6bb295a
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/Discovery/v1/index.html.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 75f3faf8e26102240b5d0b307cdacccf
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/IWatsonService.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7d5b92f863a02ac44b0cd2c92e5d4605
3 | timeCreated: 1449688459
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/LanguageTranslator.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7f587f2d02126974981989a10e136fc0
3 | folderAsset: yes
4 | timeCreated: 1455315453
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/LanguageTranslator/v2.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4bdd8dbca169b714eb31b6f597a62456
3 | folderAsset: yes
4 | timeCreated: 1500321161
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/LanguageTranslator/v2/DataModels.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6ff0246806c15334b91c2ec864f6cde0
3 | timeCreated: 1455315453
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/LanguageTranslator/v2/LanguageTranslator.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bc792317283ca4643bdfa654f9210a31
3 | timeCreated: 1444425503
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/LanguageTranslator/v2/README.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c6406561f586576489d9b7d289a04a2e
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/LanguageTranslator/v2/index.html.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3672f5469a404034e8abc57f5380e03a
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/NaturalLanguageClassifier.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 13da56f2e0df99843930c6acf966b648
3 | folderAsset: yes
4 | timeCreated: 1455315453
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/NaturalLanguageClassifier/v2.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0495548b46245e34d96178d8e8e2ce1f
3 | folderAsset: yes
4 | timeCreated: 1500321171
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/NaturalLanguageClassifier/v2/DataModels.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b3be584e0e3c2aa4c92fd9cad732c1ae
3 | timeCreated: 1455315453
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/NaturalLanguageClassifier/v2/NaturalLanguageClassifier.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 817ccdf1044c0f34d974003823fbf223
3 | timeCreated: 1445112377
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/NaturalLanguageClassifier/v2/README.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 52168e082571193478c3b9596c63815d
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/NaturalLanguageClassifier/v2/index.html.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bab27c5c8752e434a857633404a34022
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/NaturalLanguageUnderstanding.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4b2dc7d95e547994d992487723e7466b
3 | folderAsset: yes
4 | timeCreated: 1498071077
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/NaturalLanguageUnderstanding/v1.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dbc34329635d79a4b8e99f1ebcfb8408
3 | folderAsset: yes
4 | timeCreated: 1498071114
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/NaturalLanguageUnderstanding/v1/DataModels.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 81a6f71085c9ed644bd26a1d83ec6cf1
3 | timeCreated: 1498071133
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/NaturalLanguageUnderstanding/v1/NaturalLanguageUnderstanding.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5d1493ed1f2caf2448097719b74ab718
3 | timeCreated: 1498071092
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/NaturalLanguageUnderstanding/v1/README.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 70ddc9300ae098e44939a55862295236
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/NaturalLanguageUnderstanding/v1/index.html.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 745ed357badecb644bd68cc2925371aa
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/PersonalityInsights.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0fa8368d9623dd540a2b4335cd54f1f2
3 | folderAsset: yes
4 | timeCreated: 1477341989
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/PersonalityInsights/v3.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d57285b561f6fb24d8e367fcb5f4ef79
3 | folderAsset: yes
4 | timeCreated: 1477342161
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/PersonalityInsights/v3/DataModels.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4b008bf955ac4074f8bdd08d46ecd0c7
3 | timeCreated: 1477342206
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/PersonalityInsights/v3/PersonalityInsights.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f3362ea0537127044a68045b63ebc260
3 | timeCreated: 1477407311
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/PersonalityInsights/v3/README.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ae7aa1bb59d6b4245a6073c0059fdd40
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/PersonalityInsights/v3/index.html.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a1475f127296b00459f89e70bce8f2b4
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/SpeechToText.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5d8d8f88d603ab548924eb7b5d0eac16
3 | folderAsset: yes
4 | timeCreated: 1455315453
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/SpeechToText/v1.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 50c4fb9edff32f647883d48920a94585
3 | folderAsset: yes
4 | timeCreated: 1500321201
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/SpeechToText/v1/DataModels.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 75a3b788cdfbfc341a4225b6e6ddd32c
3 | timeCreated: 1455315453
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/SpeechToText/v1/README.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e7293d27a4401824f8f39a89d7594246
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/SpeechToText/v1/SpeechToText.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f8cfb8e8d773d1b47b78cdc45390aae6
3 | timeCreated: 1443813601
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/SpeechToText/v1/index.html.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cadc38511cdf21d41a9ef5b6de4f073e
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/TextToSpeech.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c33a9b4badf5dfd4ca4b1b8dea53b8d7
3 | folderAsset: yes
4 | timeCreated: 1455315453
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/TextToSpeech/v1.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1720cd0272687c54f8bb69dc004141ff
3 | folderAsset: yes
4 | timeCreated: 1500321211
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/TextToSpeech/v1/DataModels.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6fc6f3a4799b87e4da56d86ccf05c2a1
3 | timeCreated: 1455315453
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/TextToSpeech/v1/README.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6cfd2590cac8dc74399d13191b45528f
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/TextToSpeech/v1/TextToSpeech.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2ff1d7576f171834cbda026495df34d7
3 | timeCreated: 1443562405
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/TextToSpeech/v1/index.html.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e0435c4cbb14e044991793c02e9552db
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/ToneAnalyzer.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dcdaa208330284570b810ce18736daee
3 | folderAsset: yes
4 | timeCreated: 1459366889
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/ToneAnalyzer/v3.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 20922e805d0d09a448f06b69fadc5b5b
3 | folderAsset: yes
4 | timeCreated: 1500321221
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/ToneAnalyzer/v3/DataModels.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f15bdb6640a3b4c8c84f074099692cae
3 | timeCreated: 1459366928
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/ToneAnalyzer/v3/README.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3bca2ef9f88f2204cba19a08a5f14135
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/ToneAnalyzer/v3/ToneAnalyzer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5bd7512b3ac6c4add8164a93e1067d02
3 | timeCreated: 1459366914
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/ToneAnalyzer/v3/index.html.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1f1b295bde62562478f133b31143865f
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/VisualRecognition.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: faa47cafa062c4e0d8e04c6142ec00e0
3 | folderAsset: yes
4 | timeCreated: 1463432742
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/VisualRecognition/v3.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 23d3ffd7b47b0c545b8aa9d13e9cc2c0
3 | folderAsset: yes
4 | timeCreated: 1500321248
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/VisualRecognition/v3/DataModels.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e7567119597ab49368674df41a534387
3 | timeCreated: 1463432770
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/VisualRecognition/v3/README.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b3127f2f44db426428aa44b0d34394b9
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/VisualRecognition/v3/VisualRecognition.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 739ad873cf72a4c0da1c8c052b46b974
3 | timeCreated: 1463432783
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Services/VisualRecognition/v3/index.html.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 066b313735460cb40bde19416a3a8f54
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Utilities.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 125751bb3917f4403b7be50c21b2b6ce
3 | folderAsset: yes
4 | timeCreated: 1442354991
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Utilities/AudioClipUtil.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 429d0a930115f3b47bda51b9071dc338
3 | timeCreated: 1444161766
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Utilities/Constants.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9b8c8a24f9dd5bd4ba3065ffd8feec0b
3 | timeCreated: 1445876359
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Utilities/Credentials.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bdad870de267b8443a205069a9ee3a1c
3 | timeCreated: 1444839977
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Utilities/EventManager.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5318061920b4ea142be85e76d6de2ba0
3 | timeCreated: 1445110122
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Utilities/FrameRateCounter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5723c7cc52c9fe14e937c93992b9bbd0
3 | timeCreated: 1450200206
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Utilities/KeyEventManager.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cdf179fdcb884d0408ba9680c5234675
3 | timeCreated: 1499976954
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Utilities/NestedPrefabs.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7d93da73dba5f4142a000ef6c7306aa9
3 | timeCreated: 1446668066
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Utilities/Runnable.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 225075b811a83a84d8b9fac97bf07c83
3 | timeCreated: 1443213036
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Utilities/SerializedDelegate.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6fd43dfd56e2f2748aca5e1b137a08fa
3 | timeCreated: 1446232342
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Utilities/Singleton.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 037939b9a47a8504099c2bc719ec874a
3 | timeCreated: 1443464092
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Utilities/TimedDestroy.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 78af66a3ff7f21c4f90357d75ed92108
3 | timeCreated: 1446070268
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Utilities/UnityObjectUtil.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2c9f59f6e9ed6d94088ffddc0bf21ce8
3 | timeCreated: 1454970010
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Utilities/Utility.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3914f02b6e9dd754cb0310d0ce1224a7
3 | timeCreated: 1444067549
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Utilities/WatsonException.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3c96fc71f7060434c91ab4e6e666183c
3 | timeCreated: 1443552499
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Utilities/WaveFile.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c2d0cf9ed4056bd4a8a9834d3145d494
3 | timeCreated: 1444155468
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Widgets.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 397f866ebbade4a4e8c4abbc5667c017
3 | folderAsset: yes
4 | timeCreated: 1499971913
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Widgets/DataTypes.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0bec2033b31397049917d059e3e1a81c
3 | timeCreated: 1499971913
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/Scripts/Widgets/Widget.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8b289426b2cce464ebf81bb34771bd28
3 | timeCreated: 1499971963
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 883b0cd9dacca4545be953456efef74e
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9695f0b1c110d6644b7b385003c57330
3 | folderAsset: yes
4 | timeCreated: 1443712857
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Aot.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0b31422f318c94997a2f2f4355171037
3 | folderAsset: yes
4 | timeCreated: 1480555092
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Aot/Editor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e5531b3a648944071a3012cdcdba80fc
3 | folderAsset: yes
4 | timeCreated: 1480555092
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Aot/Editor/fsAotConfigurationEditor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 037e28781aae34c1ca70be2bbeb83c7d
3 | timeCreated: 1480555092
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Aot/fsAotCompilationManager.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e2bc880fbc9d241329a22ff808ff7571
3 | timeCreated: 1480555092
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Aot/fsAotConfiguration.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e8ec4e71611a049c195a9e7464f46334
3 | timeCreated: 1480555092
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Aot/fsAotVersionInfo.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 32c07201cc4594e4ba2d95970c54c705
3 | timeCreated: 1480555092
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Aot/fsIAotConverter.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 | namespace FullSerializer {
4 | ///
5 | /// Interface that AOT generated converters extend. Used to check to see if
6 | /// the AOT converter is up to date.
7 | ///
8 | public interface fsIAotConverter {
9 | Type ModelType { get; }
10 | fsAotVersionInfo VersionInfo { get; }
11 | }
12 | }
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Aot/fsIAotConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b4aeef439e364442ea22128e6bc172be
3 | timeCreated: 1480555092
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e294e082a4f8d4a43ae3e07ab9c0d52d
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/Unity.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ec452919b13057d47ba7b28425969b96
3 | folderAsset: yes
4 | timeCreated: 1427576137
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/Unity/AnimationCurve_DirectConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: de4871d163dc05c4e879ab3bd2d1b0a9
3 | timeCreated: 1451205258
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/Unity/Bounds_DirectConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3fe9630466a01c34fba9de74b67e17f6
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/Unity/GUIStyleState_DirectConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 67b4783438fecdb4399aa4737e11776b
3 | timeCreated: 1455511482
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/Unity/GUIStyle_DirectConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 08c93192f19b1a74a91771d664d38f0b
3 | timeCreated: 1455511482
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/Unity/Gradient_DirectConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 064742214cced30408a50448cc56cf32
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/Unity/Keyframe_DirectConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 685e0c3230dc4c1469af759c0cadadb0
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/Unity/LayerMask_DirectConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3a480ab5fab4f3041a1dc7468d23ab7c
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/Unity/RectOffset_DirectConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8b6ebe5ce2ccdb4439953bd49e36ac3a
3 | timeCreated: 1455511482
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/Unity/Rect_DirectConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 06db9349c97ef41438333fe8ef2c2f70
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/Unity/UnityEvent_Converter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9a695d8e2a84646fbb7db60dc4fbbbd4
3 | timeCreated: 1469719791
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/fsArrayConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a8c61b81ee2d4ce41988db051d54e60a
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/fsDateConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 892fb7e848a12c74681de14331c8a072
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/fsDictionaryConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6f364b62fa3618b438cf5dd61bd00a0f
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/fsEnumConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b9b18d8643e0d0f45a42e7736c412559
3 | timeCreated: 1451205258
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/fsForwardConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7eccd27d395a3b445900ce1a85cc679a
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/fsGuidConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 25223074bdc15f64c9c7c147346b40d0
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/fsIEnumerableConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d9b9009ce07beeb4cab11ab8019d8f25
3 | timeCreated: 1451205258
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/fsKeyValuePairConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2611d96db6a6370458d57e180a2ffe30
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/fsNullableConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a18dfa892d8de7245824898c553a516b
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/fsPrimitiveConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 14030fd201904564584a2639fafcdcfc
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/fsReflectedConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7ff9fcf67634b1b448fa901325a9510d
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/fsTypeConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9b7c8e9a78b8bb24d9cd168134ba2d3f
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Converters/fsWeakReferenceConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d522279c90b14504f9a25467442f9981
3 | timeCreated: 1451205258
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Editor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7666107c407ad9d4b873d2caf07f24a1
3 | folderAsset: yes
4 | timeCreated: 1501259760
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Editor/AotHelpers.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b45e1612b5370974eb6a00336461c886
3 | timeCreated: 1501259526
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Internal.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ae1efb8bd6dfa4040beb12118e625b35
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Internal/fsCyclicReferenceManager.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1c1dc6d180e2a624fb5ced24b343caac
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Internal/fsOption.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cb4638b0e5989604ca0d3801ab74bb4f
3 | timeCreated: 1451205258
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Internal/fsPortableReflection.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 53f0d6faef1e74649a1d4ec87281ce9c
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Internal/fsTypeExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7c3b8173faf686b44bdf5a3478f776cd
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Internal/fsVersionManager.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 39e37c86cc277f544a0860a95c73c4d6
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Internal/fsVersionedType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ac58601fa737f8048831c6bd75a6fca2
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Reflection.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c4f755e4a106fd94a9053c5a49c3600f
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Reflection/fsMetaProperty.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bce2bac5e1b3d9043a6a4207280d7d71
3 | timeCreated: 1451205258
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Reflection/fsMetaType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8dda7fa68f01f0e428c6d8090ae72532
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Reflection/fsReflectionUtility.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b2fe4e0d816d15145b26bd01d34c8b47
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/Reflection/fsTypeCache.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 45c4a046c8137494c9fe68a832aa751d
3 | timeCreated: 1455068576
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsBaseConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 183143ebe6dd0124aac0741ff70e1fd2
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsConfig.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b59903dfb496d004d8f08677c027e7f6
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsContext.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9dbf6cf73c266b14eba03d329717a810
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 77ed27c3d6b79c044ad5c52b7832d379
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsConverterRegistrar.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fa1f5994b782ae24db0ec14460b60dc4
3 | timeCreated: 1451205258
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsData.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5cc8656e43d482941b2b95d443c36174
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsDirectConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 01d299a12e9acb74ea4725bd6158642a
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsExceptions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 38269c00973f4f64db007f13af5acbf4
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsISerializationCallbacks.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ff5a6a4a9df9cfc43b04b16bbc045902
3 | timeCreated: 1451205262
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsIgnoreAttribute.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 | namespace FullSerializer {
4 | ///
5 | /// The given property or field annotated with [JsonIgnore] will not be
6 | /// serialized.
7 | ///
8 | [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Class | AttributeTargets.Struct)]
9 | public sealed class fsIgnoreAttribute : Attribute {
10 | }
11 | }
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsIgnoreAttribute.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 040c5c9958137624c91fc44ec697d76f
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsJsonParser.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 76da27fbb0fa3c4459921ceb0782a604
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsJsonPrinter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: be309c30e4f28364cadc2d0b014a5333
3 | timeCreated: 1451205258
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsMemberSerialization.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e2d6fed6217d35c49868389b28b49050
3 | timeCreated: 1451205258
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsObjectAttribute.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a0824334ca5c07d49b5c390bd38781cf
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsObjectProcessor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a4f4c2fbbdaec5046adaaa0bb47036a6
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsPropertyAttribute.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b366ee3695fdf924495750c204ea426a
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsResult.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 54393a5534ff6c74f905d6be1770a1ba
3 | timeCreated: 1451205257
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/FullSerializer/fsSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b904dc26e957fde4fb90a0d405d710ee
3 | timeCreated: 1451205258
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/MiniJSON.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 094b189829c81614eb3e3a24650839a0
3 | folderAsset: yes
4 | timeCreated: 1443822571
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/Watson/ThirdParty/MiniJSON/MiniJSON.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: acc434b14cca6c14ca2a775f977ef0f3
3 | timeCreated: 1443822571
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/scene.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d9d1baaa0c1c34a318fa0a0c7e5df710
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/scene.unity.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 65b681d1f2a394c649b41a374db00ed3
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/SimpleVR/Assets/scene/NavMesh.asset:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/SimpleVR/Assets/scene/NavMesh.asset
--------------------------------------------------------------------------------
/SimpleVR/Assets/scene/NavMesh.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9a66fb16889b94d9fa0bc0b3e24f3b20
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 23800000
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/SimpleVR/Packages/manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | }
4 | }
5 |
--------------------------------------------------------------------------------
/SimpleVR/ProjectSettings/AudioManager.asset:
--------------------------------------------------------------------------------
1 | %YAML 1.1
2 | %TAG !u! tag:unity3d.com,2011:
3 | --- !u!11 &1
4 | AudioManager:
5 | m_ObjectHideFlags: 0
6 | m_Volume: 1
7 | Rolloff Scale: 1
8 | Doppler Factor: 1
9 | Default Speaker Mode: 2
10 | m_SampleRate: 0
11 | m_DSPBufferSize: 1024
12 | m_VirtualVoiceCount: 512
13 | m_RealVoiceCount: 32
14 | m_SpatializerPlugin:
15 | m_AmbisonicDecoderPlugin:
16 | m_DisableAudio: 0
17 | m_VirtualizeEffects: 1
18 |
--------------------------------------------------------------------------------
/SimpleVR/ProjectSettings/ClusterInputManager.asset:
--------------------------------------------------------------------------------
1 | %YAML 1.1
2 | %TAG !u! tag:unity3d.com,2011:
3 | --- !u!236 &1
4 | ClusterInputManager:
5 | m_ObjectHideFlags: 0
6 | m_Inputs: []
7 |
--------------------------------------------------------------------------------
/SimpleVR/ProjectSettings/EditorBuildSettings.asset:
--------------------------------------------------------------------------------
1 | %YAML 1.1
2 | %TAG !u! tag:unity3d.com,2011:
3 | --- !u!1045 &1
4 | EditorBuildSettings:
5 | m_ObjectHideFlags: 0
6 | serializedVersion: 2
7 | m_Scenes:
8 | - enabled: 0
9 | path: Assets/Scenes/SampleScene.unity
10 | guid: 99c9720ab356a0642a771bea13969a05
11 | - enabled: 1
12 | path: Assets/scene.unity
13 | guid: 65b681d1f2a394c649b41a374db00ed3
14 | m_configObjects: {}
15 |
--------------------------------------------------------------------------------
/SimpleVR/ProjectSettings/NetworkManager.asset:
--------------------------------------------------------------------------------
1 | %YAML 1.1
2 | %TAG !u! tag:unity3d.com,2011:
3 | --- !u!149 &1
4 | NetworkManager:
5 | m_ObjectHideFlags: 0
6 | m_DebugLevel: 0
7 | m_Sendrate: 15
8 | m_AssetToPrefab: {}
9 |
--------------------------------------------------------------------------------
/SimpleVR/ProjectSettings/ProjectVersion.txt:
--------------------------------------------------------------------------------
1 | m_EditorVersion: 2018.1.0f2
2 |
--------------------------------------------------------------------------------
/SimpleVR/ProjectSettings/TimeManager.asset:
--------------------------------------------------------------------------------
1 | %YAML 1.1
2 | %TAG !u! tag:unity3d.com,2011:
3 | --- !u!5 &1
4 | TimeManager:
5 | m_ObjectHideFlags: 0
6 | Fixed Timestep: 0.0167
7 | Maximum Allowed Timestep: 0.1
8 | m_TimeScale: 1
9 | Maximum Particle Timestep: 0.03
10 |
--------------------------------------------------------------------------------
/screenshots/demo-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/screenshots/demo-small.png
--------------------------------------------------------------------------------
/screenshots/demo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/screenshots/demo.png
--------------------------------------------------------------------------------
/screenshots/ios-build-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/screenshots/ios-build-1.png
--------------------------------------------------------------------------------
/screenshots/ios-build-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/screenshots/ios-build-2.png
--------------------------------------------------------------------------------
/screenshots/ios-build-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/screenshots/ios-build-3.png
--------------------------------------------------------------------------------
/screenshots/setup-camera.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/screenshots/setup-camera.png
--------------------------------------------------------------------------------
/screenshots/setup-character.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/screenshots/setup-character.png
--------------------------------------------------------------------------------
/screenshots/setup-navmesh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/screenshots/setup-navmesh.png
--------------------------------------------------------------------------------
/screenshots/setup-player.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/screenshots/setup-player.png
--------------------------------------------------------------------------------
/screenshots/setup-pointer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/screenshots/setup-pointer.png
--------------------------------------------------------------------------------
/screenshots/xcode-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/screenshots/xcode-1.png
--------------------------------------------------------------------------------
/screenshots/xcode-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/screenshots/xcode-2.png
--------------------------------------------------------------------------------
/screenshots/xcode-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/screenshots/xcode-3.png
--------------------------------------------------------------------------------
/screenshots/xcode-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nheidloff/unity-watson-vr-sample/188262a62ea4a9b008b16d475f293ce4531346a9/screenshots/xcode-4.png
--------------------------------------------------------------------------------