├── Assets ├── SeuratCapture.meta ├── SeuratCapture │ ├── Editor.meta │ ├── Editor │ │ ├── CaptureHeadboxEditor.cs │ │ └── CaptureHeadboxEditor.cs.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── Seurat.meta │ │ ├── Seurat.unity │ │ ├── Seurat.unity.meta │ │ └── Seurat │ │ │ ├── Blue.mat │ │ │ ├── Blue.mat.meta │ │ │ ├── Green.mat │ │ │ ├── Green.mat.meta │ │ │ ├── Red.mat │ │ │ └── Red.mat.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── CaptureBuilder.cs │ │ ├── CaptureBuilder.cs.meta │ │ ├── CaptureHeadbox.cs │ │ ├── CaptureHeadbox.cs.meta │ │ ├── JsonManifest.cs │ │ └── JsonManifest.cs.meta │ ├── Shaders.meta │ ├── Shaders │ │ ├── AlphaBlended.shader │ │ ├── AlphaBlended.shader.meta │ │ ├── AlphaTested.shader │ │ └── AlphaTested.shader.meta │ ├── Tools.meta │ └── Tools │ │ ├── win.meta │ │ └── win │ │ ├── softserve.exe │ │ └── softserve.exe.meta ├── third_party.meta └── third_party │ ├── builtin_shaders.meta │ └── builtin_shaders │ ├── DefaultResourcesExtra.meta │ ├── DefaultResourcesExtra │ ├── Internal-DepthNormalsTexture.shader │ └── Internal-DepthNormalsTexture.shader.meta │ ├── README.md │ ├── README.md.meta │ ├── license.txt │ └── license.txt.meta ├── CONTRIBUTING.md ├── LICENSE ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityAdsSettings.asset └── UnityConnectSettings.asset ├── README.md └── images ├── cracks_01.png └── cracks_02.png /Assets/SeuratCapture.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture.meta -------------------------------------------------------------------------------- /Assets/SeuratCapture/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Editor.meta -------------------------------------------------------------------------------- /Assets/SeuratCapture/Editor/CaptureHeadboxEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Editor/CaptureHeadboxEditor.cs -------------------------------------------------------------------------------- /Assets/SeuratCapture/Editor/CaptureHeadboxEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Editor/CaptureHeadboxEditor.cs.meta -------------------------------------------------------------------------------- /Assets/SeuratCapture/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Scenes.meta -------------------------------------------------------------------------------- /Assets/SeuratCapture/Scenes/Seurat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Scenes/Seurat.meta -------------------------------------------------------------------------------- /Assets/SeuratCapture/Scenes/Seurat.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Scenes/Seurat.unity -------------------------------------------------------------------------------- /Assets/SeuratCapture/Scenes/Seurat.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Scenes/Seurat.unity.meta -------------------------------------------------------------------------------- /Assets/SeuratCapture/Scenes/Seurat/Blue.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Scenes/Seurat/Blue.mat -------------------------------------------------------------------------------- /Assets/SeuratCapture/Scenes/Seurat/Blue.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Scenes/Seurat/Blue.mat.meta -------------------------------------------------------------------------------- /Assets/SeuratCapture/Scenes/Seurat/Green.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Scenes/Seurat/Green.mat -------------------------------------------------------------------------------- /Assets/SeuratCapture/Scenes/Seurat/Green.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Scenes/Seurat/Green.mat.meta -------------------------------------------------------------------------------- /Assets/SeuratCapture/Scenes/Seurat/Red.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Scenes/Seurat/Red.mat -------------------------------------------------------------------------------- /Assets/SeuratCapture/Scenes/Seurat/Red.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Scenes/Seurat/Red.mat.meta -------------------------------------------------------------------------------- /Assets/SeuratCapture/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Scripts.meta -------------------------------------------------------------------------------- /Assets/SeuratCapture/Scripts/CaptureBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Scripts/CaptureBuilder.cs -------------------------------------------------------------------------------- /Assets/SeuratCapture/Scripts/CaptureBuilder.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Scripts/CaptureBuilder.cs.meta -------------------------------------------------------------------------------- /Assets/SeuratCapture/Scripts/CaptureHeadbox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Scripts/CaptureHeadbox.cs -------------------------------------------------------------------------------- /Assets/SeuratCapture/Scripts/CaptureHeadbox.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Scripts/CaptureHeadbox.cs.meta -------------------------------------------------------------------------------- /Assets/SeuratCapture/Scripts/JsonManifest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Scripts/JsonManifest.cs -------------------------------------------------------------------------------- /Assets/SeuratCapture/Scripts/JsonManifest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Scripts/JsonManifest.cs.meta -------------------------------------------------------------------------------- /Assets/SeuratCapture/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Shaders.meta -------------------------------------------------------------------------------- /Assets/SeuratCapture/Shaders/AlphaBlended.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Shaders/AlphaBlended.shader -------------------------------------------------------------------------------- /Assets/SeuratCapture/Shaders/AlphaBlended.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Shaders/AlphaBlended.shader.meta -------------------------------------------------------------------------------- /Assets/SeuratCapture/Shaders/AlphaTested.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Shaders/AlphaTested.shader -------------------------------------------------------------------------------- /Assets/SeuratCapture/Shaders/AlphaTested.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Shaders/AlphaTested.shader.meta -------------------------------------------------------------------------------- /Assets/SeuratCapture/Tools.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Tools.meta -------------------------------------------------------------------------------- /Assets/SeuratCapture/Tools/win.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Tools/win.meta -------------------------------------------------------------------------------- /Assets/SeuratCapture/Tools/win/softserve.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Tools/win/softserve.exe -------------------------------------------------------------------------------- /Assets/SeuratCapture/Tools/win/softserve.exe.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/SeuratCapture/Tools/win/softserve.exe.meta -------------------------------------------------------------------------------- /Assets/third_party.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/third_party.meta -------------------------------------------------------------------------------- /Assets/third_party/builtin_shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/third_party/builtin_shaders.meta -------------------------------------------------------------------------------- /Assets/third_party/builtin_shaders/DefaultResourcesExtra.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/third_party/builtin_shaders/DefaultResourcesExtra.meta -------------------------------------------------------------------------------- /Assets/third_party/builtin_shaders/DefaultResourcesExtra/Internal-DepthNormalsTexture.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/third_party/builtin_shaders/DefaultResourcesExtra/Internal-DepthNormalsTexture.shader -------------------------------------------------------------------------------- /Assets/third_party/builtin_shaders/DefaultResourcesExtra/Internal-DepthNormalsTexture.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/third_party/builtin_shaders/DefaultResourcesExtra/Internal-DepthNormalsTexture.shader.meta -------------------------------------------------------------------------------- /Assets/third_party/builtin_shaders/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/third_party/builtin_shaders/README.md -------------------------------------------------------------------------------- /Assets/third_party/builtin_shaders/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/third_party/builtin_shaders/README.md.meta -------------------------------------------------------------------------------- /Assets/third_party/builtin_shaders/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/third_party/builtin_shaders/license.txt -------------------------------------------------------------------------------- /Assets/third_party/builtin_shaders/license.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/Assets/third_party/builtin_shaders/license.txt.meta -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/LICENSE -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.6.0f3 2 | -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityAdsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/ProjectSettings/UnityAdsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/README.md -------------------------------------------------------------------------------- /images/cracks_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/images/cracks_01.png -------------------------------------------------------------------------------- /images/cracks_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlevr/seurat-unity-plugin/HEAD/images/cracks_02.png --------------------------------------------------------------------------------