diff --git a/Assets/Engine/Runtime/Engine.cs b/Assets/Engine/Runtime/Engine.cs index dfcbf1e..c04c64b 100644 --- a/Assets/Engine/Runtime/Engine.cs +++ b/Assets/Engine/Runtime/Engine.cs @@ -40,7 +40,7 @@ namespace EscapeRoomEngine.Engine.Runtime public int NumberOfRooms => _rooms.Count; public IOption CurrentRoom => NumberOfRooms > 0 ? Some.Of(_rooms[^1]) : None.New(); /// - /// The currendly estimated time for the player to finish the experience. + /// The currently estimated time for the player to finish the experience. /// public float EstimatedTimeRemaining { get; private set; } @@ -126,7 +126,7 @@ namespace EscapeRoomEngine.Engine.Runtime } exit = new Passage(exitDoor); - // add puzzle + // add puzzle if (space.AddModuleWithRequirements(Module.CreateModuleByType(space, puzzle))) { puzzlesAdded++; diff --git a/Assets/Engine/Runtime/Space.cs b/Assets/Engine/Runtime/Space.cs index 5b3c624..719c3b9 100644 --- a/Assets/Engine/Runtime/Space.cs +++ b/Assets/Engine/Runtime/Space.cs @@ -55,7 +55,7 @@ namespace EscapeRoomEngine.Engine.Runtime Engine.Theme.minRoomSize.ProjectAtFloor(), Engine.Theme.playSpace.ProjectAtFloor()); - // connect the space to its passage + // connect the space to its entrance passage entrance.PlaceEntrance(new DoorModule(this, ((DoorModuleDescription)entrance.fromOut.description).connectedDoorDescription)); Modules.Add(entrance.toIn); diff --git a/Assets/Scenes/EscapeRoomEngine.unity b/Assets/Scenes/EscapeRoomEngine.unity index d000a55..953d494 100644 --- a/Assets/Scenes/EscapeRoomEngine.unity +++ b/Assets/Scenes/EscapeRoomEngine.unity @@ -305,7 +305,7 @@ PrefabInstance: - target: {fileID: 6854256364732531324, guid: ecbf9ce952d5f38458b8237a4483c562, type: 3} propertyPath: m_Name - value: Desert XR Origin + value: Station 46 XR Origin objectReference: {fileID: 0} - target: {fileID: 6854256364732531326, guid: ecbf9ce952d5f38458b8237a4483c562, type: 3} @@ -474,7 +474,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} m_Name: m_EditorClassIdentifier: - m_Version: 2 + m_Version: 3 m_UsePipelineSettings: 1 m_AdditionalLightsShadowResolutionTier: 2 m_LightLayerMask: 1 @@ -484,7 +484,7 @@ MonoBehaviour: m_ShadowRenderingLayers: 1 m_LightCookieSize: {x: 1, y: 1} m_LightCookieOffset: {x: 0, y: 0} - m_SoftShadowQuality: 1 + m_SoftShadowQuality: 2 --- !u!1 &832575517 GameObject: m_ObjectHideFlags: 0 diff --git a/Assets/Scenes/StencilPortalScene.unity b/Assets/Scenes/StencilPortalScene.unity index f86b182..46cf954 100644 --- a/Assets/Scenes/StencilPortalScene.unity +++ b/Assets/Scenes/StencilPortalScene.unity @@ -564,7 +564,7 @@ PrefabInstance: - target: {fileID: 6854256364732531324, guid: ecbf9ce952d5f38458b8237a4483c562, type: 3} propertyPath: m_Name - value: Desert XR Origin + value: Station 46 XR Origin objectReference: {fileID: 0} - target: {fileID: 6854256364732531326, guid: ecbf9ce952d5f38458b8237a4483c562, type: 3} @@ -749,6 +749,11 @@ PrefabInstance: propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 2956742473242309810, guid: 07cea580d9888d24c84d8d62747839ad, + type: 3} + propertyPath: m_Name + value: Station 46 Portal Exit + objectReference: {fileID: 0} - target: {fileID: 3171802695548060926, guid: 07cea580d9888d24c84d8d62747839ad, type: 3} propertyPath: linkedPortal @@ -762,7 +767,7 @@ PrefabInstance: - target: {fileID: 5635962022185625128, guid: 07cea580d9888d24c84d8d62747839ad, type: 3} propertyPath: m_Name - value: Desert Portal Exit + value: Station 46 Portal Exit objectReference: {fileID: 0} - target: {fileID: 9212560043793041154, guid: 07cea580d9888d24c84d8d62747839ad, type: 3} @@ -1484,7 +1489,7 @@ PrefabInstance: - target: {fileID: 5635962022185625128, guid: 0f721fa68edd220438bc7bbbe6ede885, type: 3} propertyPath: m_Name - value: Desert Portal Entrance + value: Station 46 Portal Entrance objectReference: {fileID: 0} m_RemovedComponents: [] m_RemovedGameObjects: [] diff --git a/Assets/Station46/Assets/Desert Spawn.asset b/Assets/Station46/Assets/Desert Spawn.asset deleted file mode 100644 index 608728a..0000000 --- a/Assets/Station46/Assets/Desert Spawn.asset +++ /dev/null @@ -1,21 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &11400000 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f5c1202346c34ebc9c3f701a98b50877, type: 3} - m_Name: Desert Spawn - m_EditorClassIdentifier: - types: 00000000 - modulePrefab: {fileID: 1834615596445353898, guid: 0f52b7f0ec633bc4d8bc73cfbef29bf9, - type: 3} - preconditionRequirements: [] - placementRequirements: - - {fileID: 11400000, guid: 43eb2a566a244964aa3a3319eaafe1a8, type: 2} - connectedDoorDescription: {fileID: 11400000} diff --git a/Assets/Station46/Assets/Desert Spawn.asset.meta b/Assets/Station46/Assets/Desert Spawn.asset.meta deleted file mode 100644 index 5b9f98c..0000000 --- a/Assets/Station46/Assets/Desert Spawn.asset.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: f862612dd70c369448b18bbd8094cb38 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 11400000 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Station46/Assets/Desert.asset b/Assets/Station46/Assets/Desert.asset deleted file mode 100644 index c94d585..0000000 --- a/Assets/Station46/Assets/Desert.asset +++ /dev/null @@ -1,39 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &11400000 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 28d04249c1c4438da94b524e7d4afff2, type: 3} - m_Name: Desert - m_EditorClassIdentifier: - minRoomSize: {x: 3, y: 3} - playSpace: {x: 4, y: 3} - spaceTile: {fileID: 3229991053255736984, guid: b8f192f7cebe686468af6b1a71c4605b, - type: 3} - environment: {fileID: 5743657079028767629, guid: 17ecdbaca50efaa4ab503614dfec54a8, - type: 3} - puzzleColor: - hdr: {r: 8, g: 3.5137255, b: 0, a: 1} - ldr: {r: 1, g: 0.44059038, b: 0, a: 1} - solvedColor: - hdr: {r: 0.53333336, g: 7.5607843, b: 0, a: 1} - ldr: {r: 0.42315578, g: 1, b: 0, a: 1} - activeColor: - hdr: {r: 0, g: 4.329412, b: 8, a: 1} - ldr: {r: 0, g: 0.5401311, b: 1, a: 1} - spawnDoor: {fileID: 11400000, guid: f862612dd70c369448b18bbd8094cb38, type: 2} - exitDoorTypes: - - {fileID: 11400000, guid: 83d6800536b1df14287ff2cd8e0d58ce, type: 2} - puzzleCount: {x: 1, y: 1} - puzzleTypes: - - {fileID: 11400000, guid: ecc412010abd45a4aaa7d364b6c3789c, type: 2} - - {fileID: 11400000, guid: 8707242279bb6c541a12dc4491388c42, type: 2} - - {fileID: 11400000, guid: 15dcebb677f5df940839eaaa50274294, type: 2} - - {fileID: 11400000, guid: 3f79d37154e44ca47b54bb43bbe8d9aa, type: 2} - - {fileID: 11400000, guid: ee5a44432e80cd64689be3ff34750339, type: 2} diff --git a/Assets/Station46/Assets/Desert.asset.meta b/Assets/Station46/Assets/Desert.asset.meta deleted file mode 100644 index ca6728e..0000000 --- a/Assets/Station46/Assets/Desert.asset.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 568d9a7d70f3edb4cb6db66a0010f105 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 11400000 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Station46/Assets/Materials/Desert Portal.mat b/Assets/Station46/Assets/Materials/Desert Portal.mat deleted file mode 100644 index 27a90ce..0000000 --- a/Assets/Station46/Assets/Materials/Desert Portal.mat +++ /dev/null @@ -1,136 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &-5745916881453277144 -MonoBehaviour: - m_ObjectHideFlags: 11 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} - m_Name: - m_EditorClassIdentifier: - version: 7 ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Desert Portal - m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - _EMISSION - - _METALLICSPECGLOSSMAP - - _NORMALMAP - - _OCCLUSIONMAP - m_InvalidKeywords: [] - m_LightmapFlags: 2 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: - RenderType: Opaque - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BaseMap: - m_Texture: {fileID: 2800000, guid: 531fd494704381e42b4c62263983734a, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 183a2c62f01ebb94aaa4f65cb4338971, type: 3} - 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: 2800000, guid: a63c413ea6030af438853c6186a65b71, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: 531fd494704381e42b4c62263983734a, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: 6f4e875a4a83b3b4a8758570a82fe568, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: e7e7527ae7d36324e91cb81f28cfecf6, type: 3} - 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} - - _SpecGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_Lightmaps: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_LightmapsInd: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_ShadowMasks: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _AlphaClip: 0 - - _Blend: 0 - - _BlendModePreserveSpecular: 1 - - _BumpScale: 1 - - _ClearCoatMask: 0 - - _ClearCoatSmoothness: 0 - - _Cull: 2 - - _Cutoff: 0.5 - - _DetailAlbedoMapScale: 1 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _DstBlendAlpha: 0 - - _EnvironmentReflections: 1 - - _GlossMapScale: 0 - - _Glossiness: 0 - - _GlossyReflections: 0 - - _Metallic: 0 - - _OcclusionStrength: 1 - - _Parallax: 0.005 - - _QueueOffset: 0 - - _ReceiveShadows: 1 - - _Smoothness: 1 - - _SmoothnessTextureChannel: 0 - - _SpecularHighlights: 1 - - _SrcBlend: 1 - - _SrcBlendAlpha: 1 - - _Surface: 0 - - _WorkflowMode: 1 - - _ZWrite: 1 - m_Colors: - - _BaseColor: {r: 1, g: 1, b: 1, a: 1} - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 8, g: 3.5137255, b: 0, a: 1} - - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} - m_BuildTextureStacks: [] diff --git a/Assets/Station46/Assets/Materials/Desert Portal.mat.meta b/Assets/Station46/Assets/Materials/Desert Portal.mat.meta deleted file mode 100644 index 62c8613..0000000 --- a/Assets/Station46/Assets/Materials/Desert Portal.mat.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: f8e1f11710a5e6d439d170b75393d0f2 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Station46/Assets/Materials/Textures/Desert Portal.meta b/Assets/Station46/Assets/Materials/Textures/Desert Portal.meta deleted file mode 100644 index 39648a6..0000000 --- a/Assets/Station46/Assets/Materials/Textures/Desert Portal.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 1ea978a862c4e43479dabf3010298a7f -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_AlbedoTransparency.png b/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_AlbedoTransparency.png deleted file mode 100644 index 0b0a175..0000000 --- a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_AlbedoTransparency.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19912c78226e32370efde57c59c5ce0d2428f61e28e6ee14b7f131891a816944 -size 13375384 diff --git a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_AlbedoTransparency.png.meta b/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_AlbedoTransparency.png.meta deleted file mode 100644 index 5672532..0000000 --- a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_AlbedoTransparency.png.meta +++ /dev/null @@ -1,124 +0,0 @@ -fileFormatVersion: 2 -guid: 531fd494704381e42b4c62263983734a -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMasterTextureLimit: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 1 - aniso: 1 - mipBias: 0 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 4096 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Server - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_Emission.png b/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_Emission.png deleted file mode 100644 index 864ea4d..0000000 --- a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_Emission.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc58670497211f6fb667ca9fe76b290011aa6555eb86ca9678fe31f3e6ca7454 -size 52694 diff --git a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_Emission.png.meta b/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_Emission.png.meta deleted file mode 100644 index 5b56ef0..0000000 --- a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_Emission.png.meta +++ /dev/null @@ -1,124 +0,0 @@ -fileFormatVersion: 2 -guid: a63c413ea6030af438853c6186a65b71 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMasterTextureLimit: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 1 - aniso: 1 - mipBias: 0 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 4096 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Server - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_MetallicSmoothness.png b/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_MetallicSmoothness.png deleted file mode 100644 index 90b453a..0000000 --- a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_MetallicSmoothness.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50f83a65c37aadd2daa3ca451f77399f44e6dda4153615fd94e822e3ae1e5a59 -size 12658003 diff --git a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_MetallicSmoothness.png.meta b/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_MetallicSmoothness.png.meta deleted file mode 100644 index f8b701a..0000000 --- a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_MetallicSmoothness.png.meta +++ /dev/null @@ -1,124 +0,0 @@ -fileFormatVersion: 2 -guid: 6f4e875a4a83b3b4a8758570a82fe568 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMasterTextureLimit: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 1 - aniso: 1 - mipBias: 0 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 4096 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Server - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_Normal.png b/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_Normal.png deleted file mode 100644 index bc56ec4..0000000 --- a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_Normal.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:139f643ffb018a9d10430a51a455b52c0b1bcb11664ec9154448d02a0884fa2f -size 7837387 diff --git a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_Normal.png.meta b/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_Normal.png.meta deleted file mode 100644 index ffa57f3..0000000 --- a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_Normal.png.meta +++ /dev/null @@ -1,124 +0,0 @@ -fileFormatVersion: 2 -guid: 183a2c62f01ebb94aaa4f65cb4338971 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMasterTextureLimit: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 1 - aniso: 1 - mipBias: 0 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 4096 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Server - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_Occlusion.png b/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_Occlusion.png deleted file mode 100644 index c46f2f9..0000000 --- a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_Occlusion.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70cf435ee95f5e48826432865ea5b59de0e8c8dcc502966b3dad21dd133cfeca -size 2683421 diff --git a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_Occlusion.png.meta b/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_Occlusion.png.meta deleted file mode 100644 index 581b2f0..0000000 --- a/Assets/Station46/Assets/Materials/Textures/Desert Portal/Desert Portal_Portal Frame Exit_Occlusion.png.meta +++ /dev/null @@ -1,124 +0,0 @@ -fileFormatVersion: 2 -guid: e7e7527ae7d36324e91cb81f28cfecf6 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMasterTextureLimit: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 1 - aniso: 1 - mipBias: 0 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 4096 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Server - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Station46/Assets/Models/Desert Portal.blend b/Assets/Station46/Assets/Models/Station 46 Portal.blend similarity index 100% rename from Assets/Station46/Assets/Models/Desert Portal.blend rename to Assets/Station46/Assets/Models/Station 46 Portal.blend diff --git a/Assets/Station46/Assets/Models/Desert Portal.blend.meta b/Assets/Station46/Assets/Models/Station 46 Portal.blend.meta similarity index 100% rename from Assets/Station46/Assets/Models/Desert Portal.blend.meta rename to Assets/Station46/Assets/Models/Station 46 Portal.blend.meta diff --git a/Assets/Station46/Assets/Models/Desert Portal.blend1 b/Assets/Station46/Assets/Models/Station 46 Portal.blend1 similarity index 100% rename from Assets/Station46/Assets/Models/Desert Portal.blend1 rename to Assets/Station46/Assets/Models/Station 46 Portal.blend1 diff --git a/Assets/Station46/Assets/Models/Desert Portal.blend1.meta b/Assets/Station46/Assets/Models/Station 46 Portal.blend1.meta similarity index 100% rename from Assets/Station46/Assets/Models/Desert Portal.blend1.meta rename to Assets/Station46/Assets/Models/Station 46 Portal.blend1.meta diff --git a/Assets/Station46/Assets/Models/Desert Portal.fbx b/Assets/Station46/Assets/Models/Station 46 Portal.fbx similarity index 100% rename from Assets/Station46/Assets/Models/Desert Portal.fbx rename to Assets/Station46/Assets/Models/Station 46 Portal.fbx diff --git a/Assets/Station46/Assets/Models/Desert Portal.fbx.meta b/Assets/Station46/Assets/Models/Station 46 Portal.fbx.meta similarity index 100% rename from Assets/Station46/Assets/Models/Desert Portal.fbx.meta rename to Assets/Station46/Assets/Models/Station 46 Portal.fbx.meta diff --git a/Assets/Station46/Assets/Modules/Portal/Desert Portal Entrance.asset b/Assets/Station46/Assets/Modules/Portal/Desert Portal Entrance.asset deleted file mode 100644 index 907d8a5..0000000 --- a/Assets/Station46/Assets/Modules/Portal/Desert Portal Entrance.asset +++ /dev/null @@ -1,22 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &11400000 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f5c1202346c34ebc9c3f701a98b50877, type: 3} - m_Name: Desert Portal Entrance - m_EditorClassIdentifier: - types: 00000000 - modulePrefab: {fileID: 3392592227672293041, guid: 0f721fa68edd220438bc7bbbe6ede885, - type: 3} - preconditionRequirements: [] - placementRequirements: - - {fileID: 11400000, guid: 43eb2a566a244964aa3a3319eaafe1a8, type: 2} - connectedDoorDescription: {fileID: 11400000, guid: 83d6800536b1df14287ff2cd8e0d58ce, - type: 2} diff --git a/Assets/Station46/Assets/Modules/Portal/Desert Portal Entrance.asset.meta b/Assets/Station46/Assets/Modules/Portal/Desert Portal Entrance.asset.meta deleted file mode 100644 index dfb1ab7..0000000 --- a/Assets/Station46/Assets/Modules/Portal/Desert Portal Entrance.asset.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 58d2a66244450b94d8a266569cb8d2fa -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 11400000 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Station46/Assets/Modules/Portal/Desert Portal Entrance.prefab b/Assets/Station46/Assets/Modules/Portal/Desert Portal Entrance.prefab deleted file mode 100644 index 845aade..0000000 --- a/Assets/Station46/Assets/Modules/Portal/Desert Portal Entrance.prefab +++ /dev/null @@ -1,506 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &2356004090473610063 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7774350221631063992} - - component: {fileID: 752629358185251236} - - component: {fileID: 8065077931921476553} - m_Layer: 7 - m_Name: Collider - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &7774350221631063992 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2356004090473610063} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 8069972016317824103} - m_RootOrder: -1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!64 &752629358185251236 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2356004090473610063} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 1 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 5 - m_Convex: 1 - m_CookingOptions: 30 - m_Mesh: {fileID: 713088202772470133, guid: a888d535ef5e563418cb8711b9de7c16, type: 3} ---- !u!114 &8065077931921476553 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2356004090473610063} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: bcd51a92199746578f25ab67160cc13d, type: 3} - m_Name: - m_EditorClassIdentifier: - portal: {fileID: 3392592227672293041} ---- !u!1 &2892577287002708294 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2075043192862140148} - m_Layer: 0 - m_Name: Portal Edge - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2075043192862140148 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2892577287002708294} - m_LocalRotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068} - m_LocalPosition: {x: -0.5, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 8069972016317824103} - m_RootOrder: -1 - m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} ---- !u!1 &3282460843981856326 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8260910736228715757} - - component: {fileID: 2519592802286552763} - - component: {fileID: 3543405003471994431} - m_Layer: 9 - m_Name: Surface - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8260910736228715757 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3282460843981856326} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 8069972016317824103} - m_RootOrder: -1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!33 &2519592802286552763 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3282460843981856326} - m_Mesh: {fileID: -7031481941948737425, guid: a888d535ef5e563418cb8711b9de7c16, type: 3} ---- !u!23 &3543405003471994431 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3282460843981856326} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: a288552730b15c74699e69df4ca2e532, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - 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 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!1 &5635962022185625128 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2246995198243242195} - - component: {fileID: 4730225679938238730} - - component: {fileID: 3392592227672293041} - m_Layer: 7 - m_Name: Desert Portal Entrance - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2246995198243242195 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5635962022185625128} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 6713443008366400661} - m_Father: {fileID: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &4730225679938238730 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5635962022185625128} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 17de1e2991b64847bceea06f966f0560, type: 3} - m_Name: - m_EditorClassIdentifier: - color: {r: 8, g: 3.5137255, b: 0, a: 1} - emissionRenderer: {fileID: 4905517471767474057} ---- !u!114 &3392592227672293041 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5635962022185625128} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 20837d5efd544d3eb07657f581cb76d2, type: 3} - m_Name: - m_EditorClassIdentifier: - size: {x: 2, y: 1} - linkedPortal: {fileID: 0} - minNearClipPlane: 0.0001 - screen: {fileID: 6419237152131296747} - portalTransform: {fileID: 2075043192862140148} ---- !u!1 &6999744959693749346 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 297632034835907229} - - component: {fileID: 5559679283225865501} - - component: {fileID: 6419237152131296747} - m_Layer: 7 - m_Name: Screen - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &297632034835907229 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6999744959693749346} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 8069972016317824103} - m_RootOrder: -1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!33 &5559679283225865501 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6999744959693749346} - m_Mesh: {fileID: -7031481941948737425, guid: a888d535ef5e563418cb8711b9de7c16, type: 3} ---- !u!23 &6419237152131296747 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6999744959693749346} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: f6db0041cc34fe9439de56d5d92c8b8d, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - 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 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!1 &7256878337707419357 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8069972016317824103} - m_Layer: 0 - m_Name: Portal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8069972016317824103 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7256878337707419357} - m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 7774350221631063992} - - {fileID: 2731753372031835923} - - {fileID: 8260910736228715757} - - {fileID: 297632034835907229} - - {fileID: 2075043192862140148} - m_Father: {fileID: 6713443008366400661} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} ---- !u!1 &8849014083961458004 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 6713443008366400661} - m_Layer: 0 - m_Name: Origin - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &6713443008366400661 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8849014083961458004} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 1, y: 0, z: 0.5} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 8069972016317824103} - m_Father: {fileID: 2246995198243242195} - m_RootOrder: -1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &9139844951969793274 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2731753372031835923} - - component: {fileID: 8717415820407753879} - - component: {fileID: 4905517471767474057} - - component: {fileID: 153624503187559608} - m_Layer: 0 - m_Name: Frame - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2731753372031835923 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 9139844951969793274} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 8069972016317824103} - m_RootOrder: -1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!33 &8717415820407753879 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 9139844951969793274} - m_Mesh: {fileID: 8693591594648022221, guid: a888d535ef5e563418cb8711b9de7c16, type: 3} ---- !u!23 &4905517471767474057 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 9139844951969793274} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: f8e1f11710a5e6d439d170b75393d0f2, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - 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 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!64 &153624503187559608 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 9139844951969793274} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 0 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 5 - m_Convex: 0 - m_CookingOptions: 30 - m_Mesh: {fileID: 5669159979023191938, guid: a888d535ef5e563418cb8711b9de7c16, type: 3} diff --git a/Assets/Station46/Assets/Modules/Portal/Desert Portal Entrance.prefab.meta b/Assets/Station46/Assets/Modules/Portal/Desert Portal Entrance.prefab.meta deleted file mode 100644 index 6d35028..0000000 --- a/Assets/Station46/Assets/Modules/Portal/Desert Portal Entrance.prefab.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 0f721fa68edd220438bc7bbbe6ede885 -PrefabImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Station46/Assets/Modules/Portal/Desert Portal Exit.asset b/Assets/Station46/Assets/Modules/Portal/Desert Portal Exit.asset deleted file mode 100644 index 780c9b7..0000000 --- a/Assets/Station46/Assets/Modules/Portal/Desert Portal Exit.asset +++ /dev/null @@ -1,24 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &11400000 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f5c1202346c34ebc9c3f701a98b50877, type: 3} - m_Name: Desert Portal Exit - m_EditorClassIdentifier: - types: 01000000 - modulePrefab: {fileID: 1047274803835009197, guid: 07cea580d9888d24c84d8d62747839ad, - type: 3} - preconditionRequirements: [] - placementRequirements: - - {fileID: 11400000, guid: 43eb2a566a244964aa3a3319eaafe1a8, type: 2} - - {fileID: 11400000, guid: ed4830127e9381245a6af07e42c52422, type: 2} - - {fileID: 11400000, guid: 1f1825b71bae09c438a1cb52603347d6, type: 2} - connectedDoorDescription: {fileID: 11400000, guid: 58d2a66244450b94d8a266569cb8d2fa, - type: 2} diff --git a/Assets/Station46/Assets/Modules/Portal/Desert Portal Exit.asset.meta b/Assets/Station46/Assets/Modules/Portal/Desert Portal Exit.asset.meta deleted file mode 100644 index 70f5b9e..0000000 --- a/Assets/Station46/Assets/Modules/Portal/Desert Portal Exit.asset.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 83d6800536b1df14287ff2cd8e0d58ce -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 11400000 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Station46/Assets/Modules/Portal/Desert Portal Exit.prefab b/Assets/Station46/Assets/Modules/Portal/Desert Portal Exit.prefab deleted file mode 100644 index 8593fb2..0000000 --- a/Assets/Station46/Assets/Modules/Portal/Desert Portal Exit.prefab +++ /dev/null @@ -1,506 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &692885643716694355 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7147726913666778841} - m_Layer: 0 - m_Name: Portal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &7147726913666778841 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 692885643716694355} - m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 4829050170106150531} - - {fileID: 8984482798508789121} - - {fileID: 4724628749822797811} - - {fileID: 2904023758929266508} - - {fileID: 8080754438967713432} - m_Father: {fileID: 5709573715699328820} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} ---- !u!1 &2956742473242309810 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 9212560043793041154} - - component: {fileID: 3344629353743447288} - - component: {fileID: 1047274803835009197} - m_Layer: 7 - m_Name: Desert Portal Exit - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &9212560043793041154 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2956742473242309810} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 5709573715699328820} - m_Father: {fileID: 0} - m_RootOrder: -1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &3344629353743447288 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2956742473242309810} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 17de1e2991b64847bceea06f966f0560, type: 3} - m_Name: - m_EditorClassIdentifier: - color: {r: 8, g: 3.5137255, b: 0, a: 1} - emissionRenderer: {fileID: 4937930574110528582} ---- !u!114 &1047274803835009197 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2956742473242309810} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 20837d5efd544d3eb07657f581cb76d2, type: 3} - m_Name: - m_EditorClassIdentifier: - size: {x: 2, y: 1} - linkedPortal: {fileID: 0} - minNearClipPlane: 0.0001 - screen: {fileID: 844969720899552114} - portalTransform: {fileID: 8080754438967713432} ---- !u!1 &3701970131638747585 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2904023758929266508} - - component: {fileID: 4343155170703372635} - - component: {fileID: 844969720899552114} - m_Layer: 7 - m_Name: Screen - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!4 &2904023758929266508 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3701970131638747585} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 7147726913666778841} - m_RootOrder: -1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!33 &4343155170703372635 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3701970131638747585} - m_Mesh: {fileID: -6535995738390492784, guid: a888d535ef5e563418cb8711b9de7c16, type: 3} ---- !u!23 &844969720899552114 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3701970131638747585} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: f6db0041cc34fe9439de56d5d92c8b8d, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - 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 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!1 &3801488564566342271 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4724628749822797811} - - component: {fileID: 756120883950848336} - - component: {fileID: 5216870577976565197} - m_Layer: 9 - m_Name: Surface - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &4724628749822797811 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3801488564566342271} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 7147726913666778841} - m_RootOrder: -1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!33 &756120883950848336 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3801488564566342271} - m_Mesh: {fileID: -6535995738390492784, guid: a888d535ef5e563418cb8711b9de7c16, type: 3} ---- !u!23 &5216870577976565197 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3801488564566342271} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: a288552730b15c74699e69df4ca2e532, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - 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 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!1 &3810401464886095034 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8984482798508789121} - - component: {fileID: 8835486934674523336} - - component: {fileID: 4937930574110528582} - - component: {fileID: 3379533221164645615} - m_Layer: 0 - m_Name: Frame - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8984482798508789121 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3810401464886095034} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 7147726913666778841} - m_RootOrder: -1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!33 &8835486934674523336 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3810401464886095034} - m_Mesh: {fileID: -8872235206753815164, guid: a888d535ef5e563418cb8711b9de7c16, type: 3} ---- !u!23 &4937930574110528582 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3810401464886095034} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: f8e1f11710a5e6d439d170b75393d0f2, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - 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 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!64 &3379533221164645615 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3810401464886095034} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 0 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 5 - m_Convex: 0 - m_CookingOptions: 30 - m_Mesh: {fileID: -3143222921109102288, guid: a888d535ef5e563418cb8711b9de7c16, type: 3} ---- !u!1 &5922104288360195844 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4829050170106150531} - - component: {fileID: 7314462896026850188} - - component: {fileID: 444799748029472969} - m_Layer: 7 - m_Name: Collider - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &4829050170106150531 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5922104288360195844} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 7147726913666778841} - m_RootOrder: -1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!64 &7314462896026850188 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5922104288360195844} - m_Material: {fileID: 0} - m_IncludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_ExcludeLayers: - serializedVersion: 2 - m_Bits: 0 - m_LayerOverridePriority: 0 - m_IsTrigger: 1 - m_ProvidesContacts: 0 - m_Enabled: 1 - serializedVersion: 5 - m_Convex: 1 - m_CookingOptions: 30 - m_Mesh: {fileID: 1373837989805601541, guid: a888d535ef5e563418cb8711b9de7c16, type: 3} ---- !u!114 &444799748029472969 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5922104288360195844} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: bcd51a92199746578f25ab67160cc13d, type: 3} - m_Name: - m_EditorClassIdentifier: - portal: {fileID: 1047274803835009197} ---- !u!1 &8458413232787400471 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 5709573715699328820} - m_Layer: 0 - m_Name: Origin - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &5709573715699328820 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8458413232787400471} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 1, y: 0, z: 0.5} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 7147726913666778841} - m_Father: {fileID: 9212560043793041154} - m_RootOrder: -1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &9093302644436404973 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8080754438967713432} - m_Layer: 0 - m_Name: Portal Edge - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8080754438967713432 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 9093302644436404973} - m_LocalRotation: {x: 0.00000026341777, y: -0.7071068, z: -0.7071068, w: 0.00000026341777} - m_LocalPosition: {x: -0.5, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 7147726913666778841} - m_RootOrder: -1 - m_LocalEulerAnglesHint: {x: -90, y: 0, z: -180} diff --git a/Assets/Station46/Assets/Modules/Portal/Desert Portal Exit.prefab.meta b/Assets/Station46/Assets/Modules/Portal/Desert Portal Exit.prefab.meta deleted file mode 100644 index 404ab2a..0000000 --- a/Assets/Station46/Assets/Modules/Portal/Desert Portal Exit.prefab.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 07cea580d9888d24c84d8d62747839ad -PrefabImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Station46/Assets/Modules/Portal/Station 46 Portal Entrance.prefab b/Assets/Station46/Assets/Modules/Portal/Station 46 Portal Entrance.prefab index d838719..3345ce8 100644 --- a/Assets/Station46/Assets/Modules/Portal/Station 46 Portal Entrance.prefab +++ b/Assets/Station46/Assets/Modules/Portal/Station 46 Portal Entrance.prefab @@ -389,15 +389,15 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8849014083961458004} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 1, y: 0, z: 0.5} + m_LocalRotation: {x: -0, y: 1, z: -0, w: 0.00000043213367} + m_LocalPosition: {x: -0.5, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: - {fileID: 8069972016317824103} m_Father: {fileID: 2246995198243242195} m_RootOrder: -1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} --- !u!1 &9139844951969793274 GameObject: m_ObjectHideFlags: 0 diff --git a/Assets/Station46/Assets/Modules/Portal/Station 46 Portal Exit.prefab b/Assets/Station46/Assets/Modules/Portal/Station 46 Portal Exit.prefab index 1da3ccd..4ef5b5b 100644 --- a/Assets/Station46/Assets/Modules/Portal/Station 46 Portal Exit.prefab +++ b/Assets/Station46/Assets/Modules/Portal/Station 46 Portal Exit.prefab @@ -68,7 +68,7 @@ Transform: m_Children: - {fileID: 5709573715699328820} m_Father: {fileID: 0} - m_RootOrder: -1 + m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &3344629353743447288 MonoBehaviour: @@ -464,15 +464,15 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8458413232787400471} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 1, y: 0, z: 0.5} + m_LocalRotation: {x: -0, y: 1, z: -0, w: 0.000000059604638} + m_LocalPosition: {x: -0.5, y: 0, z: -0.1} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: - {fileID: 7147726913666778841} m_Father: {fileID: 9212560043793041154} m_RootOrder: -1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} --- !u!1 &9093302644436404973 GameObject: m_ObjectHideFlags: 0 diff --git a/Assets/Station46/Assets/Prefabs/Desert Space Tile.prefab b/Assets/Station46/Assets/Prefabs/Desert Space Tile.prefab deleted file mode 100644 index be0ce5d..0000000 --- a/Assets/Station46/Assets/Prefabs/Desert Space Tile.prefab +++ /dev/null @@ -1,91 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &8664788757336834016 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8664788757336834019} - - component: {fileID: 3229991053255736984} - - component: {fileID: 7880032434625960893} - m_Layer: 0 - m_Name: Desert Space Tile - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 2147483647 - m_IsActive: 1 ---- !u!4 &8664788757336834019 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8664788757336834016} - m_LocalRotation: {x: -0, y: -1, z: -0, w: -0.00000035762784} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: -180, z: 0} ---- !u!114 &3229991053255736984 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8664788757336834016} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 01a963b0c69d73e488ebc193ea70326b, type: 3} - m_Name: - m_EditorClassIdentifier: - tilePrefabs: - - location: 6 - prefab: {fileID: 4483222258087546740, guid: 77b4684295838884782186a211a5a6cb, - type: 3} - - location: 7 - prefab: {fileID: -1447634327028791381, guid: 77b4684295838884782186a211a5a6cb, - type: 3} - - location: 8 - prefab: {fileID: -5212206449543053848, guid: 77b4684295838884782186a211a5a6cb, - type: 3} - - location: 3 - prefab: {fileID: -4929169701154996116, guid: 77b4684295838884782186a211a5a6cb, - type: 3} - - location: 4 - prefab: {fileID: -2334870282328881315, guid: 77b4684295838884782186a211a5a6cb, - type: 3} - - location: 5 - prefab: {fileID: -929614819956293028, guid: 77b4684295838884782186a211a5a6cb, - type: 3} - - location: 0 - prefab: {fileID: 2171430479842946829, guid: 77b4684295838884782186a211a5a6cb, - type: 3} - - location: 1 - prefab: {fileID: 2423305530833545252, guid: 77b4684295838884782186a211a5a6cb, - type: 3} - - location: 2 - prefab: {fileID: -8565254895107937726, guid: 77b4684295838884782186a211a5a6cb, - type: 3} - material: {fileID: 2100000, guid: 627fd7178942c81449aae5e08ad11d21, type: 2} - showTile: 0 ---- !u!64 &7880032434625960893 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8664788757336834016} - m_Material: {fileID: 0} - m_IsTrigger: 0 - m_Enabled: 1 - serializedVersion: 4 - m_Convex: 1 - m_CookingOptions: 30 - m_Mesh: {fileID: 0} diff --git a/Assets/Station46/Assets/Prefabs/Desert Space Tile.prefab.meta b/Assets/Station46/Assets/Prefabs/Desert Space Tile.prefab.meta deleted file mode 100644 index 3a43a60..0000000 --- a/Assets/Station46/Assets/Prefabs/Desert Space Tile.prefab.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: b8f192f7cebe686468af6b1a71c4605b -PrefabImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Station46/Assets/Prefabs/Desert Spawn.prefab b/Assets/Station46/Assets/Prefabs/Desert Spawn.prefab deleted file mode 100644 index b87df73..0000000 --- a/Assets/Station46/Assets/Prefabs/Desert Spawn.prefab +++ /dev/null @@ -1,47 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &615130069026427904 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 5782403741593619305} - - component: {fileID: 1834615596445353898} - m_Layer: 0 - m_Name: Desert Spawn - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &5782403741593619305 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 615130069026427904} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1834615596445353898 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 615130069026427904} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 404f750726904ea98f8a85feaca0df66, type: 3} - m_Name: - m_EditorClassIdentifier: - size: {x: 1, y: 1} diff --git a/Assets/Station46/Assets/Prefabs/Desert Spawn.prefab.meta b/Assets/Station46/Assets/Prefabs/Desert Spawn.prefab.meta deleted file mode 100644 index ad2d698..0000000 --- a/Assets/Station46/Assets/Prefabs/Desert Spawn.prefab.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 0f52b7f0ec633bc4d8bc73cfbef29bf9 -PrefabImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Station46/Assets/Prefabs/Desert XR Origin.prefab b/Assets/Station46/Assets/Prefabs/Desert XR Origin.prefab deleted file mode 100644 index 406f384..0000000 --- a/Assets/Station46/Assets/Prefabs/Desert XR Origin.prefab +++ /dev/null @@ -1,146 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1001 &6542684658370590840 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 0} - m_Modifications: - - target: {fileID: 419816427646908932, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_Name - value: Desert XR Origin - objectReference: {fileID: 0} - - target: {fileID: 419816427646908934, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_RootOrder - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 419816427646908934, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 419816427646908934, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 419816427646908934, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 419816427646908934, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 419816427646908934, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 419816427646908934, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 419816427646908934, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 419816427646908934, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 419816427646908934, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 419816427646908934, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 419816428230682305, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_TrackingStateInput.m_Action.m_Id - value: 93c97b32-72bd-4ec9-8a00-456b65f0e211 - objectReference: {fileID: 0} - - target: {fileID: 419816428230682305, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_TrackingStateInput.m_Action.m_Name - value: Tracking State Input - objectReference: {fileID: 0} - - target: {fileID: 419816428804372196, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_TrackingStateInput.m_Action.m_Id - value: 746a5ba8-a4c1-42b8-96b9-be2c12e6586f - objectReference: {fileID: 0} - - target: {fileID: 419816428804372196, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_TrackingStateInput.m_Action.m_Name - value: Tracking State Input - objectReference: {fileID: 0} - - target: {fileID: 419816428871882042, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_TrackingStateInput.m_Action.m_Id - value: 6690d24e-8ae7-40dc-90bb-0c220c159514 - objectReference: {fileID: 0} - - target: {fileID: 419816428871882042, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_TrackingStateInput.m_Action.m_Name - value: Tracking State Input - objectReference: {fileID: 0} - - target: {fileID: 419816429261119706, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_ModelPrefab - value: - objectReference: {fileID: 3680365890358827431, guid: 7bb2b5aee7d244943b4f1bb2f6606ac2, - type: 3} - - target: {fileID: 419816429261119717, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_Radius - value: 0.05 - objectReference: {fileID: 0} - - target: {fileID: 419816429507230469, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_Radius - value: 0.05 - objectReference: {fileID: 0} - - target: {fileID: 419816429507230714, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - propertyPath: m_ModelPrefab - value: - objectReference: {fileID: 3680365890358827431, guid: 7bb2b5aee7d244943b4f1bb2f6606ac2, - type: 3} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 419816428804372187, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - insertIndex: -1 - addedObject: {fileID: 4586981498204149835} - m_SourcePrefab: {fileID: 100100000, guid: c84e0198f66a41b4294f6e8e585192a4, type: 3} ---- !u!1 &6854256365856247459 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 419816428804372187, guid: c84e0198f66a41b4294f6e8e585192a4, - type: 3} - m_PrefabInstance: {fileID: 6542684658370590840} - m_PrefabAsset: {fileID: 0} ---- !u!45 &4586981498204149835 -Skybox: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6854256365856247459} - m_Enabled: 1 - m_CustomSkybox: {fileID: 2100000, guid: b543b13595b5be247a0ef19ffdc5344b, type: 2} diff --git a/Assets/Station46/Assets/Prefabs/Desert XR Origin.prefab.meta b/Assets/Station46/Assets/Prefabs/Desert XR Origin.prefab.meta deleted file mode 100644 index 04b648c..0000000 --- a/Assets/Station46/Assets/Prefabs/Desert XR Origin.prefab.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: ecbf9ce952d5f38458b8237a4483c562 -PrefabImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Station46/Assets/Prefabs/Dispenser/Dispenser.prefab b/Assets/Station46/Assets/Prefabs/Dispenser/Dispenser.prefab index fd44b90..46db39a 100644 --- a/Assets/Station46/Assets/Prefabs/Dispenser/Dispenser.prefab +++ b/Assets/Station46/Assets/Prefabs/Dispenser/Dispenser.prefab @@ -258,8 +258,8 @@ MonoBehaviour: m_PersistentCalls: m_Calls: - m_Target: {fileID: 3942114796521670514} - m_TargetAssemblyTypeName: EscapeRoomEngine.Desert.Runtime.Puzzle_C.Dispenser, - Desert + m_TargetAssemblyTypeName: EscapeRoomEngine.Station46.Runtime.Puzzle_C.Dispenser, + Station46 m_MethodName: CloseHatch m_Mode: 1 m_Arguments: @@ -551,7 +551,7 @@ MonoBehaviour: m_PersistentCalls: m_Calls: - m_Target: {fileID: 3576260418602418605} - m_TargetAssemblyTypeName: EscapeRoomEngine.Desert.Runtime.Button, Desert + m_TargetAssemblyTypeName: EscapeRoomEngine.Station46.Runtime.Button, Station46 m_MethodName: Press m_Mode: 1 m_Arguments: @@ -566,7 +566,7 @@ MonoBehaviour: m_PersistentCalls: m_Calls: - m_Target: {fileID: 3576260418602418605} - m_TargetAssemblyTypeName: EscapeRoomEngine.Desert.Runtime.Button, Desert + m_TargetAssemblyTypeName: EscapeRoomEngine.Station46.Runtime.Button, Station46 m_MethodName: Release m_Mode: 1 m_Arguments: diff --git a/Assets/Station46/Assets/Prefabs/Symbols/Symbol Button.prefab b/Assets/Station46/Assets/Prefabs/Symbols/Symbol Button.prefab index ebbdc48..31af25d 100644 --- a/Assets/Station46/Assets/Prefabs/Symbols/Symbol Button.prefab +++ b/Assets/Station46/Assets/Prefabs/Symbols/Symbol Button.prefab @@ -139,7 +139,7 @@ MonoBehaviour: m_PersistentCalls: m_Calls: - m_Target: {fileID: 8232915369211415309} - m_TargetAssemblyTypeName: EscapeRoomEngine.Desert.Runtime.Button, Desert + m_TargetAssemblyTypeName: EscapeRoomEngine.Station46.Runtime.Button, Station46 m_MethodName: Press m_Mode: 1 m_Arguments: @@ -154,7 +154,7 @@ MonoBehaviour: m_PersistentCalls: m_Calls: - m_Target: {fileID: 8232915369211415309} - m_TargetAssemblyTypeName: EscapeRoomEngine.Desert.Runtime.Button, Desert + m_TargetAssemblyTypeName: EscapeRoomEngine.Station46.Runtime.Button, Station46 m_MethodName: Release m_Mode: 1 m_Arguments: diff --git a/Assets/Station46/README.md b/Assets/Station46/README.md index 2f0a655..2d1b0ef 100644 --- a/Assets/Station46/README.md +++ b/Assets/Station46/README.md @@ -1,3 +1,3 @@ -# Desert +# Station 46 -A desert theme for the VR escape room engine. \ No newline at end of file +A Station 46 theme for the VR escape room engine. \ No newline at end of file diff --git a/Assets/Station46/Runtime/Button.cs b/Assets/Station46/Runtime/Button.cs index 901d9d3..77c2c2a 100644 --- a/Assets/Station46/Runtime/Button.cs +++ b/Assets/Station46/Runtime/Button.cs @@ -5,7 +5,7 @@ using UnityEngine; using Logger = EscapeRoomEngine.Engine.Runtime.Utilities.Logger; using LogType = EscapeRoomEngine.Engine.Runtime.Utilities.LogType; -namespace EscapeRoomEngine.Desert.Runtime +namespace EscapeRoomEngine.Station46.Runtime { public enum ButtonEventType { diff --git a/Assets/Station46/Runtime/Crystal.cs b/Assets/Station46/Runtime/Crystal.cs index d46ab39..6626c5a 100644 --- a/Assets/Station46/Runtime/Crystal.cs +++ b/Assets/Station46/Runtime/Crystal.cs @@ -2,7 +2,7 @@ using NaughtyAttributes; using UnityEngine; -namespace EscapeRoomEngine.Desert.Runtime +namespace EscapeRoomEngine.Station46.Runtime { /// /// A rotating crystal that can change colour. diff --git a/Assets/Station46/Runtime/Desert.asmdef b/Assets/Station46/Runtime/Desert.asmdef deleted file mode 100644 index f34f227..0000000 --- a/Assets/Station46/Runtime/Desert.asmdef +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "Desert", - "rootNamespace": "EscapeRoomEngine", - "references": [ - "GUID:2d68e204354e44f2a2ecf3cfa9213c5f", - "GUID:ba4c7dba98ca4c31818cc46276b5dea1", - "GUID:776d03a35f1b52c4a9aed9f56d7b4229" - ], - "includePlatforms": [], - "excludePlatforms": [], - "allowUnsafeCode": false, - "overrideReferences": false, - "precompiledReferences": [], - "autoReferenced": true, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false -} \ No newline at end of file diff --git a/Assets/Station46/Runtime/Desert.asmdef.meta b/Assets/Station46/Runtime/Desert.asmdef.meta deleted file mode 100644 index cee3a8b..0000000 --- a/Assets/Station46/Runtime/Desert.asmdef.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: 20d0c4bd521546c7859e37019a165e38 -timeCreated: 1668940232 \ No newline at end of file diff --git a/Assets/Station46/Runtime/Dispenser/Dispenser.cs b/Assets/Station46/Runtime/Dispenser/Dispenser.cs index e303500..23772d6 100644 --- a/Assets/Station46/Runtime/Dispenser/Dispenser.cs +++ b/Assets/Station46/Runtime/Dispenser/Dispenser.cs @@ -4,7 +4,7 @@ using UnityEngine; using Logger = EscapeRoomEngine.Engine.Runtime.Utilities.Logger; using LogType = EscapeRoomEngine.Engine.Runtime.Utilities.LogType; -namespace EscapeRoomEngine.Desert.Runtime.Dispenser +namespace EscapeRoomEngine.Station46.Runtime.Dispenser { /// /// The main component for the dispenser module. diff --git a/Assets/Station46/Runtime/Dispenser/DispenserLights.cs b/Assets/Station46/Runtime/Dispenser/DispenserLights.cs index b8425b6..20b7de1 100644 --- a/Assets/Station46/Runtime/Dispenser/DispenserLights.cs +++ b/Assets/Station46/Runtime/Dispenser/DispenserLights.cs @@ -2,7 +2,7 @@ using NaughtyAttributes; using UnityEngine; -namespace EscapeRoomEngine.Desert.Runtime.Dispenser +namespace EscapeRoomEngine.Station46.Runtime.Dispenser { [Serializable] public struct DispenserLightRow diff --git a/Assets/Station46/Runtime/Dispenser/DispenserOrb.cs b/Assets/Station46/Runtime/Dispenser/DispenserOrb.cs index 3e75b3d..7bd97c9 100644 --- a/Assets/Station46/Runtime/Dispenser/DispenserOrb.cs +++ b/Assets/Station46/Runtime/Dispenser/DispenserOrb.cs @@ -1,6 +1,6 @@ using UnityEngine; -namespace EscapeRoomEngine.Desert.Runtime.Dispenser +namespace EscapeRoomEngine.Station46.Runtime.Dispenser { [RequireComponent(typeof(Rigidbody), typeof(Collider), typeof(Emission))] public class DispenserOrb : MonoBehaviour diff --git a/Assets/Station46/Runtime/Emission.cs b/Assets/Station46/Runtime/Emission.cs index 0533af7..a20b7ac 100644 --- a/Assets/Station46/Runtime/Emission.cs +++ b/Assets/Station46/Runtime/Emission.cs @@ -1,7 +1,7 @@ using NaughtyAttributes; using UnityEngine; -namespace EscapeRoomEngine.Desert.Runtime +namespace EscapeRoomEngine.Station46.Runtime { /// /// A general component for controlling the emission of an object. diff --git a/Assets/Station46/Runtime/HoloButton.cs b/Assets/Station46/Runtime/HoloButton.cs index 16e4d92..ec5b259 100644 --- a/Assets/Station46/Runtime/HoloButton.cs +++ b/Assets/Station46/Runtime/HoloButton.cs @@ -1,7 +1,7 @@ using NaughtyAttributes; using UnityEngine; -namespace EscapeRoomEngine.Desert.Runtime +namespace EscapeRoomEngine.Station46.Runtime { /// /// A holographic that changes its colour when it is pressed. diff --git a/Assets/Station46/Runtime/Hoop.cs b/Assets/Station46/Runtime/Hoop.cs index e1016e9..1372459 100644 --- a/Assets/Station46/Runtime/Hoop.cs +++ b/Assets/Station46/Runtime/Hoop.cs @@ -1,12 +1,12 @@ using System.Collections; using System.Collections.Generic; -using EscapeRoomEngine.Desert.Runtime.Dispenser; using EscapeRoomEngine.Engine.Runtime.Modules; using EscapeRoomEngine.Engine.Runtime.Utilities; +using EscapeRoomEngine.Station46.Runtime.Dispenser; using NaughtyAttributes; using UnityEngine; -namespace EscapeRoomEngine.Desert.Runtime +namespace EscapeRoomEngine.Station46.Runtime { /// /// The main component for the orb throwing module. diff --git a/Assets/Station46/Runtime/Portal/Station46Portal.cs b/Assets/Station46/Runtime/Portal/Station46Portal.cs index aeee5de..2090f1d 100644 --- a/Assets/Station46/Runtime/Portal/Station46Portal.cs +++ b/Assets/Station46/Runtime/Portal/Station46Portal.cs @@ -4,10 +4,10 @@ using UnityEngine; namespace EscapeRoomEngine.Station46.Runtime.Portal { /// - /// The desert theme includes its own version of a portal that changes colour when it is unlocked. + /// The Station 46 theme includes its own version of a portal that changes colour when it is unlocked. /// [RequireComponent(typeof(Emission))] - public class DesertPortal : EscapeRoomEngine.Portal.Runtime.Portal + public class Station46Portal : EscapeRoomEngine.Portal.Runtime.Portal { private Emission _emission; diff --git a/Assets/Station46/Runtime/Puzzle A/Ball.cs b/Assets/Station46/Runtime/Puzzle A/Ball.cs index 893bbca..c145188 100644 --- a/Assets/Station46/Runtime/Puzzle A/Ball.cs +++ b/Assets/Station46/Runtime/Puzzle A/Ball.cs @@ -1,7 +1,7 @@ using EscapeRoomEngine.Engine.Runtime.Modules; using NaughtyAttributes; -namespace EscapeRoomEngine.Desert.Runtime.Puzzle_A +namespace EscapeRoomEngine.Station46.Runtime.Puzzle_A { /// /// The main component for the symbol ball module. diff --git a/Assets/Station46/Runtime/Puzzle A/Ring.cs b/Assets/Station46/Runtime/Puzzle A/Ring.cs index 4bf1249..c412fe2 100644 --- a/Assets/Station46/Runtime/Puzzle A/Ring.cs +++ b/Assets/Station46/Runtime/Puzzle A/Ring.cs @@ -4,7 +4,7 @@ using JetBrains.Annotations; using NaughtyAttributes; using UnityEngine; -namespace EscapeRoomEngine.Desert.Runtime.Puzzle_A +namespace EscapeRoomEngine.Station46.Runtime.Puzzle_A { /// /// The rotating ring in the symbol ball module. diff --git a/Assets/Station46/Runtime/Puzzle A/Symbol.cs b/Assets/Station46/Runtime/Puzzle A/Symbol.cs index 54735f5..2b41ffa 100644 --- a/Assets/Station46/Runtime/Puzzle A/Symbol.cs +++ b/Assets/Station46/Runtime/Puzzle A/Symbol.cs @@ -4,7 +4,7 @@ using UnityEngine; using Logger = EscapeRoomEngine.Engine.Runtime.Utilities.Logger; using LogType = EscapeRoomEngine.Engine.Runtime.Utilities.LogType; -namespace EscapeRoomEngine.Desert.Runtime.Puzzle_A +namespace EscapeRoomEngine.Station46.Runtime.Puzzle_A { public enum SymbolEventType { diff --git a/Assets/Station46/Runtime/Puzzle A/SymbolButton.cs b/Assets/Station46/Runtime/Puzzle A/SymbolButton.cs index fc9683c..b588ed0 100644 --- a/Assets/Station46/Runtime/Puzzle A/SymbolButton.cs +++ b/Assets/Station46/Runtime/Puzzle A/SymbolButton.cs @@ -1,6 +1,6 @@ using UnityEngine; -namespace EscapeRoomEngine.Desert.Runtime.Puzzle_A +namespace EscapeRoomEngine.Station46.Runtime.Puzzle_A { /// /// A that includes the number of its assigned symbol. diff --git a/Assets/Station46/Runtime/Puzzle A/Terminal.cs b/Assets/Station46/Runtime/Puzzle A/Terminal.cs index ed88011..6071a49 100644 --- a/Assets/Station46/Runtime/Puzzle A/Terminal.cs +++ b/Assets/Station46/Runtime/Puzzle A/Terminal.cs @@ -8,7 +8,7 @@ using UnityEngine; using Logger = EscapeRoomEngine.Engine.Runtime.Utilities.Logger; using LogType = EscapeRoomEngine.Engine.Runtime.Utilities.LogType; -namespace EscapeRoomEngine.Desert.Runtime.Puzzle_A +namespace EscapeRoomEngine.Station46.Runtime.Puzzle_A { /// /// The main component for the terminal module. diff --git a/Assets/Station46/Runtime/Puzzle B/PuzzleB.cs b/Assets/Station46/Runtime/Puzzle B/PuzzleB.cs index e696ff9..25816e6 100644 --- a/Assets/Station46/Runtime/Puzzle B/PuzzleB.cs +++ b/Assets/Station46/Runtime/Puzzle B/PuzzleB.cs @@ -1,13 +1,13 @@ using System; using System.Collections.Generic; -using EscapeRoomEngine.Desert.Runtime.Puzzle_A; using EscapeRoomEngine.Engine.Runtime; using EscapeRoomEngine.Engine.Runtime.Modules; +using EscapeRoomEngine.Station46.Runtime.Puzzle_A; using JetBrains.Annotations; using NaughtyAttributes; using UnityEngine; -namespace EscapeRoomEngine.Desert.Runtime.Puzzle_B +namespace EscapeRoomEngine.Station46.Runtime.Puzzle_B { [Serializable] internal struct ButtonAction diff --git a/Assets/Station46/Runtime/Puzzle B/Rotator.cs b/Assets/Station46/Runtime/Puzzle B/Rotator.cs index 9fd3636..48fd1eb 100644 --- a/Assets/Station46/Runtime/Puzzle B/Rotator.cs +++ b/Assets/Station46/Runtime/Puzzle B/Rotator.cs @@ -1,7 +1,7 @@ using System; using UnityEngine; -namespace EscapeRoomEngine.Desert.Runtime.Puzzle_B +namespace EscapeRoomEngine.Station46.Runtime.Puzzle_B { /// /// The rotator component used by the hexagon module. diff --git a/Assets/Station46/Runtime/Puzzle C/Hole.cs b/Assets/Station46/Runtime/Puzzle C/Hole.cs index caa7c06..dba3d8e 100644 --- a/Assets/Station46/Runtime/Puzzle C/Hole.cs +++ b/Assets/Station46/Runtime/Puzzle C/Hole.cs @@ -1,7 +1,7 @@ -using EscapeRoomEngine.Desert.Runtime.Dispenser; +using EscapeRoomEngine.Station46.Runtime.Dispenser; using UnityEngine; -namespace EscapeRoomEngine.Desert.Runtime.Puzzle_C +namespace EscapeRoomEngine.Station46.Runtime.Puzzle_C { /// /// A hole used in the module. diff --git a/Assets/Station46/Runtime/Puzzle C/Holes.cs b/Assets/Station46/Runtime/Puzzle C/Holes.cs index 726c317..52ed3a2 100644 --- a/Assets/Station46/Runtime/Puzzle C/Holes.cs +++ b/Assets/Station46/Runtime/Puzzle C/Holes.cs @@ -4,7 +4,7 @@ using EscapeRoomEngine.Engine.Runtime.Utilities; using NaughtyAttributes; using UnityEngine; -namespace EscapeRoomEngine.Desert.Runtime.Puzzle_C +namespace EscapeRoomEngine.Station46.Runtime.Puzzle_C { /// /// The main component for the orb grid module. diff --git a/Assets/Station46/package.json b/Assets/Station46/package.json index 35390f7..4e715b7 100644 --- a/Assets/Station46/package.json +++ b/Assets/Station46/package.json @@ -1,8 +1,8 @@ { - "displayName": "Escape Room Engine Theme - Desert", - "name": "wtf.milan.escape-room-engine.desert", + "displayName": "Escape Room Engine Theme - Station 46", + "name": "wtf.milan.escape-room-engine.station-46", "version": "0.0.1", - "description": "A desert theme for the VR escape room engine.", + "description": "A Station 46 theme for the VR escape room engine.", "unity": "2022.1", "author": { "name": "Milan van Zanten",