refactor modules

This commit is contained in:
2023-03-22 17:03:55 +01:00
parent 52cf3a7fbd
commit 128ab216d2
503 changed files with 1835 additions and 379 deletions

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 9fcdb5ec789141778b4acca7a122d1d5
timeCreated: 1683641320

View File

@@ -0,0 +1,142 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 8
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Holo
m_Shader: {fileID: -6465566751694194690, guid: a8038611270959146bc1906238005866,
type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap: {}
disabledShaderPasses: []
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _BaseMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _BumpMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailAlbedoMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailMask:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailNormalMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _Lines:
m_Texture: {fileID: 2800000, guid: b30c13edb6661cc45b14c983ecbb9601, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _OcclusionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _ParallaxMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _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
- _BumpScale: 1
- _ClearCoatMask: 0
- _ClearCoatSmoothness: 0
- _Cull: 2
- _Cutoff: 0.5
- _DetailAlbedoMapScale: 1
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _EnvironmentReflections: 1
- _FresnelPower: 2
- _Fresnel_Power: 2
- _GlossMapScale: 0
- _Glossiness: 0
- _GlossyReflections: 0
- _LinesPower: 0.55
- _Lines_Power: 0.55
- _Metallic: 0
- _OcclusionStrength: 1
- _Parallax: 0.005
- _QueueControl: 0
- _QueueOffset: 0
- _ReceiveShadows: 1
- _Smoothness: 0.5
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _Speed: 0.02
- _SrcBlend: 1
- _Surface: 0
- _Tiling: 256
- _WorkflowMode: 1
- _ZWrite: 1
m_Colors:
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
- _Color: {r: 8, g: 3.5137255, b: 0, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _FresnelColor: {r: 8, g: 3.5137255, b: 0, a: 1}
- _Fresnel_Color: {r: 8, g: 3.5137255, b: 0, a: 1}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
m_BuildTextureStacks: []
--- !u!114 &3422464197433231880
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

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: d1f58490f6d04c64da01277723d63536
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: a8038611270959146bc1906238005866
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3}

View File

@@ -0,0 +1,133 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &-2460207158206054948
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: Symbol
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _EMISSION
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: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _BumpMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailAlbedoMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailMask:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailNormalMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _OcclusionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _ParallaxMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _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: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: fb673d50d37c580449e4df79d236d6d1
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 853ae9495dce4a94bdc8f24e77a3e08f
timeCreated: 1683641726

Binary file not shown.

View File

@@ -0,0 +1,123 @@
fileFormatVersion: 2
guid: b30c13edb6661cc45b14c983ecbb9601
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
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
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 128
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
pSDShowRemoveMatteOption: 1
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 3c30d85c1faa4706bb319e3f5d54b19e
timeCreated: 1683641320

BIN
Assets/Station46/Modules/Symbols/Models/Symbols.blend (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -0,0 +1,108 @@
fileFormatVersion: 2
guid: d85d1c4a0aee1c0488ecef3460974169
ModelImporter:
serializedVersion: 22103
internalIDToNameTable: []
externalObjects: {}
materials:
materialImportMode: 2
materialName: 0
materialSearch: 1
materialLocation: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
removeConstantScaleCurves: 0
motionNodeName:
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 1
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations: []
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
useSRGBMaterialColor: 1
sortHierarchyByName: 1
importVisibility: 1
importBlendShapes: 1
importCameras: 1
importLights: 1
nodeNameCollisionStrategy: 1
fileIdsGeneration: 2
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
keepQuads: 0
weldVertices: 1
bakeAxisConversion: 0
preserveHierarchy: 0
skinWeightsMode: 0
maxBonesPerVertex: 4
minBoneWeight: 0.001
optimizeBones: 1
meshOptimizationFlags: -1
indexFormat: 0
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVMarginMethod: 1
secondaryUVMinLightmapResolution: 40
secondaryUVMinObjectScale: 1
secondaryUVPackMargin: 4
useFileScale: 1
strictVertexDataChecks: 0
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
tangentImportMode: 3
normalCalculationMode: 4
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
blendShapeNormalImportMode: 1
normalSmoothingSource: 0
referencedClips: []
importAnimation: 1
humanDescription:
serializedVersion: 3
human: []
skeleton: []
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 2
humanoidOversampling: 1
avatarSetup: 0
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 9792f411fba7e4746a746bb309cc6f34
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,79 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &5086539726305614196
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 2
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 4833432624659214914, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_Name
value: Ring Symbol A
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5880362977227864918, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_Mesh
value:
objectReference: {fileID: 4060858011744859214, guid: d85d1c4a0aee1c0488ecef3460974169,
type: 3}
m_RemovedComponents: []
m_AddedGameObjects: []
m_SourcePrefab: {fileID: 100100000, guid: c1db242c9c9011b40a6acaf73b4990a0, type: 3}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 566e8dae7e2ac9b4abf618d00025ea5e
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,84 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &5086539726305614196
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 2
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 4833432624659214914, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_Name
value: Ring Symbol 1
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5880362977227864918, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_Mesh
value:
objectReference: {fileID: -6097616886491281762, guid: d85d1c4a0aee1c0488ecef3460974169,
type: 3}
- target: {fileID: 7964296356625319373, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: symbolNumber
value: 1
objectReference: {fileID: 0}
m_RemovedComponents: []
m_AddedGameObjects: []
m_SourcePrefab: {fileID: 100100000, guid: c1db242c9c9011b40a6acaf73b4990a0, type: 3}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: b40c2b3a68d0bb44fa9c18ea3ba3d054
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,84 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &5086539726305614196
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 2
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 4833432624659214914, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_Name
value: Ring Symbol 2
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5880362977227864918, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_Mesh
value:
objectReference: {fileID: -214668054094066933, guid: d85d1c4a0aee1c0488ecef3460974169,
type: 3}
- target: {fileID: 7964296356625319373, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: symbolNumber
value: 2
objectReference: {fileID: 0}
m_RemovedComponents: []
m_AddedGameObjects: []
m_SourcePrefab: {fileID: 100100000, guid: c1db242c9c9011b40a6acaf73b4990a0, type: 3}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: eac27af4fb2fa8346a9f99f12270dc4d
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,84 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &5086539726305614196
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 2
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 4833432624659214914, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_Name
value: Ring Symbol Bottom
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5880362977227864918, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_Mesh
value:
objectReference: {fileID: -7842424474479844189, guid: d85d1c4a0aee1c0488ecef3460974169,
type: 3}
- target: {fileID: 7964296356625319373, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: symbolNumber
value: 0
objectReference: {fileID: 0}
m_RemovedComponents: []
m_AddedGameObjects: []
m_SourcePrefab: {fileID: 100100000, guid: c1db242c9c9011b40a6acaf73b4990a0, type: 3}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 4349f158f5c07dc4a88a6691e9a908ad
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,104 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &5086539726305614196
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 2
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 4833432624659214914, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_Name
value: Ring Symbol Center
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5880362977227864918, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_Mesh
value:
objectReference: {fileID: 3855827757484122689, guid: d85d1c4a0aee1c0488ecef3460974169,
type: 3}
- target: {fileID: 7964296356625319373, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: symbolNumber
value: 1
objectReference: {fileID: 0}
m_RemovedComponents: []
m_AddedGameObjects: []
m_SourcePrefab: {fileID: 100100000, guid: c1db242c9c9011b40a6acaf73b4990a0, type: 3}
--- !u!1 &1172431808515890226 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 6256155650635498822, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
m_PrefabInstance: {fileID: 5086539726305614196}
m_PrefabAsset: {fileID: 0}
--- !u!64 &2453371717484372744
MeshCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1172431808515890226}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 4
m_Convex: 0
m_CookingOptions: 30
m_Mesh: {fileID: 3855827757484122689, guid: d85d1c4a0aee1c0488ecef3460974169, type: 3}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 6acbf6e65f7d9b54fa841b1629f9f035
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,104 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &5086539726305614196
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 2
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 4833432624659214914, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_Name
value: Ring Symbol Top
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5212949492091382008, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5880362977227864918, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: m_Mesh
value:
objectReference: {fileID: 4307573390535264726, guid: d85d1c4a0aee1c0488ecef3460974169,
type: 3}
- target: {fileID: 7964296356625319373, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
propertyPath: symbolNumber
value: 2
objectReference: {fileID: 0}
m_RemovedComponents: []
m_AddedGameObjects: []
m_SourcePrefab: {fileID: 100100000, guid: c1db242c9c9011b40a6acaf73b4990a0, type: 3}
--- !u!1 &1172431808515890226 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 6256155650635498822, guid: c1db242c9c9011b40a6acaf73b4990a0,
type: 3}
m_PrefabInstance: {fileID: 5086539726305614196}
m_PrefabAsset: {fileID: 0}
--- !u!64 &1456371793995733677
MeshCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1172431808515890226}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 4
m_Convex: 0
m_CookingOptions: 30
m_Mesh: {fileID: 4307573390535264726, guid: d85d1c4a0aee1c0488ecef3460974169, type: 3}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 40acd74fc765a924b808a212635b4e08
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,118 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &8393263056101448986
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 2
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 3992741351158361944, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_Name
value: Ring Symbol
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6091946470802925607, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: fb673d50d37c580449e4df79d236d6d1, type: 2}
m_RemovedComponents: []
m_AddedGameObjects: []
m_SourcePrefab: {fileID: 100100000, guid: d448da7d4695ed54cbc3c951c4e78509, type: 3}
--- !u!23 &2373446818059072829 stripped
MeshRenderer:
m_CorrespondingSourceObject: {fileID: 6091946470802925607, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
m_PrefabInstance: {fileID: 8393263056101448986}
m_PrefabAsset: {fileID: 0}
--- !u!1 &4833432624659214914 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 3992741351158361944, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
m_PrefabInstance: {fileID: 8393263056101448986}
m_PrefabAsset: {fileID: 0}
--- !u!114 &7722767201901209326
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4833432624659214914}
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: 2373446818059072829}
--- !u!114 &7964296356625319373
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4833432624659214914}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 1e099fd852792c34188dcf102aa895e4, type: 3}
m_Name:
m_EditorClassIdentifier:
symbolNumber: 0
anglePosition: 0

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: c1db242c9c9011b40a6acaf73b4990a0
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 05094d83e6e34d48a1018c909995bcc4
timeCreated: 1683641320

View File

@@ -0,0 +1,86 @@
using System;
using NaughtyAttributes;
using UnityEngine;
using Logger = EscapeRoomEngine.Engine.Runtime.Utilities.Logger;
using LogType = EscapeRoomEngine.Engine.Runtime.Utilities.LogType;
namespace Station46.Runtime.Puzzle_A
{
public enum SymbolEventType
{
Activated, Deactivated
}
public static class SymbolEventExtensions
{
public static string Description(this SymbolEventType type, Symbol symbol)
{
var action = type switch
{
SymbolEventType.Activated => "activated",
SymbolEventType.Deactivated => "deactivated",
_ => throw new ArgumentOutOfRangeException(nameof(type), type, null)
};
return $"{symbol} was {action}";
}
}
public delegate void SymbolEventHandler(SymbolEventType e);
/// <summary>
/// The main component for the symbols on the symbol ring module.
/// </summary>
[RequireComponent(typeof(Emission))]
public class Symbol : MonoBehaviour
{
[Tooltip("The number of the symbol in the puzzle solution.")]
public int symbolNumber;
[BoxGroup("Internal")]
public int symbolPosition;
[BoxGroup("Internal")]
public float anglePosition;
public event SymbolEventHandler SymbolEvent;
/// <summary>
/// Whether the symbol is lit up. This is controlled by the <see cref="Ring"/>.
/// </summary>
public bool Active
{
set
{
var previous = _emission.active;
_emission.active = value;
if (previous != value)
{
OnSymbolEvent(value ? SymbolEventType.Activated : SymbolEventType.Deactivated);
}
}
}
private Emission _emission;
private void Awake()
{
_emission = GetComponent<Emission>();
}
private void Start()
{
Active = false;
}
private void OnSymbolEvent(SymbolEventType type)
{
Logger.Log(type.Description(this), LogType.PuzzleDetail);
SymbolEvent?.Invoke(type);
}
public override string ToString()
{
return name;
}
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 1e099fd852792c34188dcf102aa895e4
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,13 @@
using UnityEngine;
namespace Station46.Runtime.Puzzle_A
{
/// <summary>
/// A <see cref="HoloButton"/> that includes the number of its assigned symbol.
/// </summary>
public class SymbolButton : HoloButton
{
[Tooltip("The number of the symbol assigned to this button.")]
public int symbolNumber;
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 3d6620bee0f14224b11a19808d537cbd
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,79 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &7407045062122761446
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 2
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 4656853589317644725, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_Mesh
value:
objectReference: {fileID: 4060858011744859214, guid: d85d1c4a0aee1c0488ecef3460974169,
type: 3}
- target: {fileID: 5920126912232503457, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_Name
value: Symbol Button 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
m_RemovedComponents: []
m_AddedGameObjects: []
m_SourcePrefab: {fileID: 100100000, guid: 74282103b754d2148a051b7b3693c921, type: 3}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 86e2d17220add994180c68b9d1accedf
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,84 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &7407045062122761446
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 2
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 4656853589317644725, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_Mesh
value:
objectReference: {fileID: -6097616886491281762, guid: d85d1c4a0aee1c0488ecef3460974169,
type: 3}
- target: {fileID: 5920126912232503457, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_Name
value: Symbol Button 1
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8232915369211415309, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: symbolNumber
value: 1
objectReference: {fileID: 0}
m_RemovedComponents: []
m_AddedGameObjects: []
m_SourcePrefab: {fileID: 100100000, guid: 74282103b754d2148a051b7b3693c921, type: 3}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 56b1289ac81310842badca5f7d86fdb1
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,84 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &7407045062122761446
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 2
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 4656853589317644725, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_Mesh
value:
objectReference: {fileID: -214668054094066933, guid: d85d1c4a0aee1c0488ecef3460974169,
type: 3}
- target: {fileID: 5920126912232503457, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_Name
value: Symbol Button 2
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8232915369211415309, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: symbolNumber
value: 2
objectReference: {fileID: 0}
m_RemovedComponents: []
m_AddedGameObjects: []
m_SourcePrefab: {fileID: 100100000, guid: 74282103b754d2148a051b7b3693c921, type: 3}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 2fcd14b3dc000e542b7397d9b160228a
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,89 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &7407045062122761446
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 2
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 292531925237153382, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_Radius
value: 0.01
objectReference: {fileID: 0}
- target: {fileID: 4656853589317644725, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_Mesh
value:
objectReference: {fileID: -6894377494759034591, guid: d85d1c4a0aee1c0488ecef3460974169,
type: 3}
- target: {fileID: 5920126912232503457, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_Name
value: Symbol Button Bottom
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8232915369211415309, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: symbolNumber
value: 0
objectReference: {fileID: 0}
m_RemovedComponents: []
m_AddedGameObjects: []
m_SourcePrefab: {fileID: 100100000, guid: 74282103b754d2148a051b7b3693c921, type: 3}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 734ee0af65bcf0f46b8ed1b67e188d88
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,89 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &7407045062122761446
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 2
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 292531925237153382, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_Radius
value: 0.02
objectReference: {fileID: 0}
- target: {fileID: 4656853589317644725, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_Mesh
value:
objectReference: {fileID: -8912172199759672731, guid: d85d1c4a0aee1c0488ecef3460974169,
type: 3}
- target: {fileID: 5920126912232503457, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_Name
value: Symbol Button Center
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8232915369211415309, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: symbolNumber
value: 1
objectReference: {fileID: 0}
m_RemovedComponents: []
m_AddedGameObjects: []
m_SourcePrefab: {fileID: 100100000, guid: 74282103b754d2148a051b7b3693c921, type: 3}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: f707af5c3676ac84b913e69e974f11a4
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,89 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &7407045062122761446
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 2
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 292531925237153382, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_Radius
value: 0.01
objectReference: {fileID: 0}
- target: {fileID: 4656853589317644725, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_Mesh
value:
objectReference: {fileID: -6894377494759034591, guid: d85d1c4a0aee1c0488ecef3460974169,
type: 3}
- target: {fileID: 5920126912232503457, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_Name
value: Symbol Button Top
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6441084954992009755, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8232915369211415309, guid: 74282103b754d2148a051b7b3693c921,
type: 3}
propertyPath: symbolNumber
value: 2
objectReference: {fileID: 0}
m_RemovedComponents: []
m_AddedGameObjects: []
m_SourcePrefab: {fileID: 100100000, guid: 74282103b754d2148a051b7b3693c921, type: 3}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 667f50a4c2696424690c9f4144c67f4c
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,227 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &7296276792083978233
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 2
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 2729712160695412300, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_Mesh
value:
objectReference: {fileID: 4060858011744859214, guid: d85d1c4a0aee1c0488ecef3460974169,
type: 3}
- target: {fileID: 3992741351158361944, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_Name
value: Symbol Button
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4333238779474015714, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6091946470802925607, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: d1f58490f6d04c64da01277723d63536, type: 2}
m_RemovedComponents: []
m_AddedGameObjects: []
m_SourcePrefab: {fileID: 100100000, guid: d448da7d4695ed54cbc3c951c4e78509, type: 3}
--- !u!23 &3588071600122019806 stripped
MeshRenderer:
m_CorrespondingSourceObject: {fileID: 6091946470802925607, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
m_PrefabInstance: {fileID: 7296276792083978233}
m_PrefabAsset: {fileID: 0}
--- !u!1 &5920126912232503457 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 3992741351158361944, guid: d448da7d4695ed54cbc3c951c4e78509,
type: 3}
m_PrefabInstance: {fileID: 7296276792083978233}
m_PrefabAsset: {fileID: 0}
--- !u!135 &292531925237153382
SphereCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5920126912232503457}
m_Material: {fileID: 0}
m_IsTrigger: 1
m_Enabled: 1
serializedVersion: 2
m_Radius: 0.025
m_Center: {x: 0, y: 0, z: 0}
--- !u!114 &441274444389109490
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5920126912232503457}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 8a35f6cfbfba9b548aaa00d52cfe8a50, type: 3}
m_Name:
m_EditorClassIdentifier:
m_InteractionManager: {fileID: 0}
m_Colliders:
- {fileID: 292531925237153382}
m_InteractionLayerMask:
serializedVersion: 2
m_Bits: 4294967295
m_InteractionLayers:
m_Bits: 1
m_SelectMode: 0
m_CustomReticle: {fileID: 0}
m_FirstHoverEntered:
m_PersistentCalls:
m_Calls: []
m_LastHoverExited:
m_PersistentCalls:
m_Calls: []
m_HoverEntered:
m_PersistentCalls:
m_Calls:
- m_Target: {fileID: 8232915369211415309}
m_TargetAssemblyTypeName: EscapeRoomEngine.Station46.Runtime.Button, Station46
m_MethodName: Press
m_Mode: 1
m_Arguments:
m_ObjectArgument: {fileID: 0}
m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
m_IntArgument: 0
m_FloatArgument: 0
m_StringArgument:
m_BoolArgument: 0
m_CallState: 2
m_HoverExited:
m_PersistentCalls:
m_Calls:
- m_Target: {fileID: 8232915369211415309}
m_TargetAssemblyTypeName: EscapeRoomEngine.Station46.Runtime.Button, Station46
m_MethodName: Release
m_Mode: 1
m_Arguments:
m_ObjectArgument: {fileID: 0}
m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
m_IntArgument: 0
m_FloatArgument: 0
m_StringArgument:
m_BoolArgument: 0
m_CallState: 2
m_FirstSelectEntered:
m_PersistentCalls:
m_Calls: []
m_LastSelectExited:
m_PersistentCalls:
m_Calls: []
m_SelectEntered:
m_PersistentCalls:
m_Calls: []
m_SelectExited:
m_PersistentCalls:
m_Calls: []
m_Activated:
m_PersistentCalls:
m_Calls: []
m_Deactivated:
m_PersistentCalls:
m_Calls: []
m_OnFirstHoverEntered:
m_PersistentCalls:
m_Calls: []
m_OnLastHoverExited:
m_PersistentCalls:
m_Calls: []
m_OnHoverEntered:
m_PersistentCalls:
m_Calls: []
m_OnHoverExited:
m_PersistentCalls:
m_Calls: []
m_OnSelectEntered:
m_PersistentCalls:
m_Calls: []
m_OnSelectExited:
m_PersistentCalls:
m_Calls: []
m_OnSelectCanceled:
m_PersistentCalls:
m_Calls: []
m_OnActivate:
m_PersistentCalls:
m_Calls: []
m_OnDeactivate:
m_PersistentCalls:
m_Calls: []
--- !u!114 &8232915369211415309
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5920126912232503457}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 3d6620bee0f14224b11a19808d537cbd, type: 3}
m_Name:
m_EditorClassIdentifier:
symbolNumber: 0
theme: {fileID: 11400000, guid: 568d9a7d70f3edb4cb6db66a0010f105, type: 2}
holoRenderer: {fileID: 3588071600122019806}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 74282103b754d2148a051b7b3693c921
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,117 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &2497395721758087260
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 7454593110803733573}
- component: {fileID: 2729712160695412300}
- component: {fileID: 6091946470802925607}
m_Layer: 0
m_Name: Mesh
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &7454593110803733573
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2497395721758087260}
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: 4333238779474015714}
m_RootOrder: -1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &2729712160695412300
MeshFilter:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2497395721758087260}
m_Mesh: {fileID: 0}
--- !u!23 &6091946470802925607
MeshRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2497395721758087260}
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: 0}
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 &3992741351158361944
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4333238779474015714}
m_Layer: 0
m_Name: Symbol
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4333238779474015714
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3992741351158361944}
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: 7454593110803733573}
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: d448da7d4695ed54cbc3c951c4e78509
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: