diff --git a/lenses/lens0/.gitattributes b/lenses/lens0/.gitattributes deleted file mode 100644 index 6213e00c..00000000 --- a/lenses/lens0/.gitattributes +++ /dev/null @@ -1,14 +0,0 @@ -# Shipped by Lens Studio -Entities/* -diff linguist-generated -Scene/**/* -diff linguist-generated -project.data filter=lfs diff=lfs merge=lfs -text -scene.scn filter=lfs diff=lfs merge=lfs -text -Public/**/* filter=lfs diff=lfs merge=lfs -text -Public/**/*.js !filter !diff !lfs text -Public/**/*.json !filter !diff !lfs text -Public/**/*.ts !filter !diff !lfs text -Public/**/*.md !filter !diff !lfs text -Public/**/*.txt !filter !diff !lfs text -Public/**/*.rtf !filter !diff !lfs text -Public/**/*.svg !filter !diff !lfs text -Public/**/*.css !filter !diff !lfs text diff --git a/lenses/lens0/.gitignore b/lenses/lens0/.gitignore deleted file mode 100644 index 1bdded4c..00000000 --- a/lenses/lens0/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Shipped by Lens Studio -.vscode/ -Support/ -jsconfig.json diff --git a/lenses/lens0/Public/Invader@2x.png b/lenses/lens0/Public/Invader@2x.png deleted file mode 100644 index b9354252..00000000 --- a/lenses/lens0/Public/Invader@2x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8532ae1773be3a7c628ab82013639c9550debd6ed4d7db9225dcf177d253536 -size 291324 diff --git a/lenses/lens0/Public/ParamsManager.js b/lenses/lens0/Public/ParamsManager.js deleted file mode 100644 index 353eeedb..00000000 --- a/lenses/lens0/Public/ParamsManager.js +++ /dev/null @@ -1,37 +0,0 @@ -//@input Component.Text key1Text; - -// This will use FallbackData if global.launchParams has not been filled out -var launchParams = global.launchParams; - -/* Storage accessors */ -var shotsOnInvader; - -var storageKey = "shotsOnInvader" - -/****************/ -function getData() { - if (launchParams) { - if (launchParams.has(storageKey) ) { - - shotsOnInvader = launchParams.getString(storageKey); - return true; - } - - return false; - } -} - -function populateFields() { - - script.key1Text.text = "Invader was hit " + shotsOnInvader + " times"; -} - -try { - if(getData()) { - populateFields(); - } else { - script.key1Text.text = "Failed to get launchParams"; - } -} catch (ex) { - script.key1Text.text = "Error " + ex + " " + ex.message; -} diff --git a/lenses/lens0/Public/RequestUnityState.js b/lenses/lens0/Public/RequestUnityState.js deleted file mode 100644 index 65bdf5cf..00000000 --- a/lenses/lens0/Public/RequestUnityState.js +++ /dev/null @@ -1,42 +0,0 @@ -// -----JS CODE----- -// @input Asset.RemoteServiceModule remoteServiceModule - - -// Import module -const Module = require("./Unity SDK - Generic API API Module"); -const ApiModule = new Module.ApiModule(script.remoteServiceModule); - -if (typeof(global.consecutiveErrorCount) === 'undefined') -{ - global.consecutiveErrorCount = 0; -} - -script.api.requestUpdatedStateFromUnity = function() -{ - print("requesting unity update") - //requesting update from unity - ApiModule.unityRequestState(script.api.handleUnityUpdate) -} - -script.api.handleUnityUpdate = function(err, response) { - if (err) { - print("error") - global.consecutiveErrorCount += 1 - if (global.consecutiveErrorCount >= script.maximumConsecutiveErrors) { - print("too many errors. giving up on getting state from Unity") - } else { - script.api.requestUpdatedStateFromUnity() - } - } else { - print("success. got updated state from unity") - global.consecutiveErrorCount = 0 - if (response.shotsOnInvader) { - script.stateText.text = "Invader was hit " + response.shotsOnInvader + " times"; - } - script.api.requestUpdatedStateFromUnity() - - } - -} - -script.api.requestUpdatedStateFromUnity(); diff --git a/lenses/lens0/Public/ShipSelector.js b/lenses/lens0/Public/ShipSelector.js deleted file mode 100644 index 771388e5..00000000 --- a/lenses/lens0/Public/ShipSelector.js +++ /dev/null @@ -1,34 +0,0 @@ - // -----JS CODE----- -// @input Asset.RemoteReferenceAsset leftTargetTexture -// @input string leftShipName -// @input Asset.RemoteReferenceAsset rightTargetTexture -// @input string rightShipName -// @input Component.ScriptComponent unityApi -// @input Component.Image targetImage - -script.api.onLeft = function() -{ - print("onLeft") - shipSelected(script.leftTargetTexture, script.leftShipName); -} - -script.api.onRight = function() -{ - print("onRight") - shipSelected(script.rightTargetTexture, script.rightShipName); -} - -function shipSelected(remoteAsset, shipName) { - print("ship selected! " + shipName) - remoteAsset.downloadAsset(function (asset) { // download success - script.targetImage.mainPass.baseTex = asset; - }, - function () { // download failure - print("Texture failed to download"); - }); - var dataToSend = { - isEmpty : false, - shipSelected : shipName - }; - script.unityApi.api.callUnity(dataToSend); -} \ No newline at end of file diff --git a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Materials/Green.lsmat b/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Materials/Green.lsmat deleted file mode 100644 index e4fa69c0..00000000 --- a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Materials/Green.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:165441e1fad4e6495a6f71fc1734735cd9168afffef8283187a2c8f01a0b8088 -size 46166 diff --git a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Materials/Grey.lsmat b/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Materials/Grey.lsmat deleted file mode 100644 index e4377745..00000000 --- a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Materials/Grey.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b7c942d1ec40d243e1aee8fad9bf0c52c8ab343d3ffb40c96368e365857d822 -size 46160 diff --git a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Materials/folder.lock b/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Materials/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Sphere.mesh b/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Sphere.mesh deleted file mode 100644 index 5481c4f9..00000000 --- a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Sphere.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30ebe9083c20d166c095838a88b137812ce2e405dc0c0e5af90007c08918b494 -size 28618 diff --git a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/UsageExample.js b/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/UsageExample.js deleted file mode 100644 index 598c6059..00000000 --- a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/UsageExample.js +++ /dev/null @@ -1,21 +0,0 @@ -//sets material of corresponding sphere based on left or right tilt -//@input Component.MaterialMeshVisual objectLeft -//@input Component.MaterialMeshVisual objectRight - -//@input Asset.Material matGreen -//@input Asset.Material matGrey - -script.api.onLeft = function () { - script.objectRight.mainMaterial = script.matGrey; - script.objectLeft.mainMaterial = script.matGreen; -} - -script.api.onRight = function () { - script.objectRight.mainMaterial = script.matGreen; - script.objectLeft.mainMaterial = script.matGrey; -} - -script.api.onReset = function () { - script.objectRight.mainMaterial = script.matGrey; - script.objectLeft.mainMaterial = script.matGrey; -} \ No newline at end of file diff --git a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/folder.lock b/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/lens0/Public/TIlt Head Left_Right Resources/Tilt Head.js b/lenses/lens0/Public/TIlt Head Left_Right Resources/Tilt Head.js deleted file mode 100644 index 16a6349c..00000000 --- a/lenses/lens0/Public/TIlt Head Left_Right Resources/Tilt Head.js +++ /dev/null @@ -1,81 +0,0 @@ -//@input Component.Head head -//@input float angle {"widget" : "slider", "min" : 0, "max" : 90, "step" : 0.1} - -//@ui {"widget": "separator"} -//@input bool useBehavior -//@input string onLeftTrigger = "ON_LEFT" {"showIf" : "useBehavior"} -//@input string onRightTrigger = "ON_RIGHT" {"showIf" : "useBehavior"} -//@input string onResetTrigger = "ON_RESET" {"showIf" : "useBehavior"} -//@ui {"widget":"separator"} -//@input bool callApiFunc -//@input Component.ScriptComponent scriptWithApi {"showIf" : "callApiFunc"} -//@input string onLeftFunction = "onLeft" {"showIf" : "callApiFunc"} -//@input string onRightFunction = "onRight" {"showIf" : "callApiFunc"} -//@input string onResetFunction = "onReset" {"showIf" : "callApiFunc"} - -if (!script.head) { - print("Warning, please set head input. You can add Head Binding to teh scene by clicking on the + Button in the Objects panel"); -} -script.threshold = Math.abs(Math.sin(script.angle / 180 * Math.PI)) - -var headTransform = script.head.getSceneObject().getTransform(); -const eps = 0.1; -var State = { "NONE": 0, "LEFT": 1, "RIGHT": 2 }; -var currentState = State.None; -var x; - -script.createEvent("UpdateEvent").bind(onUpdate); - -function onUpdate() { - if (script.head.getFacesCount() > 0) { - x = headTransform.up.x; - if (Math.abs(x) < eps) { - if (currentState != State.NONE) { - currentState = State.NONE; - onReset(); - } - } else if (x < -script.threshold) { - if (currentState != State.LEFT) { - currentState = State.LEFT; - onLeft(); - } - } else if (x > script.threshold) { - if (currentState != State.RIGHT) { - currentState = State.RIGHT; - onRight(); - } - } - } else { - if (currentState != State.NONE) { - currentState = State.NONE; - onReset(); - } - } -} - -function onLeft() { - if (script.callApiFunc && script.scriptWithApi && script.onLeftFunction && script.scriptWithApi.api[script.onLeftFunction]) { - script.scriptWithApi.api[script.onLeftFunction](); - } - if (script.useBehavior && global.behaviorSystem && script.onLeftTrigger) { - global.behaviorSystem.sendCustomTrigger(script.onLeftTrigger); - } -} - -function onRight() { - if (script.callApiFunc && script.scriptWithApi && script.onRightFunction && script.scriptWithApi.api[script.onRightFunction]) { - script.scriptWithApi.api[script.onRightFunction](); - } - if (script.useBehavior &&global.behaviorSystem && script.onRightTrigger) { - global.behaviorSystem.sendCustomTrigger(script.onRightTrigger); - } -} - -function onReset() { - if (script.callApiFunc && script.scriptWithApi && script.onResetFunction && script.scriptWithApi.api[script.onResetFunction]) { - script.scriptWithApi.api[script.onResetFunction](); - } - if (script.useBehavior &&global.behaviorSystem && script.onResetTrigger) { - global.behaviorSystem.sendCustomTrigger(script.onResetTrigger); - } -} \ No newline at end of file diff --git a/lenses/lens0/Public/TIlt Head Left_Right Resources/folder.lock b/lenses/lens0/Public/TIlt Head Left_Right Resources/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/lens0/Public/Textures/Invader Button@2x.png b/lenses/lens0/Public/Textures/Invader Button@2x.png deleted file mode 100644 index e1fe346a..00000000 --- a/lenses/lens0/Public/Textures/Invader Button@2x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c71c1ca2429c66dcd574d22a9bfd767a929cfe8f39d36ab49a51c929535d103 -size 175162 diff --git a/lenses/lens0/Public/Textures/Invader@2x 2.png b/lenses/lens0/Public/Textures/Invader@2x 2.png deleted file mode 100644 index b9354252..00000000 --- a/lenses/lens0/Public/Textures/Invader@2x 2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8532ae1773be3a7c628ab82013639c9550debd6ed4d7db9225dcf177d253536 -size 291324 diff --git a/lenses/lens0/Public/Textures/Invader@2x.png b/lenses/lens0/Public/Textures/Invader@2x.png deleted file mode 100644 index b9354252..00000000 --- a/lenses/lens0/Public/Textures/Invader@2x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8532ae1773be3a7c628ab82013639c9550debd6ed4d7db9225dcf177d253536 -size 291324 diff --git a/lenses/lens0/Public/Textures/Satellite Button@2x.png b/lenses/lens0/Public/Textures/Satellite Button@2x.png deleted file mode 100644 index 443c3efd..00000000 --- a/lenses/lens0/Public/Textures/Satellite Button@2x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0e75ee36acfd482c8388a089974fae06df9df9731cbd05c9b3a1473d93d96ee -size 276089 diff --git a/lenses/lens0/Public/Textures/Satellite@2x.png b/lenses/lens0/Public/Textures/Satellite@2x.png deleted file mode 100644 index 5628c64c..00000000 --- a/lenses/lens0/Public/Textures/Satellite@2x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4d485656799a2b151ab48c872d97b110c8e2738585baf18b40d0763eced98fe -size 716921 diff --git a/lenses/lens0/Public/Textures/UFO Button@2x.png b/lenses/lens0/Public/Textures/UFO Button@2x.png deleted file mode 100644 index d34b8d09..00000000 --- a/lenses/lens0/Public/Textures/UFO Button@2x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e56320d08bdff3dbc73698243cc80b42bfbfd7685e71bd8c658b8379d7b926fc -size 197079 diff --git a/lenses/lens0/Public/Textures/UFO@2x.png b/lenses/lens0/Public/Textures/UFO@2x.png deleted file mode 100644 index b75f157c..00000000 --- a/lenses/lens0/Public/Textures/UFO@2x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07f33697c8e78d487190dd46bc5b4555a9b7a56effadaceaafbfc66f7d9a3887 -size 304946 diff --git a/lenses/lens0/Public/Textures/folder.lock b/lenses/lens0/Public/Textures/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/lens0/Public/Tilt_Head__PLACE_IN_OBJECTS_PANEL.oprfb b/lenses/lens0/Public/Tilt_Head__PLACE_IN_OBJECTS_PANEL.oprfb deleted file mode 100644 index 05905d20..00000000 --- a/lenses/lens0/Public/Tilt_Head__PLACE_IN_OBJECTS_PANEL.oprfb +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47758e5ebf97e0977157ea943c91cf23624c211b970f2949dd1b1d4cf071e1af -size 944 diff --git a/lenses/lens0/Public/Unity SDK - Generic API API Module.js b/lenses/lens0/Public/Unity SDK - Generic API API Module.js deleted file mode 100644 index fb6c42a1..00000000 --- a/lenses/lens0/Public/Unity SDK - Generic API API Module.js +++ /dev/null @@ -1,59 +0,0 @@ -/* // NOTE: This file contains code for accessing an external API encapsulated as a JS module. You should not modify this file. - * // Instead, you should modify the "Unity SDK - Generic API API" script and access the functions through the imported class wrapper. -*/ - -/* - * @param {RemoteApiResponse} response A raw API response from an Unity SDK - Generic API API - * @param {function} cb A callback to call with error and result data once the response has been parsed and error checked - * -*/ - -function handleAPIResponse(response, cb) { - if (response.statusCode !== 1) { - print("ERROR: The API call did not succeed!. Please check your request"); - cb(true); - } else { - try { - var parsedBody = JSON.parse(response.body); - if (cb) { - cb(false, parsedBody); - } - } catch (e) { - print("ERROR: Failed to parse response"); - if (cb) { - cb(true); - } - } - } -} - -function ApiModule(remoteServiceModule) { - this.remoteServiceModule = remoteServiceModule; -} - - -ApiModule.prototype.unitySendData = function(unityData, cb) { - var req = global.RemoteApiRequest.create(); - req.endpoint = "unitySendData"; - req.parameters = { - "unityData": unityData, - }; - this.remoteServiceModule.performApiRequest(req, function(response) { - if(cb) { - handleAPIResponse(response, cb); - } - }); -}; - -ApiModule.prototype.unityRequestState = function(cb) { - var req = global.RemoteApiRequest.create(); - req.endpoint = "unityRequestState"; - req.parameters = {}; - this.remoteServiceModule.performApiRequest(req, function(response) { - if(cb) { - handleAPIResponse(response, cb); - } - }); -}; - -module.exports.ApiModule = ApiModule; diff --git a/lenses/lens0/Public/Unity SDK - Generic API API.js b/lenses/lens0/Public/Unity SDK - Generic API API.js deleted file mode 100644 index b35c52d2..00000000 --- a/lenses/lens0/Public/Unity SDK - Generic API API.js +++ /dev/null @@ -1,17 +0,0 @@ -// @input Asset.RemoteServiceModule remoteServiceModule - -// Import module -const Module = require("./Unity SDK - Generic API API Module"); -const ApiModule = new Module.ApiModule(script.remoteServiceModule); - -// Access functions defined in ApiModule like this: -//ApiModule.(function name) -script.api.callUnity = function(obj) { - var serialized = JSON.stringify(obj); - ApiModule.unitySendData(serialized, function(err, r) { - print("Data sent to Unity"); - print("Error? " + err); - print("Result? " + r); - }) -}; - diff --git a/lenses/lens0/Public/Unlit.lsmat b/lenses/lens0/Public/Unlit.lsmat deleted file mode 100644 index 39bdee35..00000000 --- a/lenses/lens0/Public/Unlit.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7c8ad7c93c748ddef08c03a3d07fe69a189b8761a3b861a23afa16fad09fc9f -size 342993 diff --git a/lenses/lens0/Public/folder.lock b/lenses/lens0/Public/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/lens0/icon.png b/lenses/lens0/icon.png deleted file mode 100644 index 11721c26..00000000 Binary files a/lenses/lens0/icon.png and /dev/null differ diff --git a/lenses/lens0/lens0.lsproj b/lenses/lens0/lens0.lsproj deleted file mode 100644 index 0e82eda6..00000000 --- a/lenses/lens0/lens0.lsproj +++ /dev/null @@ -1,2135 +0,0 @@ -{ - "lens_id": "", - "document_id": "MDTfI7l3mQeP3hnFsfke", - "original_document_id": "bTE6b6GXZP6dl1LX6Bw0", - "version": "29", - "lastChanged": "1679328042842", - "preview": "icon.png", - "videoPreview": "preview.mp4", - "videoPreviewUpdateTime": "", - "isReadOnly": "false", - "isAutoSaved": "true", - "api_level": "public", - "public_api_user_data_access": "restricted", - "studioVersion": { - "createdWith": { - "type": "Public", - "major": "4", - "minor": "22", - "patch": "0", - "build": "0" - }, - "lastSavedWith": { - "type": "Public", - "major": "4", - "minor": "36", - "patch": "1", - "build": "0" - } - }, - "view": { - "ResourceUiComponent": { - "collapsedList": [ - [ - [ - "Invader@2x" - ], - [ - "Invader@2x 2" - ], - [ - "ParamsManager" - ], - [ - "RequestUnityState" - ], - [ - "Satellite@2x" - ], - [ - "ShipSelector" - ], - [ - "TIlt Head Left_Right Resources" - ], - [ - "TIlt Head Left_Right Resources", - "Example [DELETE ME]", - "Materials", - "Green" - ], - [ - "TIlt Head Left_Right Resources", - "Example [DELETE ME]", - "Materials", - "Grey" - ], - [ - "TIlt Head Left_Right Resources", - "Example [DELETE ME]", - "Sphere" - ], - [ - "TIlt Head Left_Right Resources", - "Example [DELETE ME]", - "UsageExample" - ], - [ - "TIlt Head Left_Right Resources", - "Tilt Head" - ], - [ - "Textures", - "Invader Button@2x" - ], - [ - "Textures", - "Satellite Button@2x" - ], - [ - "Textures", - "Satellite@2x" - ], - [ - "Textures", - "UFO Button@2x" - ], - [ - "Textures", - "UFO@2x" - ], - [ - "Tilt_Head__PLACE_IN_OBJECTS_PANEL" - ], - [ - "UFO@2x" - ], - [ - "Unity SDK - Generic API" - ], - [ - "Unity SDK - Generic API API" - ], - [ - "Unity SDK - Generic API API Module" - ], - [ - "Unlit" - ] - ] - ] - }, - "SceneTreeUiComponent": { - "collapsedList": [ - "" - ], - "selectionSetList": "" - }, - "MetaInfoUIComponent": { - "icon_hash": "8cb9d35f1bdfc27606cb5d555a8385ab", - "icon_path": "icon.png", - "hints": [ - "lens_hint_tilt_your_head" - ], - "lens": "Dynamic Alien v5", - "applicability": "1", - "lens_descriptors": "", - "Spectacles2021UseAllowed": "false" - }, - "PreviewUiComponent": { - "preview_descriptor": { - "is_capture": "0", - "camera_type": "2" - }, - "show_snap_ui": "true", - "show_sponsored_ui": "false", - "preview_images_project_config": { - "back_preview_id": "bundle:Preview\/Images\/Beach.jpg", - "back_preview_is_favorite": "false", - "front_preview_id": "bundle:Preview\/Images\/Person 1.jpg", - "front_preview_is_favorite": "false" - }, - "preview_videos_project_config": { - "back_preview_id": "bundle:Preview\/Videos\/Beach.webm", - "back_preview_is_favorite": "false", - "front_preview_id": "bundle:Preview\/Videos\/Idle Person 1.webm", - "front_preview_is_favorite": "false" - }, - "preview_ie_project_config": { - "back_preview_id": "bundle:Preview\/InteractiveEnvironments\/Colorful Home", - "back_preview_is_favorite": "false", - "front_preview_id": "bundle:Preview\/InteractiveEnvironments\/Colorful Home", - "front_preview_is_favorite": "false" - } - }, - "InspectorUiComponent": { - "collapsedList": [ - [ - "1666103837214807:4386", - "1669027626892658:35946" - ] - ] - }, - "ObjectTracking3DUIComponent": { - "foldedOwnerSceneObjects": "" - }, - "MapUiComponent": { - "mapPinPoints": "" - }, - "Material::UiComponent": { - "active_graph_asset": "-1:-1" - }, - "Script::UiComponent": { - "active_graph_asset": "-1:-1" - }, - "VFX::UiComponent": { - "active_graph_asset": "-1:-1" - } - }, - "model": { - "IResourceManager": { - "list": [ - { - "resId": "1", - "uid": "1:1", - "name": "Camera Output", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "0" - }, - { - "resId": "2", - "uid": "2:2", - "name": "Camera Input", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "0" - }, - { - "resId": "12", - "uid": "8675309:9035768", - "name": "Physics Root World Settings Asset", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "0" - }, - { - "resId": "21", - "uid": "1666104031825555:30794", - "name": "Files\/File21.js", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "23", - "uid": "1669027773496460:48059", - "name": "Files\/File24.png", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "24", - "uid": "1669050340912545:26859", - "name": "Files\/File28", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "25", - "uid": "1674567957131675:17599", - "name": "Files\/File30.jpg", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "26", - "uid": "1674568116313403:27971", - "name": "", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "0" - }, - { - "resId": "27", - "uid": "1674568116319637:27973", - "name": "Files\/File34.js", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "28", - "uid": "1674568116325473:27979", - "name": "Files\/File35.js", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "30", - "uid": "1674570924061498:198496", - "name": "Files\/File39.png", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "31", - "uid": "1674570924141260:198554", - "name": "Files\/File42.png", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "32", - "uid": "1674570924260920:198725", - "name": "Files\/File45.png", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "33", - "uid": "1674570924335533:198737", - "name": "Files\/File48.png", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "34", - "uid": "1674570924416266:198752", - "name": "Files\/File51.png", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "35", - "uid": "1674571081166410:209688", - "name": "Files\/File60.js", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "36", - "uid": "1677758963579298:15524", - "name": "", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "0" - }, - { - "resId": "37", - "uid": "1677758983427956:17490", - "name": "", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "0" - }, - { - "resId": "38", - "uid": "1677759048473881:22176", - "name": "", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "0" - }, - { - "resId": "39", - "uid": "1678208973581355:2308", - "name": "Files\/File61.jpg", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "40", - "uid": "1678209383753881:46907", - "name": "sceneObject_0", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "0" - }, - { - "resId": "41", - "uid": "1678209383946422:46985", - "name": "Files\/File66.js", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "42", - "uid": "1678209383959585:46994", - "name": "Files\/File67", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "43", - "uid": "1678209384080584:47016", - "name": "Files\/File69", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "44", - "uid": "1678209384200134:47038", - "name": "Files\/File71.js", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "45", - "uid": "1678209384224053:47050", - "name": "Files\/File72.mesh", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "46", - "uid": "1678218321164633:138175", - "name": "Files\/File75.js", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - } - ], - "MaterialUpdateManager": { - "unrecognizedMaterials": "" - } - }, - "InspectorComponent": { - "Component": { - "EyeColorVisual": { - "uidData": "", - "generalData": "" - }, - "FaceStretchVisual": { - "uidsToFeatureNamesWithIntensity": "" - }, - "ScreenTransform": { - "uidData": [ - { - "k": "1674571284606677:222813", - "v": { - "isBasicMode": "true", - "basicModeSetup": { - "fixWidth": "false", - "fixHeight": "false", - "attachBottom": "false", - "attachLeft": "false", - "attachRight": "false", - "attachTop": "false" - } - } - }, - { - "k": "1674571422289181:249352", - "v": { - "isBasicMode": "true", - "basicModeSetup": { - "fixWidth": "false", - "fixHeight": "false", - "attachBottom": "true", - "attachLeft": "false", - "attachRight": "false", - "attachTop": "false" - } - } - }, - { - "k": "1674571464013447:269969", - "v": { - "isBasicMode": "true", - "basicModeSetup": { - "fixWidth": "false", - "fixHeight": "false", - "attachBottom": "true", - "attachLeft": "false", - "attachRight": "false", - "attachTop": "false" - } - } - }, - { - "k": "1674571496562077:281842", - "v": { - "isBasicMode": "true", - "basicModeSetup": { - "fixWidth": "false", - "fixHeight": "false", - "attachBottom": "true", - "attachLeft": "true", - "attachRight": "false", - "attachTop": "false" - } - } - } - ], - "generalData": "" - } - } - }, - "RenderOrderComponent": { - "autoRenderOrder": { - "0": "1517446348227994:84813", - "1": "1517446348228144:84822", - "2": "1528843813151434:5126", - "3": "1666103837214120:4383", - "4": "1666103863565284:7738", - "5": "1666104144341612:46255", - "6": "1669027649096606:38262", - "7": "1669027659875867:39978", - "8": "1674568116327894:27983", - "9": "1674571284599312:222754", - "10": "1674571284606069:222811", - "11": "1674571422274847:249115", - "12": "1674571463999554:269730", - "13": "1674571496561842:281841", - "14": "1678209392909619:48091", - "15": "1678209523538573:61405", - "16": "1678221505550781:302728" - } - }, - "LayerComponent": { - "nextLayerId": "2", - "showOrthographicLayer": "true", - "layersInfo": [ - { - "layerId": "0", - "layerName": "Default Layer", - "layerMask": "1", - "colorCode": "20" - }, - { - "layerId": "1", - "layerName": "Orthographic Layer", - "layerMask": "1048576", - "colorCode": "21" - } - ] - }, - "IFileManager": { - "pathes": [ - { - "k": "21", - "v": "Files\/File21.js" - }, - { - "k": "24", - "v": "Files\/File24.pvr" - }, - { - "k": "25", - "v": "Files\/File25.png" - }, - { - "k": "26", - "v": "Files\/File26.png" - }, - { - "k": "27", - "v": "Files\/File27.pvr" - }, - { - "k": "28", - "v": "Files\/File28" - }, - { - "k": "29", - "v": "Files\/File29.lsmat" - }, - { - "k": "30", - "v": "Files\/File30.pvr" - }, - { - "k": "31", - "v": "Files\/File31.png" - }, - { - "k": "32", - "v": "Files\/File32.png" - }, - { - "k": "33", - "v": "Files\/File33.pvr" - }, - { - "k": "34", - "v": "Files\/File34.js" - }, - { - "k": "35", - "v": "Files\/File35.js" - }, - { - "k": "39", - "v": "Files\/File39.pvr" - }, - { - "k": "40", - "v": "Files\/File40.png" - }, - { - "k": "41", - "v": "Files\/File41.png" - }, - { - "k": "42", - "v": "Files\/File42.pvr" - }, - { - "k": "43", - "v": "Files\/File43.png" - }, - { - "k": "44", - "v": "Files\/File44.png" - }, - { - "k": "45", - "v": "Files\/File45.pvr" - }, - { - "k": "46", - "v": "Files\/File46.png" - }, - { - "k": "47", - "v": "Files\/File47.png" - }, - { - "k": "48", - "v": "Files\/File48.pvr" - }, - { - "k": "49", - "v": "Files\/File49.png" - }, - { - "k": "50", - "v": "Files\/File50.png" - }, - { - "k": "51", - "v": "Files\/File51.pvr" - }, - { - "k": "52", - "v": "Files\/File52.png" - }, - { - "k": "53", - "v": "Files\/File53.png" - }, - { - "k": "55", - "v": "Files\/File55.pvr" - }, - { - "k": "56", - "v": "Files\/File56.pvr" - }, - { - "k": "57", - "v": "Files\/File57.pvr" - }, - { - "k": "58", - "v": "Files\/File58.pvr" - }, - { - "k": "59", - "v": "Files\/File59.pvr" - }, - { - "k": "60", - "v": "Files\/File60.js" - }, - { - "k": "61", - "v": "Files\/File61.pvr" - }, - { - "k": "62", - "v": "Files\/File62.png" - }, - { - "k": "63", - "v": "Files\/File63.png" - }, - { - "k": "64", - "v": "Files\/File64.pvr" - }, - { - "k": "65", - "v": "Files\/File65.oprfb" - }, - { - "k": "66", - "v": "Files\/File66.js" - }, - { - "k": "67", - "v": "Files\/File67" - }, - { - "k": "68", - "v": "Files\/File68.lsmat" - }, - { - "k": "69", - "v": "Files\/File69" - }, - { - "k": "70", - "v": "Files\/File70.lsmat" - }, - { - "k": "71", - "v": "Files\/File71.js" - }, - { - "k": "72", - "v": "Files\/File72.mesh" - }, - { - "k": "73", - "v": "Files\/File73.mesh" - }, - { - "k": "74", - "v": "Files\/File74.oprfb" - }, - { - "k": "75", - "v": "Files\/File75.js" - } - ] - }, - "RemoteApi::ModelManager": { - "api_specs": [ - { - "k": "1674568116313403:27971", - "v": { - "api_spec_id": "98821e72-0407-4125-be80-89a9c7933631", - "name": "Unity SDK - Generic API", - "provider_name": "Camera Kit - Unity SDK", - "description": "A generic API allowing for interchange of information between the Unity SDK and Lens Studio", - "host": "unity", - "documentation_url": "", - "endpoints": [ - { - "ref_id": "unitySendData", - "metadata": { - "name": "", - "description": "" - }, - "parameters": [ - { - "name": "unityData", - "is_optional": "true" - } - ] - } - ], - "local_only": "false", - "visibility": "private", - "source": "developer" - } - } - ] - }, - "WorldComponent": { - "sceneFile": "scene.scn", - "sceneType": "binaryScene", - "hitTestDisabledObjectsList": { - "type_name": "array" - } - } - }, - "controller": { - "IResourceController": { - "public": { - "pathes": [ - { - "k": "976", - "v": "ParamsManager.js" - }, - { - "k": "978", - "v": "Invader@2x.png" - }, - { - "k": "988", - "v": "Unlit.lsmat" - }, - { - "k": "989", - "v": "Textures" - }, - { - "k": "990", - "v": "Textures\/Invader@2x.png" - }, - { - "k": "991", - "v": "Unity SDK - Generic API API Module.js" - }, - { - "k": "992", - "v": "Unity SDK - Generic API API.js" - }, - { - "k": "994", - "v": "Textures\/UFO@2x.png" - }, - { - "k": "995", - "v": "Textures\/Satellite@2x.png" - }, - { - "k": "996", - "v": "Textures\/Invader Button@2x.png" - }, - { - "k": "997", - "v": "Textures\/UFO Button@2x.png" - }, - { - "k": "998", - "v": "Textures\/Satellite Button@2x.png" - }, - { - "k": "999", - "v": "ShipSelector.js" - }, - { - "k": "1000", - "v": "Textures\/Invader@2x 2.png" - }, - { - "k": "1001", - "v": "TIlt Head Left_Right Resources" - }, - { - "k": "1002", - "v": "TIlt Head Left_Right Resources\/Tilt Head.js" - }, - { - "k": "1003", - "v": "TIlt Head Left_Right Resources\/Example [DELETE ME]" - }, - { - "k": "1004", - "v": "TIlt Head Left_Right Resources\/Example [DELETE ME]\/Materials" - }, - { - "k": "1005", - "v": "TIlt Head Left_Right Resources\/Example [DELETE ME]\/Materials\/Grey.lsmat" - }, - { - "k": "1006", - "v": "TIlt Head Left_Right Resources\/Example [DELETE ME]\/Materials\/Green.lsmat" - }, - { - "k": "1007", - "v": "TIlt Head Left_Right Resources\/Example [DELETE ME]\/UsageExample.js" - }, - { - "k": "1008", - "v": "TIlt Head Left_Right Resources\/Example [DELETE ME]\/Sphere.mesh" - }, - { - "k": "1009", - "v": "Tilt_Head__PLACE_IN_OBJECTS_PANEL.oprfb" - }, - { - "k": "1010", - "v": "RequestUnityState.js" - } - ], - "hashes": [ - { - "k": "1", - "v": "671afbc1d6810060ccbaac866a91cfa1" - }, - { - "k": "2", - "v": "8e599835d0d45c5879eafb1f474469cd" - }, - { - "k": "967", - "v": "0cf0e87a54f33218fcf92a12d7f0ede2" - }, - { - "k": "969", - "v": "cb607d7b25a160872c49fb4d2635cc33" - }, - { - "k": "970", - "v": "c1b22adb808b801d453498c35c300b9a" - }, - { - "k": "971", - "v": "297b6fcf213bbe172528e5611cca5add" - }, - { - "k": "972", - "v": "c2a082319c8815b06bbc291fdcd8bc5f" - }, - { - "k": "973", - "v": "ed978c2100842783343b8527cb44898b" - }, - { - "k": "974", - "v": "aff223caac98651f5fd7692d4c902d2d" - }, - { - "k": "975", - "v": "9b7777c52f2a97ea0687d50ab8e38a52" - }, - { - "k": "976", - "v": "6b4ade6621aaa55f8faca1bc68d55c73" - }, - { - "k": "977", - "v": "0f1a2adea95d0f938534e86f02354cd2" - }, - { - "k": "978", - "v": "f03e5788149021b169317d8cc79dee81" - }, - { - "k": "987", - "v": "0c8dcfed2f50bb81ac5276a14967c005" - }, - { - "k": "988", - "v": "053bf6d4f190e6b220139020f3cedfe8" - }, - { - "k": "990", - "v": "f03e5788149021b169317d8cc79dee81" - }, - { - "k": "991", - "v": "934f4a4e22cfff7b47314e676d08fd21" - }, - { - "k": "992", - "v": "eefbd02b72d89195a5e4b826648d87e8" - }, - { - "k": "993", - "v": "f03e5788149021b169317d8cc79dee81" - }, - { - "k": "994", - "v": "417fe4026e80d137e1713c4735133032" - }, - { - "k": "995", - "v": "6b12e8234df86dd1c0c36f4f3b83b979" - }, - { - "k": "996", - "v": "980a4f114b0406c051ddfef215ac6237" - }, - { - "k": "997", - "v": "b33c9af0ed2989470fd2a8aa9da8415c" - }, - { - "k": "998", - "v": "9d64bd6850517f4b172269e782af2d91" - }, - { - "k": "999", - "v": "c177f1957349cfef684aedbab53f4f47" - }, - { - "k": "1000", - "v": "f03e5788149021b169317d8cc79dee81" - }, - { - "k": "1002", - "v": "da8baee0aa724546f29552d4ed4701ef" - }, - { - "k": "1005", - "v": "54d91c54fda437fde4b0ab59892d4a47" - }, - { - "k": "1006", - "v": "b615950d6cab81e371d7aa1f5620a078" - }, - { - "k": "1007", - "v": "c2e4801291ff01ccaefc656d5e41800d" - }, - { - "k": "1008", - "v": "ffbce66d7c12d942b13208740e9d0059" - }, - { - "k": "1009", - "v": "7fbf2702fa7fe4e168b53270ed5d0cdb" - }, - { - "k": "1010", - "v": "f47e86d8f4141c9c7c96dcb71c3e63e7" - } - ], - "publicState": { - "tree": { - "isFolder": "true", - "lastModified": "2023-03-20T15:19:24", - "name": "Public", - "hash": "ad346733175487cd75be7a125e53a7dc", - "children": [ - { - "isFolder": "true", - "lastModified": "2023-03-16T14:16:58", - "name": "Textures", - "hash": "ad657aa8683370cdb670a9168ca78a41", - "children": [ - { - "isFolder": "false", - "lastModified": "2023-02-07T21:55:52", - "name": "Invader Button@2x.png", - "hash": "980a4f114b0406c051ddfef215ac6237", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "Invader@2x 2.png", - "hash": "f03e5788149021b169317d8cc79dee81", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-02-07T21:55:52", - "name": "Satellite Button@2x.png", - "hash": "9d64bd6850517f4b172269e782af2d91", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-02-07T21:55:52", - "name": "UFO@2x.png", - "hash": "417fe4026e80d137e1713c4735133032", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-02-07T21:55:52", - "name": "Invader@2x.png", - "hash": "f03e5788149021b169317d8cc79dee81", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-02-07T21:55:52", - "name": "Satellite@2x.png", - "hash": "6b12e8234df86dd1c0c36f4f3b83b979", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-02-07T21:55:52", - "name": "UFO Button@2x.png", - "hash": "b33c9af0ed2989470fd2a8aa9da8415c", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-02-07T21:55:52", - "name": "folder.lock", - "hash": "d41d8cd98f00b204e9800998ecf8427e", - "children": "" - } - ] - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "Unity SDK - Generic API API.js", - "hash": "eefbd02b72d89195a5e4b826648d87e8", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2022-12-01T15:16:23", - "name": "ParamsManager.js", - "hash": "6b4ade6621aaa55f8faca1bc68d55c73", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-20T15:19:24", - "name": "RequestUnityState.js", - "hash": "f47e86d8f4141c9c7c96dcb71c3e63e7", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2022-11-21T19:15:54", - "name": "Invader@2x.png", - "hash": "f03e5788149021b169317d8cc79dee81", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "Tilt_Head__PLACE_IN_OBJECTS_PANEL.oprfb", - "hash": "7fbf2702fa7fe4e168b53270ed5d0cdb", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "Unity SDK - Generic API API Module.js", - "hash": "934f4a4e22cfff7b47314e676d08fd21", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "ShipSelector.js", - "hash": "c177f1957349cfef684aedbab53f4f47", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "Unlit.lsmat", - "hash": "053bf6d4f190e6b220139020f3cedfe8", - "children": "" - }, - { - "isFolder": "true", - "lastModified": "2023-03-16T14:16:58", - "name": "TIlt Head Left_Right Resources", - "hash": "30ee57bb824c35f0e28c10edd73375c8", - "children": [ - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "Tilt Head.js", - "hash": "da8baee0aa724546f29552d4ed4701ef", - "children": "" - }, - { - "isFolder": "true", - "lastModified": "2023-03-16T14:16:58", - "name": "Example [DELETE ME]", - "hash": "c438c6272f884097a7e2ba6164cb8c70", - "children": [ - { - "isFolder": "true", - "lastModified": "2023-03-16T14:16:58", - "name": "Materials", - "hash": "e6b96a500a18bf69eea661ae970720a9", - "children": [ - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "Grey.lsmat", - "hash": "54d91c54fda437fde4b0ab59892d4a47", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "Green.lsmat", - "hash": "b615950d6cab81e371d7aa1f5620a078", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "folder.lock", - "hash": "d41d8cd98f00b204e9800998ecf8427e", - "children": "" - } - ] - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "UsageExample.js", - "hash": "c2e4801291ff01ccaefc656d5e41800d", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "Sphere.mesh", - "hash": "ffbce66d7c12d942b13208740e9d0059", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "folder.lock", - "hash": "d41d8cd98f00b204e9800998ecf8427e", - "children": "" - } - ] - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "folder.lock", - "hash": "d41d8cd98f00b204e9800998ecf8427e", - "children": "" - } - ] - }, - { - "isFolder": "false", - "lastModified": "2022-11-21T19:15:54", - "name": "folder.lock", - "hash": "d41d8cd98f00b204e9800998ecf8427e", - "children": "" - } - ] - } - }, - "complexResources": "" - }, - "tree": { - "name": "", - "type": "0", - "subtype": "-1", - "resourceId": "-1", - "dependency": "0", - "hidden": "false", - "uid": "-1:-1", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "18446744073709551615", - "source": "", - "additional": "", - "resources": [ - { - "name": "Render Target", - "type": "1", - "subtype": "1", - "resourceId": "1", - "dependency": "0", - "hidden": "false", - "uid": "1:1", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "18446744073709551615", - "source": "", - "additional": "" - }, - { - "name": "Device Camera Texture", - "type": "1", - "subtype": "3", - "resourceId": "2", - "dependency": "0", - "hidden": "false", - "uid": "2:2", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "18446744073709551615", - "source": "", - "additional": "" - }, - { - "name": "Physics Root World Settings", - "type": "36", - "subtype": "1", - "resourceId": "12", - "dependency": "0", - "hidden": "false", - "uid": "8675309:9035768", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "18446744073709551615", - "source": "", - "additional": "" - }, - { - "name": "ParamsManager", - "type": "4", - "subtype": "0", - "resourceId": "21", - "dependency": "0", - "hidden": "false", - "uid": "1666104031825555:30794", - "fileId": "21", - "originalId": "18446744073709551615", - "publicId": "976", - "source": "\/Users\/eneto\/Documents\/WordOfTheDay_DynamicLens\/Public\/Scripts\/WordOfTheDayManager.js", - "additional": "" - }, - { - "name": "Invader@2x", - "type": "1", - "subtype": "9", - "resourceId": "23", - "dependency": "0", - "hidden": "false", - "uid": "1669027773496460:48059", - "fileId": "24", - "originalId": "25", - "publicId": "978", - "source": "\/Users\/eneto\/Downloads\/Invader@2x.png", - "additional": { - "originHash": "f03e5788149021b169317d8cc79dee81" - } - }, - { - "name": "Unlit", - "type": "2", - "subtype": "1", - "resourceId": "24", - "dependency": "0", - "hidden": "false", - "uid": "1669050340912545:26859", - "fileId": "28", - "originalId": "29", - "publicId": "988", - "source": "", - "additional": "" - }, - { - "name": "Textures", - "type": "0", - "subtype": "-1", - "resourceId": "-1", - "dependency": "0", - "hidden": "false", - "uid": "-1:-1", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "989", - "source": "", - "additional": "", - "resources": [ - { - "name": "Invader@2x", - "type": "1", - "subtype": "9", - "resourceId": "25", - "dependency": "0", - "hidden": "false", - "uid": "1674567957131675:17599", - "fileId": "30", - "originalId": "31", - "publicId": "990", - "source": "\/Users\/eneto\/Library\/Caches\/Snap\/Lens Studio\/temp\/StudioeUHKwiHBSYWA\/\/system\/\/emergencyFiles\/emergencyJpg.jpg", - "additional": { - "originHash": "f03e5788149021b169317d8cc79dee81" - } - }, - { - "name": "UFO@2x", - "type": "1", - "subtype": "9", - "resourceId": "30", - "dependency": "0", - "hidden": "false", - "uid": "1674570924061498:198496", - "fileId": "39", - "originalId": "40", - "publicId": "994", - "source": "\/Users\/eneto\/Downloads\/UFO@2x.png", - "additional": { - "originHash": "417fe4026e80d137e1713c4735133032" - } - }, - { - "name": "Satellite@2x", - "type": "1", - "subtype": "9", - "resourceId": "31", - "dependency": "0", - "hidden": "false", - "uid": "1674570924141260:198554", - "fileId": "42", - "originalId": "43", - "publicId": "995", - "source": "\/Users\/eneto\/Downloads\/Satellite@2x.png", - "additional": { - "originHash": "6b12e8234df86dd1c0c36f4f3b83b979" - } - }, - { - "name": "Invader Button@2x", - "type": "1", - "subtype": "9", - "resourceId": "32", - "dependency": "0", - "hidden": "false", - "uid": "1674570924260920:198725", - "fileId": "45", - "originalId": "46", - "publicId": "996", - "source": "\/Users\/eneto\/Downloads\/Invader Button@2x.png", - "additional": { - "originHash": "980a4f114b0406c051ddfef215ac6237" - } - }, - { - "name": "UFO Button@2x", - "type": "1", - "subtype": "9", - "resourceId": "33", - "dependency": "0", - "hidden": "false", - "uid": "1674570924335533:198737", - "fileId": "48", - "originalId": "49", - "publicId": "997", - "source": "\/Users\/eneto\/Downloads\/UFO Button@2x.png", - "additional": { - "originHash": "b33c9af0ed2989470fd2a8aa9da8415c" - } - }, - { - "name": "Satellite Button@2x", - "type": "1", - "subtype": "9", - "resourceId": "34", - "dependency": "0", - "hidden": "false", - "uid": "1674570924416266:198752", - "fileId": "51", - "originalId": "52", - "publicId": "998", - "source": "\/Users\/eneto\/Downloads\/Satellite Button@2x.png", - "additional": { - "originHash": "9d64bd6850517f4b172269e782af2d91" - } - }, - { - "name": "Invader@2x 2", - "type": "1", - "subtype": "9", - "resourceId": "39", - "dependency": "0", - "hidden": "false", - "uid": "1678208973581355:2308", - "fileId": "61", - "originalId": "62", - "publicId": "1000", - "source": "\/Users\/eneto\/Library\/Caches\/Snap\/Lens Studio\/temp\/StudioOwzRPdLTOJKU\/\/system\/\/emergencyFiles\/emergencyJpg.jpg", - "additional": { - "originHash": "f03e5788149021b169317d8cc79dee81" - } - } - ] - }, - { - "name": "Unity SDK - Generic API", - "type": "27", - "subtype": "0", - "resourceId": "26", - "dependency": "0", - "hidden": "false", - "uid": "1674568116313403:27971", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "18446744073709551615", - "source": "", - "additional": "" - }, - { - "name": "Unity SDK - Generic API API Module", - "type": "4", - "subtype": "0", - "resourceId": "27", - "dependency": "0", - "hidden": "false", - "uid": "1674568116319637:27973", - "fileId": "34", - "originalId": "18446744073709551615", - "publicId": "991", - "source": "\/Users\/eneto\/Library\/Caches\/Snap\/Lens Studio\/temp\/PNFzNXrIByIH.js", - "additional": "" - }, - { - "name": "Unity SDK - Generic API API", - "type": "4", - "subtype": "0", - "resourceId": "28", - "dependency": "0", - "hidden": "false", - "uid": "1674568116325473:27979", - "fileId": "35", - "originalId": "18446744073709551615", - "publicId": "992", - "source": "\/Users\/eneto\/Library\/Caches\/Snap\/Lens Studio\/temp\/pjlbUcRlREGa.js", - "additional": "" - }, - { - "name": "ShipSelector", - "type": "4", - "subtype": "0", - "resourceId": "35", - "dependency": "0", - "hidden": "false", - "uid": "1674571081166410:209688", - "fileId": "60", - "originalId": "18446744073709551615", - "publicId": "999", - "source": "\/Users\/eneto\/Library\/Caches\/Snap\/Lens Studio\/temp\/StudioPyAshodVMykr\/\/system\/\/emergencyFiles\/emergencyJs.js", - "additional": "" - }, - { - "name": "UFO@2x", - "type": "44", - "subtype": "0", - "resourceId": "36", - "dependency": "0", - "hidden": "false", - "uid": "1677758963579298:15524", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "18446744073709551615", - "source": "", - "additional": "" - }, - { - "name": "Satellite@2x", - "type": "44", - "subtype": "0", - "resourceId": "37", - "dependency": "0", - "hidden": "false", - "uid": "1677758983427956:17490", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "18446744073709551615", - "source": "", - "additional": "" - }, - { - "name": "Invader@2x 2", - "type": "44", - "subtype": "0", - "resourceId": "38", - "dependency": "0", - "hidden": "false", - "uid": "1677759048473881:22176", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "18446744073709551615", - "source": "", - "additional": "" - }, - { - "name": "TIlt Head Left_Right Resources", - "type": "0", - "subtype": "-1", - "resourceId": "-1", - "dependency": "0", - "hidden": "false", - "uid": "-1:-1", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "1001", - "source": "", - "additional": "", - "resources": [ - { - "name": "Tilt Head", - "type": "4", - "subtype": "0", - "resourceId": "41", - "dependency": "0", - "hidden": "false", - "uid": "1678209383946422:46985", - "fileId": "66", - "originalId": "18446744073709551615", - "publicId": "1002", - "source": "\/Users\/eneto\/Library\/Caches\/Snap\/Lens Studio\/temp\/StudioOwzRPdLTOJKU\/\/system\/\/emergencyFiles\/emergencyJs.js", - "additional": "" - }, - { - "name": "Example [DELETE ME]", - "type": "0", - "subtype": "-1", - "resourceId": "-1", - "dependency": "0", - "hidden": "false", - "uid": "-1:-1", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "1003", - "source": "", - "additional": "", - "resources": [ - { - "name": "Materials", - "type": "0", - "subtype": "-1", - "resourceId": "-1", - "dependency": "0", - "hidden": "false", - "uid": "-1:-1", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "1004", - "source": "", - "additional": "", - "resources": [ - { - "name": "Grey", - "type": "2", - "subtype": "1", - "resourceId": "42", - "dependency": "0", - "hidden": "false", - "uid": "1678209383959585:46994", - "fileId": "67", - "originalId": "68", - "publicId": "1005", - "source": "", - "additional": "" - }, - { - "name": "Green", - "type": "2", - "subtype": "1", - "resourceId": "43", - "dependency": "0", - "hidden": "false", - "uid": "1678209384080584:47016", - "fileId": "69", - "originalId": "70", - "publicId": "1006", - "source": "", - "additional": "" - } - ] - }, - { - "name": "UsageExample", - "type": "4", - "subtype": "0", - "resourceId": "44", - "dependency": "0", - "hidden": "false", - "uid": "1678209384200134:47038", - "fileId": "71", - "originalId": "18446744073709551615", - "publicId": "1007", - "source": "\/Users\/eneto\/Library\/Caches\/Snap\/Lens Studio\/temp\/StudioOwzRPdLTOJKU\/\/system\/\/emergencyFiles\/emergencyJs.js", - "additional": "" - }, - { - "name": "Sphere", - "type": "3", - "subtype": "0", - "resourceId": "45", - "dependency": "0", - "hidden": "false", - "uid": "1678209384224053:47050", - "fileId": "72", - "originalId": "18446744073709551615", - "publicId": "1008", - "source": "\/Users\/eneto\/Library\/Caches\/Snap\/Lens Studio\/temp\/StudioOwzRPdLTOJKU\/\/system\/\/emergencyFiles\/emergencyMesh.mesh", - "additional": { - "info": { - "vertexAttribs": [ - { - "semantic": "position", - "format": "9", - "canBeDisabled": "false" - }, - { - "semantic": "normal", - "format": "9", - "canBeDisabled": "true" - }, - { - "semantic": "tangent", - "format": "9", - "canBeDisabled": "true" - }, - { - "semantic": "color", - "format": "3", - "canBeDisabled": "true" - }, - { - "semantic": "texture0", - "format": "9", - "canBeDisabled": "true" - } - ], - "hasBlendShapes": "false" - } - } - } - ] - } - ] - }, - { - "name": "Tilt_Head__PLACE_IN_OBJECTS_PANEL", - "type": "12", - "subtype": "0", - "resourceId": "40", - "dependency": "0", - "hidden": "false", - "uid": "1678209383753881:46907", - "fileId": "65", - "originalId": "74", - "publicId": "1009", - "source": "", - "additional": "" - }, - { - "name": "RequestUnityState", - "type": "4", - "subtype": "0", - "resourceId": "46", - "dependency": "0", - "hidden": "false", - "uid": "1678218321164633:138175", - "fileId": "75", - "originalId": "18446744073709551615", - "publicId": "1010", - "source": "\/Users\/eneto\/Library\/Caches\/Snap\/Lens Studio\/temp\/StudioXUEaafWfiFBM\/\/system\/\/emergencyFiles\/emergencyJs.js", - "additional": "" - } - ] - } - }, - "InspectorController": { - "selection": { - "resources": [ - { - "uid": "1678218321164633:138175", - "path_list": [ - "RequestUnityState" - ] - } - ] - } - }, - "EffectsController": { - "1": "", - "2": "", - "3": "", - "4": "", - "5": "", - "6": "", - "7": "", - "8": "", - "10": "", - "11": "", - "12": "", - "13": "", - "14": "", - "15": "", - "16": "", - "17": "", - "18": "", - "19": "", - "20": "", - "22": "", - "23": "", - "24": "", - "25": "", - "26": "", - "27": "", - "28": "", - "29": "", - "30": "", - "31": "", - "32": "", - "33": "", - "34": "" - }, - "ObjectPrefabController": { - "state": { - "objectToInfo": [ - { - "k": "1678209392909619:48091", - "v": { - "prefab": "1678209383753881:46907", - "mapping": [ - { - "k": "1678209384234315:47083", - "v": "1678209392909619:48091" - }, - { - "k": "1678209384234329:47084", - "v": "1678209392910277:48107" - }, - { - "k": "1678209384234439:47095", - "v": "1678209392910859:48119" - }, - { - "k": "1678209384234445:47096", - "v": "1678209392911137:48121" - }, - { - "k": "1678209384234455:47097", - "v": "1678209392912656:48139" - }, - { - "k": "1678209384234458:47098", - "v": "1678209392914039:48146" - }, - { - "k": "1678209384234477:47099", - "v": "1678209392916076:48164" - }, - { - "k": "1678209384234481:47100", - "v": "1678209392917728:48173" - }, - { - "k": "1678209384234509:47102", - "v": "1678209392918393:48176" - }, - { - "k": "1678209384234513:47103", - "v": "1678209392918975:48178" - }, - { - "k": "1678209384234523:47104", - "v": "1678209392920512:48192" - }, - { - "k": "1678209384234526:47105", - "v": "1678209392920821:48194" - } - ] - } - } - ] - }, - "importInfo": "" - }, - "ObjectTracking3DController": { - "hand_tracking_mode": "0" - }, - "Compression::IController": { - "new_compression_info": [ - { - "k": "1669027773496460:48059", - "v": { - "infos": { - "originalSize": "289561", - "compressedSize": "63232", - "originalRAM": "2402816", - "compressedRAM": "301184", - "extension": "png", - "settings": { - "isCompressed": "true", - "level": "2", - "type": "1", - "subtype": "9" - } - }, - "uncompressed_file": "26", - "compressed_files": [ - { - "k": { - "uncompressed_hash": "f03e5788149021b169317d8cc79dee81", - "settings_hash": "2049" - }, - "v": "27" - } - ] - } - }, - { - "k": "1674567957131675:17599", - "v": { - "infos": { - "originalSize": "289561", - "compressedSize": "63232", - "originalRAM": "2402816", - "compressedRAM": "301184", - "extension": "png", - "settings": { - "isCompressed": "true", - "level": "2", - "type": "1", - "subtype": "9" - } - }, - "uncompressed_file": "32", - "compressed_files": [ - { - "k": { - "uncompressed_hash": "f03e5788149021b169317d8cc79dee81", - "settings_hash": "2049" - }, - "v": "33" - } - ] - } - }, - { - "k": "1674570924061498:198496", - "v": { - "infos": { - "originalSize": "297161", - "compressedSize": "73429", - "originalRAM": "2402816", - "compressedRAM": "301184", - "extension": "png", - "settings": { - "isCompressed": "true", - "level": "2", - "type": "1", - "subtype": "9" - } - }, - "uncompressed_file": "41", - "compressed_files": [ - { - "k": { - "uncompressed_hash": "417fe4026e80d137e1713c4735133032", - "settings_hash": "2049" - }, - "v": "55" - } - ] - } - }, - { - "k": "1674570924141260:198554", - "v": { - "infos": { - "originalSize": "716144", - "compressedSize": "193146", - "originalRAM": "2402816", - "compressedRAM": "301184", - "extension": "png", - "settings": { - "isCompressed": "true", - "level": "2", - "type": "1", - "subtype": "9" - } - }, - "uncompressed_file": "44", - "compressed_files": [ - { - "k": { - "uncompressed_hash": "6b12e8234df86dd1c0c36f4f3b83b979", - "settings_hash": "2049" - }, - "v": "56" - } - ] - } - }, - { - "k": "1674570924260920:198725", - "v": { - "infos": { - "originalSize": "174294", - "compressedSize": "38688", - "originalRAM": "2402816", - "compressedRAM": "301184", - "extension": "png", - "settings": { - "isCompressed": "true", - "level": "2", - "type": "1", - "subtype": "9" - } - }, - "uncompressed_file": "47", - "compressed_files": [ - { - "k": { - "uncompressed_hash": "980a4f114b0406c051ddfef215ac6237", - "settings_hash": "2049" - }, - "v": "57" - } - ] - } - }, - { - "k": "1674570924335533:198737", - "v": { - "infos": { - "originalSize": "196021", - "compressedSize": "50052", - "originalRAM": "2402816", - "compressedRAM": "301184", - "extension": "png", - "settings": { - "isCompressed": "true", - "level": "2", - "type": "1", - "subtype": "9" - } - }, - "uncompressed_file": "50", - "compressed_files": [ - { - "k": { - "uncompressed_hash": "b33c9af0ed2989470fd2a8aa9da8415c", - "settings_hash": "2049" - }, - "v": "58" - } - ] - } - }, - { - "k": "1674570924416266:198752", - "v": { - "infos": { - "originalSize": "275157", - "compressedSize": "68206", - "originalRAM": "2402816", - "compressedRAM": "301184", - "extension": "png", - "settings": { - "isCompressed": "true", - "level": "2", - "type": "1", - "subtype": "9" - } - }, - "uncompressed_file": "53", - "compressed_files": [ - { - "k": { - "uncompressed_hash": "9d64bd6850517f4b172269e782af2d91", - "settings_hash": "2049" - }, - "v": "59" - } - ] - } - }, - { - "k": "1678208973581355:2308", - "v": { - "infos": { - "originalSize": "289561", - "compressedSize": "63232", - "originalRAM": "2402816", - "compressedRAM": "301184", - "extension": "png", - "settings": { - "isCompressed": "true", - "level": "2", - "type": "1", - "subtype": "9" - } - }, - "uncompressed_file": "63", - "compressed_files": [ - { - "k": { - "uncompressed_hash": "f03e5788149021b169317d8cc79dee81", - "settings_hash": "2049" - }, - "v": "64" - } - ] - } - }, - { - "k": "1678209384224053:47050", - "v": { - "infos": { - "originalSize": "13151", - "compressedSize": "13151", - "originalRAM": "27388", - "compressedRAM": "27388", - "extension": "mesh", - "settings": { - "isCompressed": "false", - "info": { - "vertexAttribs": [ - { - "semantic": "position", - "format": "9", - "canBeDisabled": "false" - }, - { - "semantic": "normal", - "format": "9", - "canBeDisabled": "true" - }, - { - "semantic": "tangent", - "format": "9", - "canBeDisabled": "true" - }, - { - "semantic": "color", - "format": "3", - "canBeDisabled": "true" - }, - { - "semantic": "texture0", - "format": "9", - "canBeDisabled": "true" - } - ], - "hasBlendShapes": "false" - }, - "type": "0", - "attributeFormat": "", - "draco": { - "posBits": "11", - "texBits": "10", - "normalBits": "8", - "colorBits": "8", - "compressLvl": "7" - } - } - }, - "uncompressed_file": "73", - "compressed_files": "" - } - } - ] - }, - "AssetImportController": { - "itemUidToID": [ - { - "k": "1678209383753881:46907", - "v": "3A46HAk4VykNG8nrCU94Y3" - } - ] - }, - "DigitalGoodsController": { - "digital_goods": "" - } - }, - "templateName": "Empty Project", - "templateUrl": "Lens Studio version 4.22.0" -} diff --git a/lenses/lens0/preview.mp4 b/lenses/lens0/preview.mp4 deleted file mode 100644 index 05d85ff1..00000000 Binary files a/lenses/lens0/preview.mp4 and /dev/null differ diff --git a/lenses/lens0/project.data b/lenses/lens0/project.data deleted file mode 100644 index 4c74a773..00000000 --- a/lenses/lens0/project.data +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7079d70ab7d2baba2826cc8e7674e8e600fb13219e9fc4def041efb8b094a9dc -size 9985103