diff --git a/Assets/Replay/LiveComparer.cs b/Assets/Replay/LiveComparer.cs index e9c0dc291d8cf209677038c0349eab97c9ab4153..b5127497fb234bb7beafae2094eca489ea14a748 100644 --- a/Assets/Replay/LiveComparer.cs +++ b/Assets/Replay/LiveComparer.cs @@ -12,6 +12,7 @@ public class LiveComparer : MonoBehaviour public Replay replay = null; public LeapServiceProvider LeapService = null; public float scoreOffset = 70.0f; + public GameObject backgroundCircle = null; float acceptableScore = 150.0f; float totalScore = 0.0f; @@ -35,10 +36,10 @@ public class LiveComparer : MonoBehaviour void Update () { + FetchPalmsCoordinates (); + UpdateCircleRotation (); if (replay.currentFrame >= 0 && replay.currentFrame < 100) { - FetchPalmsCoordinates (); - if (replay.currentFrame == 0) UpdateOffsetPosition (); @@ -54,6 +55,21 @@ public class LiveComparer : MonoBehaviour } } + void UpdateCircleRotation () + { + Vector4 rotOffs = replay.gestureToReplay.states [0].rotation; + Vector4 rotCircle = leftPalmRotation - rotOffs; + + backgroundCircle.transform.rotation = new Quaternion(0, 0, 0, rotCircle.w); + backgroundCircle.transform.Rotate(new Vector3(270, 0, 0)); //circle facing camera + + float degreesX = rotCircle.x * 360 / 3.14f; + //float degreesY = rotCircle.y * 360 / 3.14f; + //float degreesZ = rotCircle.z * 360 / 3.14f; + backgroundCircle.transform.Rotate(new Vector3(0, degreesX, 0)); //angle from leap hand + backgroundCircle.transform.Rotate(new Vector3(0, -70, 0)); //offset for target + } + void UpdateOffsetPosition () { offsetPosition = replay.gestureToReplay.states [replay.currentFrame].position - leftPalmPosition; diff --git a/Assets/Scenes/Replay.unity b/Assets/Scenes/Replay.unity index dced61e37f6349b9ddc032dbd154378770cc86fb..738aae8e6d24d851150cc6df690496ef87b4a122 100644 --- a/Assets/Scenes/Replay.unity +++ b/Assets/Scenes/Replay.unity @@ -1166,6 +1166,92 @@ CanvasRenderer: m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 799589078} +--- !u!1 &869340369 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 869340370} + - component: {fileID: 869340373} + - component: {fileID: 869340372} + - component: {fileID: 869340371} + m_Layer: 0 + m_Name: BackgroundPlane + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &869340370 +Transform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 869340369} + m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: -0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 566} + m_LocalScale: {x: 139.66, y: 20, z: 66.5} + m_Children: [] + m_Father: {fileID: 1394823279} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 270, y: 0, z: 0} +--- !u!23 &869340371 +MeshRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 869340369} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_Materials: + - {fileID: 2100000, guid: 725710dec0cbf69429cd648047064ac3, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_PreserveUVs: 1 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!64 &869340372 +MeshCollider: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 869340369} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Convex: 0 + m_InflateMesh: 0 + m_SkinWidth: 0.01 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!33 &869340373 +MeshFilter: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 869340369} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} --- !u!1 &886768370 GameObject: m_ObjectHideFlags: 0 @@ -1330,6 +1416,91 @@ MonoBehaviour: Transform: m_PrefabParentObject: {fileID: 464466, guid: 869d20cdda15af24aab9e72b5f2eec78, type: 2} m_PrefabInternal: {fileID: 1100443890} +--- !u!1 &1206138039 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1206138040} + - component: {fileID: 1206138043} + - component: {fileID: 1206138042} + - component: {fileID: 1206138041} + m_Layer: 0 + m_Name: BackgroundCircle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1206138040 +Transform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1206138039} + m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: -0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 566} + m_LocalScale: {x: 231.9, y: 20, z: 218.9} + m_Children: [] + m_Father: {fileID: 1394823279} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 270, y: 0, z: 0} +--- !u!23 &1206138041 +MeshRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1206138039} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_Materials: + - {fileID: 2100000, guid: 37bd2147ff60e4f419cd5c94824b580a, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_PreserveUVs: 1 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!136 &1206138042 +CapsuleCollider: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1206138039} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + m_Radius: 0.5 + m_Height: 2 + m_Direction: 1 + m_Center: {x: 0, y: 0, z: 0} +--- !u!33 &1206138043 +MeshFilter: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1206138039} + m_Mesh: {fileID: 10206, guid: 0000000000000000e000000000000000, type: 0} --- !u!1 &1208621080 GameObject: m_ObjectHideFlags: 0 @@ -1427,7 +1598,9 @@ Transform: m_LocalRotation: {x: 0.08438388, y: -0, z: -0, w: 0.9964334} m_LocalPosition: {x: -658.8754, y: -284.68463, z: 21.104391} m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] + m_Children: + - {fileID: 869340370} + - {fileID: 1206138040} m_Father: {fileID: 1848223075} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 9.681001, y: 0, z: 0} @@ -1460,8 +1633,8 @@ Camera: m_GameObject: {fileID: 1394823278} m_Enabled: 1 serializedVersion: 2 - m_ClearFlags: 1 - m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0.019607844} + m_ClearFlags: 2 + m_BackGroundColor: {r: 0.43382353, g: 0.43382353, b: 0.43382353, a: 0.019607844} m_NormalizedViewPortRect: serializedVersion: 2 x: 0 @@ -2306,7 +2479,8 @@ MonoBehaviour: totalScoreLabel: {fileID: 799589078} replay: {fileID: 2026651519} LeapService: {fileID: 487240168} - acceptableScore: 100 + scoreOffset: 70 + backgroundCircle: {fileID: 1206138039} --- !u!4 &1896376828 Transform: m_ObjectHideFlags: 0 diff --git a/Assets/Textures/Backgrounds/Materials.meta b/Assets/Textures/Backgrounds/Materials.meta new file mode 100644 index 0000000000000000000000000000000000000000..7db44f6f62a6828886c0f9fe746ba9b17d6bbbea --- /dev/null +++ b/Assets/Textures/Backgrounds/Materials.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: b585e922e263b2c4db7b07aa1579aa8b +folderAsset: yes +timeCreated: 1516042752 +licenseType: Free +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Textures/Backgrounds/Materials/blackwhitestripe_background.mat b/Assets/Textures/Backgrounds/Materials/blackwhitestripe_background.mat new file mode 100644 index 0000000000000000000000000000000000000000..d17c1110cf864c0bf2b0b07d0cdcb1095b211e59 --- /dev/null +++ b/Assets/Textures/Backgrounds/Materials/blackwhitestripe_background.mat @@ -0,0 +1,76 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: blackwhitestripe_background + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: a96fd3b6166880044aa26e2f8e465563, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} diff --git a/Assets/Textures/Backgrounds/Materials/blackwhitestripe_background.mat.meta b/Assets/Textures/Backgrounds/Materials/blackwhitestripe_background.mat.meta new file mode 100644 index 0000000000000000000000000000000000000000..1ab93eb7ae2d7ccef72bced0407dd0bd789858fd --- /dev/null +++ b/Assets/Textures/Backgrounds/Materials/blackwhitestripe_background.mat.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 725710dec0cbf69429cd648047064ac3 +timeCreated: 1516042752 +licenseType: Free +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Textures/Backgrounds/Materials/blackwhitestripe_circle.mat b/Assets/Textures/Backgrounds/Materials/blackwhitestripe_circle.mat new file mode 100644 index 0000000000000000000000000000000000000000..88a99e9af88fa9786cfe0da53239c2d6af861a93 --- /dev/null +++ b/Assets/Textures/Backgrounds/Materials/blackwhitestripe_circle.mat @@ -0,0 +1,76 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: blackwhitestripe_circle + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 57.64, y: 0.35} + m_Offset: {x: -0.73, y: 0.325} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 1b360ec52d6eec04d82e4fdafb3b02ab, type: 3} + m_Scale: {x: 57.64, y: 0.35} + m_Offset: {x: -0.73, y: 0.325} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} diff --git a/Assets/Textures/Backgrounds/Materials/blackwhitestripe_circle.mat.meta b/Assets/Textures/Backgrounds/Materials/blackwhitestripe_circle.mat.meta new file mode 100644 index 0000000000000000000000000000000000000000..8218919462f7064f17df5455a98f10d372aeab04 --- /dev/null +++ b/Assets/Textures/Backgrounds/Materials/blackwhitestripe_circle.mat.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 37bd2147ff60e4f419cd5c94824b580a +timeCreated: 1516042807 +licenseType: Free +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Textures/Backgrounds/blackwhitestripe_background.png b/Assets/Textures/Backgrounds/blackwhitestripe_background.png index 6324e7b215b3c3dec00c1b05f0815deae86fef6c..c31b4f3aa41d784efee89e84555d35ab5b64db9c 100644 Binary files a/Assets/Textures/Backgrounds/blackwhitestripe_background.png and b/Assets/Textures/Backgrounds/blackwhitestripe_background.png differ diff --git a/Assets/Textures/Backgrounds/blackwhitestripe_background.png.meta b/Assets/Textures/Backgrounds/blackwhitestripe_background.png.meta index 771e92b0fe71adc6905ff3dfb54779f2e6d69e6c..a351e2141d20c926190f03091877d49f8a6ebcb4 100644 --- a/Assets/Textures/Backgrounds/blackwhitestripe_background.png.meta +++ b/Assets/Textures/Backgrounds/blackwhitestripe_background.png.meta @@ -8,7 +8,7 @@ TextureImporter: serializedVersion: 4 mipmaps: mipMapMode: 0 - enableMipMap: 1 + enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -34,13 +34,13 @@ TextureImporter: filterMode: -1 aniso: -1 mipBias: -1 - wrapU: -1 - wrapV: -1 + wrapU: 1 + wrapV: 1 wrapW: -1 - nPOTScale: 1 + nPOTScale: 0 lightmap: 0 compressionQuality: 50 - spriteMode: 0 + spriteMode: 1 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -48,9 +48,9 @@ TextureImporter: spriteBorder: {x: 0, y: 0, z: 0, w: 0} spritePixelsToUnits: 100 alphaUsage: 1 - alphaIsTransparency: 0 + alphaIsTransparency: 1 spriteTessellationDetail: -1 - textureType: 0 + textureType: 8 textureShape: 1 maxTextureSizeSet: 0 compressionQualitySet: 0 @@ -65,6 +65,33 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/Assets/Textures/Backgrounds/blackwhitestripe_circle.png.meta b/Assets/Textures/Backgrounds/blackwhitestripe_circle.png.meta index 3328fe310fe23334e185d2fb6fbacb53d089482d..23de26f392f55deb59f36574cb517a8af078dfde 100644 --- a/Assets/Textures/Backgrounds/blackwhitestripe_circle.png.meta +++ b/Assets/Textures/Backgrounds/blackwhitestripe_circle.png.meta @@ -8,7 +8,7 @@ TextureImporter: serializedVersion: 4 mipmaps: mipMapMode: 0 - enableMipMap: 1 + enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -34,13 +34,13 @@ TextureImporter: filterMode: -1 aniso: -1 mipBias: -1 - wrapU: -1 - wrapV: -1 + wrapU: 1 + wrapV: 1 wrapW: -1 - nPOTScale: 1 + nPOTScale: 0 lightmap: 0 compressionQuality: 50 - spriteMode: 0 + spriteMode: 1 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -48,9 +48,9 @@ TextureImporter: spriteBorder: {x: 0, y: 0, z: 0, w: 0} spritePixelsToUnits: 100 alphaUsage: 1 - alphaIsTransparency: 0 + alphaIsTransparency: 1 spriteTessellationDetail: -1 - textureType: 0 + textureType: 8 textureShape: 1 maxTextureSizeSet: 0 compressionQualitySet: 0 @@ -65,6 +65,33 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/ProjectSettings/TagManager.asset b/ProjectSettings/TagManager.asset index 1c92a7840ec11895c76785f65d949a3d20d53355..04be9f1e1d1f066a3b097fb4e1e0dbaca7b461dc 100644 --- a/ProjectSettings/TagManager.asset +++ b/ProjectSettings/TagManager.asset @@ -13,7 +13,7 @@ TagManager: - UI - - - - + - BGLayer - - - @@ -41,3 +41,6 @@ TagManager: - name: Default uniqueID: 0 locked: 0 + - name: BG + uniqueID: 561084313 + locked: 0