diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..ddb6ff8 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "visualstudiotoolsforunity.vstuc" + ] +} diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..da60e25 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,10 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Attach to Unity", + "type": "vstuc", + "request": "attach" + } + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index e232cd6..81abf38 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,55 +1,55 @@ -{ - "files.exclude": - { - "**/.DS_Store":true, - "**/.git":true, - "**/.gitmodules":true, - "**/*.booproj":true, - "**/*.pidb":true, - "**/*.suo":true, - "**/*.user":true, - "**/*.userprefs":true, - "**/*.unityproj":true, - "**/*.dll":true, - "**/*.exe":true, - "**/*.pdf":true, - "**/*.mid":true, - "**/*.midi":true, - "**/*.wav":true, - "**/*.gif":true, - "**/*.ico":true, - "**/*.jpg":true, - "**/*.jpeg":true, - "**/*.png":true, - "**/*.psd":true, - "**/*.tga":true, - "**/*.tif":true, - "**/*.tiff":true, - "**/*.3ds":true, - "**/*.3DS":true, - "**/*.fbx":true, - "**/*.FBX":true, - "**/*.lxo":true, - "**/*.LXO":true, - "**/*.ma":true, - "**/*.MA":true, - "**/*.obj":true, - "**/*.OBJ":true, - "**/*.asset":true, - "**/*.cubemap":true, - "**/*.flare":true, - "**/*.mat":true, - "**/*.meta":true, - "**/*.prefab":true, - "**/*.unity":true, - "build/":true, - "Build/":true, - "Library/":true, - "library/":true, - "obj/":true, - "Obj/":true, - "ProjectSettings/":true, - "temp/":true, - "Temp/":true - } +{ + "files.exclude": { + "**/.DS_Store": true, + "**/.git": true, + "**/.gitmodules": true, + "**/*.booproj": true, + "**/*.pidb": true, + "**/*.suo": true, + "**/*.user": true, + "**/*.userprefs": true, + "**/*.unityproj": true, + "**/*.dll": true, + "**/*.exe": true, + "**/*.pdf": true, + "**/*.mid": true, + "**/*.midi": true, + "**/*.wav": true, + "**/*.gif": true, + "**/*.ico": true, + "**/*.jpg": true, + "**/*.jpeg": true, + "**/*.png": true, + "**/*.psd": true, + "**/*.tga": true, + "**/*.tif": true, + "**/*.tiff": true, + "**/*.3ds": true, + "**/*.3DS": true, + "**/*.fbx": true, + "**/*.FBX": true, + "**/*.lxo": true, + "**/*.LXO": true, + "**/*.ma": true, + "**/*.MA": true, + "**/*.obj": true, + "**/*.OBJ": true, + "**/*.asset": true, + "**/*.cubemap": true, + "**/*.flare": true, + "**/*.mat": true, + "**/*.meta": true, + "**/*.prefab": true, + "**/*.unity": true, + "build/": true, + "Build/": true, + "Library/": true, + "library/": true, + "obj/": true, + "Obj/": true, + "ProjectSettings/": true, + "temp/": true, + "Temp/": true + }, + "dotnet.defaultSolution": "TalesOfNovariel.sln" } \ No newline at end of file diff --git a/Assets/AddressableAssetsData/AssetGroups/Localization-Asset-Tables-English (en).asset b/Assets/AddressableAssetsData/AssetGroups/Localization-Asset-Tables-English (en).asset index 8a270ce..7a47fbe 100644 --- a/Assets/AddressableAssetsData/AssetGroups/Localization-Asset-Tables-English (en).asset +++ b/Assets/AddressableAssetsData/AssetGroups/Localization-Asset-Tables-English (en).asset @@ -23,6 +23,7 @@ MonoBehaviour: m_SerializedLabels: - Locale-en - Preload + FlaggedDuringContentUpdateRestriction: 0 m_ReadOnly: 1 m_Settings: {fileID: 11400000, guid: 32ad8ebbbed827b67a2ab07fb07a244f, type: 2} m_SchemaSet: diff --git a/Assets/AddressableAssetsData/AssetGroups/Localization-Asset-Tables-German (de).asset b/Assets/AddressableAssetsData/AssetGroups/Localization-Asset-Tables-German (de).asset index 49296cb..1fb1c8b 100644 --- a/Assets/AddressableAssetsData/AssetGroups/Localization-Asset-Tables-German (de).asset +++ b/Assets/AddressableAssetsData/AssetGroups/Localization-Asset-Tables-German (de).asset @@ -23,6 +23,7 @@ MonoBehaviour: m_SerializedLabels: - Locale-de - Preload + FlaggedDuringContentUpdateRestriction: 0 m_ReadOnly: 1 m_Settings: {fileID: 11400000, guid: 32ad8ebbbed827b67a2ab07fb07a244f, type: 2} m_SchemaSet: diff --git a/Assets/AddressableAssetsData/AssetGroups/Localization-Assets-Shared.asset b/Assets/AddressableAssetsData/AssetGroups/Localization-Assets-Shared.asset index 2d1fcc9..fbbed46 100644 --- a/Assets/AddressableAssetsData/AssetGroups/Localization-Assets-Shared.asset +++ b/Assets/AddressableAssetsData/AssetGroups/Localization-Assets-Shared.asset @@ -21,10 +21,12 @@ MonoBehaviour: m_Address: Assets/Locals/AssetTable/MyAssets Shared Data.asset m_ReadOnly: 1 m_SerializedLabels: [] + FlaggedDuringContentUpdateRestriction: 0 - m_GUID: 493a625c00a76ca27985d7f7e8d2cb79 m_Address: Assets/Locals/StringTable/MyTexts Shared Data.asset m_ReadOnly: 1 m_SerializedLabels: [] + FlaggedDuringContentUpdateRestriction: 0 m_ReadOnly: 1 m_Settings: {fileID: 11400000, guid: 32ad8ebbbed827b67a2ab07fb07a244f, type: 2} m_SchemaSet: diff --git a/Assets/AddressableAssetsData/AssetGroups/Localization-Locales.asset b/Assets/AddressableAssetsData/AssetGroups/Localization-Locales.asset index d174579..872a742 100644 --- a/Assets/AddressableAssetsData/AssetGroups/Localization-Locales.asset +++ b/Assets/AddressableAssetsData/AssetGroups/Localization-Locales.asset @@ -22,11 +22,13 @@ MonoBehaviour: m_ReadOnly: 1 m_SerializedLabels: - Locale + FlaggedDuringContentUpdateRestriction: 0 - m_GUID: 0aac76c5240b89aeebbf4ec7cdffc00d m_Address: English (en) m_ReadOnly: 1 m_SerializedLabels: - Locale + FlaggedDuringContentUpdateRestriction: 0 m_ReadOnly: 1 m_Settings: {fileID: 11400000, guid: 32ad8ebbbed827b67a2ab07fb07a244f, type: 2} m_SchemaSet: diff --git a/Assets/AddressableAssetsData/AssetGroups/Localization-String-Tables-English (en).asset b/Assets/AddressableAssetsData/AssetGroups/Localization-String-Tables-English (en).asset index 96710e7..46a619c 100644 --- a/Assets/AddressableAssetsData/AssetGroups/Localization-String-Tables-English (en).asset +++ b/Assets/AddressableAssetsData/AssetGroups/Localization-String-Tables-English (en).asset @@ -23,6 +23,7 @@ MonoBehaviour: m_SerializedLabels: - Locale-en - Preload + FlaggedDuringContentUpdateRestriction: 0 m_ReadOnly: 1 m_Settings: {fileID: 11400000, guid: 32ad8ebbbed827b67a2ab07fb07a244f, type: 2} m_SchemaSet: diff --git a/Assets/AddressableAssetsData/AssetGroups/Localization-String-Tables-German (de).asset b/Assets/AddressableAssetsData/AssetGroups/Localization-String-Tables-German (de).asset index 92f434c..e1ec9f2 100644 --- a/Assets/AddressableAssetsData/AssetGroups/Localization-String-Tables-German (de).asset +++ b/Assets/AddressableAssetsData/AssetGroups/Localization-String-Tables-German (de).asset @@ -23,6 +23,7 @@ MonoBehaviour: m_SerializedLabels: - Locale-de - Preload + FlaggedDuringContentUpdateRestriction: 0 m_ReadOnly: 1 m_Settings: {fileID: 11400000, guid: 32ad8ebbbed827b67a2ab07fb07a244f, type: 2} m_SchemaSet: diff --git a/Assets/AddressableAssetsData/Linux/addressables_content_state.bin b/Assets/AddressableAssetsData/Linux/addressables_content_state.bin index b576da6..1aa0e2a 100644 Binary files a/Assets/AddressableAssetsData/Linux/addressables_content_state.bin and b/Assets/AddressableAssetsData/Linux/addressables_content_state.bin differ diff --git a/Assets/AddressableAssetsData/Windows/addressables_content_state.bin b/Assets/AddressableAssetsData/Windows/addressables_content_state.bin index 4d574db..5e41fe1 100644 Binary files a/Assets/AddressableAssetsData/Windows/addressables_content_state.bin and b/Assets/AddressableAssetsData/Windows/addressables_content_state.bin differ diff --git a/Assets/IMG/Icon_Plus.png b/Assets/IMG/Icon_Plus.png new file mode 100644 index 0000000..3ccbabb Binary files /dev/null and b/Assets/IMG/Icon_Plus.png differ diff --git a/Assets/IMG/Icon_Plus.png.meta b/Assets/IMG/Icon_Plus.png.meta new file mode 100644 index 0000000..4e22d6c --- /dev/null +++ b/Assets/IMG/Icon_Plus.png.meta @@ -0,0 +1,123 @@ +fileFormatVersion: 2 +guid: 54c2c1145a8d8c46e893f76e8edbde4a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + 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: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: 1 + spriteTessellationDetail: -1 + textureType: 8 + 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: 2048 + 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: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/New Terrain.asset b/Assets/New Terrain.asset new file mode 100644 index 0000000..75c9a27 Binary files /dev/null and b/Assets/New Terrain.asset differ diff --git a/Assets/New Terrain.asset.meta b/Assets/New Terrain.asset.meta new file mode 100644 index 0000000..35b3411 --- /dev/null +++ b/Assets/New Terrain.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b7f5bf26418e324a69fbeb8e0fe04a16 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 15600000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Rock_1.prefab b/Assets/Prefabs/Rock_1.prefab index 6a4f9d5..0722ca3 100644 --- a/Assets/Prefabs/Rock_1.prefab +++ b/Assets/Prefabs/Rock_1.prefab @@ -27,13 +27,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4852758362040146526} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 1.0000002, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} + m_LocalPosition: {x: 0, y: 1, z: 0} + m_LocalScale: {x: 10, y: 10, z: 10} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!33 &9204369440232886081 MeshFilter: @@ -93,9 +93,17 @@ MeshCollider: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4852758362040146526} 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: 4 + serializedVersion: 5 m_Convex: 1 m_CookingOptions: 30 m_Mesh: {fileID: -5495902117074765545, guid: 0690a27c7b2fa9ee2858c30054d07730, type: 3} @@ -106,10 +114,21 @@ Rigidbody: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4852758362040146526} - serializedVersion: 2 + serializedVersion: 4 m_Mass: 10 m_Drag: 0 m_AngularDrag: 0.05 + m_CenterOfMass: {x: 0, y: 0, z: 0} + m_InertiaTensor: {x: 1, y: 1, z: 1} + m_InertiaRotation: {x: 0, y: 0, z: 0, w: 1} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ImplicitCom: 1 + m_ImplicitTensor: 1 m_UseGravity: 1 m_IsKinematic: 0 m_Interpolate: 0 diff --git a/Assets/Prefabs/rock2.fbx b/Assets/Prefabs/rock2.fbx new file mode 100644 index 0000000..1a309db Binary files /dev/null and b/Assets/Prefabs/rock2.fbx differ diff --git a/Assets/Prefabs/rock2.fbx.meta b/Assets/Prefabs/rock2.fbx.meta new file mode 100644 index 0000000..d336038 --- /dev/null +++ b/Assets/Prefabs/rock2.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: a841290b71f484272994f82eec39daeb +ModelImporter: + serializedVersion: 22200 + 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 1 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 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: diff --git a/Assets/Scenes/GameScene.unity b/Assets/Scenes/GameScene.unity index 71f83e0..07dea20 100644 --- a/Assets/Scenes/GameScene.unity +++ b/Assets/Scenes/GameScene.unity @@ -104,7 +104,7 @@ NavMeshSettings: serializedVersion: 2 m_ObjectHideFlags: 0 m_BuildSettings: - serializedVersion: 2 + serializedVersion: 3 agentTypeID: 0 agentRadius: 0.5 agentHeight: 2 @@ -117,7 +117,7 @@ NavMeshSettings: cellSize: 0.16666667 manualTileSize: 0 tileSize: 256 - accuratePlacement: 0 + buildHeightMesh: 0 maxJobWorkers: 0 preserveTilesOutsideBounds: 0 debug: @@ -156,7 +156,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1568120507} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.85} m_AnchorMax: {x: 1, y: 1} @@ -314,7 +313,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 506672578} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -392,7 +390,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 730668259} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.8} m_AnchorMax: {x: 0.2, y: 0.85} @@ -552,7 +549,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 389433793} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -710,7 +706,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1063798842} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.05, y: 0.25} m_AnchorMax: {x: 0.15, y: 0.75} @@ -879,7 +874,6 @@ RectTransform: m_Children: - {fileID: 1830661319} m_Father: {fileID: 101581438} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.4, y: 0} m_AnchorMax: {x: 0.6, y: 1} @@ -920,7 +914,6 @@ RectTransform: - {fileID: 1216483997} - {fileID: 407076613} m_Father: {fileID: 562210393} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -1029,7 +1022,6 @@ RectTransform: - {fileID: 2009494689} - {fileID: 1048592294} m_Father: {fileID: 1726505616} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -1108,7 +1100,6 @@ RectTransform: - {fileID: 95167370} - {fileID: 1836976601} m_Father: {fileID: 1338146633} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -1223,13 +1214,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 63315621} + serializedVersion: 2 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: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &63315625 MonoBehaviour: @@ -1266,6 +1257,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 307280381} m_Modifications: - target: {fileID: 3850889906121968706, guid: 5db8b46c2df72e0889d7f821ba6a72af, type: 3} @@ -1329,6 +1321,9 @@ PrefabInstance: value: 0 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 5db8b46c2df72e0889d7f821ba6a72af, type: 3} --- !u!1 &74644695 GameObject: @@ -1360,7 +1355,6 @@ RectTransform: m_Children: - {fileID: 358982079} m_Father: {fileID: 859338412} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -1398,7 +1392,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 358982079} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -1475,7 +1468,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 513230400} - m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -1595,7 +1587,6 @@ RectTransform: m_Children: - {fileID: 1052813663} m_Father: {fileID: 583695243} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.4, y: 0.3} m_AnchorMax: {x: 0.6, y: 0.4} @@ -1726,7 +1717,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1601343528} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -1862,6 +1852,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 307280381} m_Modifications: - target: {fileID: 3850889906121968706, guid: 5db8b46c2df72e0889d7f821ba6a72af, type: 3} @@ -1925,6 +1916,9 @@ PrefabInstance: value: 0 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 5db8b46c2df72e0889d7f821ba6a72af, type: 3} --- !u!1 &95167369 GameObject: @@ -1959,7 +1953,6 @@ RectTransform: m_Children: - {fileID: 645873842} m_Father: {fileID: 48693374} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -2049,7 +2042,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 863577856} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.1} @@ -2174,7 +2166,6 @@ RectTransform: - {fileID: 1390263973} - {fileID: 1180432651} m_Father: {fileID: 1186792635} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.95} m_AnchorMax: {x: 1, y: 1} @@ -2224,6 +2215,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 379935330} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -2347,6 +2339,9 @@ PrefabInstance: value: slot15 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &102915191 stripped RectTransform: @@ -2402,7 +2397,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1568120507} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.75} m_AnchorMax: {x: 1, y: 0.85} @@ -2603,7 +2597,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 823777032} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -2681,7 +2674,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1613336974} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -2822,7 +2814,6 @@ RectTransform: - {fileID: 478223900} - {fileID: 1359518112} m_Father: {fileID: 1593760212} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.6} m_AnchorMax: {x: 1, y: 0.65} @@ -2862,7 +2853,6 @@ RectTransform: - {fileID: 604327342} - {fileID: 904322913} m_Father: {fileID: 1509962783} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.2} m_AnchorMax: {x: 1, y: 1} @@ -2939,7 +2929,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1593760212} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.9} m_AnchorMax: {x: 1, y: 1} @@ -3061,7 +3050,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1593760212} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.65} m_AnchorMax: {x: 1, y: 0.75} @@ -3226,7 +3214,6 @@ RectTransform: - {fileID: 501955200} - {fileID: 774846303} m_Father: {fileID: 1156143265} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.1} @@ -3304,7 +3291,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1593760212} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.8} m_AnchorMax: {x: 1, y: 0.9} @@ -3463,7 +3449,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1952068944} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -3552,6 +3537,11 @@ MonoBehaviour: references: version: 2 RefIds: [] +--- !u!4 &173446729 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4390767235630175537, guid: 5db8b46c2df72e0889d7f821ba6a72af, type: 3} + m_PrefabInstance: {fileID: 89348811} + m_PrefabAsset: {fileID: 0} --- !u!1 &177076487 GameObject: m_ObjectHideFlags: 0 @@ -3583,7 +3573,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1269784521} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -3659,7 +3648,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 379348954} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -3735,7 +3723,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 211395981} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -3808,7 +3795,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1336847934} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.25, y: 0.25} m_AnchorMax: {x: 0.75, y: 0.9} @@ -3886,13 +3872,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 195034453} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 1255.1643, y: 487.92395, z: 303.38562} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &197466959 GameObject: @@ -3926,7 +3912,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1851719781} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.25} m_AnchorMax: {x: 1, y: 1} @@ -4046,7 +4031,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1952068944} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -4124,7 +4108,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2041716424} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.9} m_AnchorMax: {x: 1, y: 1} @@ -4281,7 +4264,6 @@ RectTransform: m_Children: - {fileID: 288166351} m_Father: {fileID: 325564844} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -4321,7 +4303,6 @@ RectTransform: - {fileID: 1856634109} - {fileID: 188995210} m_Father: {fileID: 1601343528} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -4399,7 +4380,6 @@ RectTransform: m_Children: - {fileID: 1172954269} m_Father: {fileID: 583695243} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.4, y: 0.4} m_AnchorMax: {x: 0.6, y: 0.5} @@ -4529,7 +4509,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 513230400} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -4621,6 +4600,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 379935330} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -4744,6 +4724,9 @@ PrefabInstance: value: slot4 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &231319424 stripped RectTransform: @@ -4798,7 +4781,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 521488631} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.90200007} m_AnchorMax: {x: 1, y: 1} @@ -4892,6 +4874,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 307280381} m_Modifications: - target: {fileID: 8075644600998223849, guid: 87fc89da61ac4097babaaf42a6bcfd63, type: 3} @@ -4955,12 +4938,21 @@ PrefabInstance: value: tree2 (1) objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 87fc89da61ac4097babaaf42a6bcfd63, type: 3} +--- !u!4 &244118917 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8535042151755895383, guid: 87fc89da61ac4097babaaf42a6bcfd63, type: 3} + m_PrefabInstance: {fileID: 250389354} + m_PrefabAsset: {fileID: 0} --- !u!1001 &250389354 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 307280381} m_Modifications: - target: {fileID: 8075644600998223849, guid: 87fc89da61ac4097babaaf42a6bcfd63, type: 3} @@ -5024,6 +5016,9 @@ PrefabInstance: value: tree2 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 87fc89da61ac4097babaaf42a6bcfd63, type: 3} --- !u!1 &252956360 GameObject: @@ -5058,7 +5053,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2041716424} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.2} m_AnchorMax: {x: 0.2, y: 0.3} @@ -5220,7 +5214,6 @@ RectTransform: - {fileID: 1625554085} - {fileID: 1514620987} m_Father: {fileID: 1726505616} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -5298,7 +5291,6 @@ RectTransform: m_Children: - {fileID: 347957836} m_Father: {fileID: 583695243} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.4, y: 0.5} m_AnchorMax: {x: 0.6, y: 0.6} @@ -5427,7 +5419,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 998506310} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.25, y: 0.25} m_AnchorMax: {x: 0.75, y: 0.9} @@ -5501,7 +5492,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2041716424} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.2, y: 0.3} m_AnchorMax: {x: 0.3, y: 0.4} @@ -5621,7 +5611,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 501955200} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.25, y: 0.25} m_AnchorMax: {x: 0.75, y: 0.9} @@ -5674,6 +5663,7 @@ GameObject: - component: {fileID: 288166351} - component: {fileID: 288166352} - component: {fileID: 288166353} + - component: {fileID: 288166354} m_Layer: 5 m_Name: Handle m_TagString: Untagged @@ -5694,7 +5684,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 210177046} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -5739,6 +5728,70 @@ MonoBehaviour: m_FillOrigin: 0 m_UseSpriteMesh: 0 m_PixelsPerUnitMultiplier: 1 +--- !u!114 &288166354 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 288166350} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 69beb381e244f92449b8c4cf954630e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_TrackedObjects: + - rid: 1039544848768040979 + references: + version: 2 + RefIds: + - rid: 1039544848768040979 + type: {class: TrackedRectTransform, ns: UnityEngine.Localization.PropertyVariants.TrackedObjects, asm: Unity.Localization} + data: + m_Target: {fileID: 288166351} + m_TrackedProperties: + items: + - rid: 1039544848768040980 + - rid: 1039544848768040981 + - rid: 1039544848768040982 + - rid: 1039544848768040980 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMin.x + m_VariantData: + - localeIdentifier: + m_Code: en + value: 0.5 + - localeIdentifier: + m_Code: de + value: 0 + - rid: 1039544848768040981 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMax.x + m_VariantData: + - localeIdentifier: + m_Code: en + value: 0.5 + - localeIdentifier: + m_Code: de + value: 0 + - rid: 1039544848768040982 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMax.y + m_VariantData: + - localeIdentifier: + m_Code: en + value: 1 + - localeIdentifier: + m_Code: de + value: 0 +--- !u!4 &293516615 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8535042151755895383, guid: 87fc89da61ac4097babaaf42a6bcfd63, type: 3} + m_PrefabInstance: {fileID: 243162547} + m_PrefabAsset: {fileID: 0} --- !u!1 &296355391 GameObject: m_ObjectHideFlags: 0 @@ -5750,6 +5803,7 @@ GameObject: - component: {fileID: 296355392} - component: {fileID: 296355394} - component: {fileID: 296355393} + - component: {fileID: 296355395} m_Layer: 5 m_Name: Handle m_TagString: Untagged @@ -5770,7 +5824,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1753219792} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -5815,6 +5868,53 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 296355391} m_CullTransparentMesh: 1 +--- !u!114 &296355395 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296355391} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 69beb381e244f92449b8c4cf954630e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_TrackedObjects: + - rid: 1039544848768040990 + references: + version: 2 + RefIds: + - rid: 1039544848768040990 + type: {class: TrackedRectTransform, ns: UnityEngine.Localization.PropertyVariants.TrackedObjects, asm: Unity.Localization} + data: + m_Target: {fileID: 296355392} + m_TrackedProperties: + items: + - rid: 1039544848768040991 + - rid: 1039544848768040992 + - rid: 1039544848768040991 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMax.x + m_VariantData: + - localeIdentifier: + m_Code: en + value: 1 + - localeIdentifier: + m_Code: de + value: 0 + - rid: 1039544848768040992 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMax.y + m_VariantData: + - localeIdentifier: + m_Code: en + value: 1 + - localeIdentifier: + m_Code: de + value: 0 --- !u!1 &301195759 GameObject: m_ObjectHideFlags: 0 @@ -5846,7 +5946,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 762357522} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -5929,7 +6028,6 @@ RectTransform: - {fileID: 1202590055} - {fileID: 662339202} m_Father: {fileID: 463065573} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.25} m_AnchorMax: {x: 1, y: 0.35} @@ -5979,6 +6077,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 0} m_Modifications: - target: {fileID: 1798136342587897905, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} @@ -6059,6 +6158,57 @@ PrefabInstance: objectReference: {fileID: 0} m_RemovedComponents: - {fileID: 4185506997811146614, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} + m_RemovedGameObjects: [] + m_AddedGameObjects: + - targetCorrespondingSourceObject: {fileID: 6098317668748132349, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} + insertIndex: -1 + addedObject: {fileID: 173446729} + - targetCorrespondingSourceObject: {fileID: 6098317668748132349, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} + insertIndex: -1 + addedObject: {fileID: 331646573} + - targetCorrespondingSourceObject: {fileID: 6098317668748132349, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} + insertIndex: -1 + addedObject: {fileID: 552665166} + - targetCorrespondingSourceObject: {fileID: 6098317668748132349, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} + insertIndex: -1 + addedObject: {fileID: 891624386} + - targetCorrespondingSourceObject: {fileID: 6098317668748132349, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} + insertIndex: -1 + addedObject: {fileID: 1360351265} + - targetCorrespondingSourceObject: {fileID: 6098317668748132349, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} + insertIndex: -1 + addedObject: {fileID: 1545716598} + - targetCorrespondingSourceObject: {fileID: 6098317668748132349, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} + insertIndex: -1 + addedObject: {fileID: 541210196} + - targetCorrespondingSourceObject: {fileID: 6098317668748132349, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} + insertIndex: -1 + addedObject: {fileID: 293516615} + - targetCorrespondingSourceObject: {fileID: 6098317668748132349, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} + insertIndex: -1 + addedObject: {fileID: 414364001} + - targetCorrespondingSourceObject: {fileID: 6098317668748132349, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} + insertIndex: -1 + addedObject: {fileID: 938049233} + - targetCorrespondingSourceObject: {fileID: 6098317668748132349, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} + insertIndex: -1 + addedObject: {fileID: 244118917} + - targetCorrespondingSourceObject: {fileID: 6098317668748132349, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} + insertIndex: -1 + addedObject: {fileID: 582117767} + - targetCorrespondingSourceObject: {fileID: 6098317668748132349, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} + insertIndex: -1 + addedObject: {fileID: 993222376} + - targetCorrespondingSourceObject: {fileID: 6098317668748132349, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} + insertIndex: -1 + addedObject: {fileID: 530214395} + - targetCorrespondingSourceObject: {fileID: 6098317668748132349, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} + insertIndex: -1 + addedObject: {fileID: 801139279} + - targetCorrespondingSourceObject: {fileID: 6098317668748132349, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} + insertIndex: -1 + addedObject: {fileID: 1939685568} + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 6505bf35329c88c4e9b2abb25ca60d22, type: 3} --- !u!4 &307280381 stripped Transform: @@ -6097,7 +6247,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1336847934} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.25} @@ -6191,6 +6340,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 1109855818} m_Modifications: - target: {fileID: 3948338302074099163, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -6314,6 +6464,9 @@ PrefabInstance: value: equipHead objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &315955576 stripped RectTransform: @@ -6369,7 +6522,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2038188362} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.8} m_AnchorMax: {x: 1, y: 1} @@ -6526,7 +6678,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -6642,18 +6793,23 @@ RectTransform: - {fileID: 1223203493} - {fileID: 210177046} m_Father: {fileID: 1593760212} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.75} m_AnchorMax: {x: 1, y: 0.8} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} m_Pivot: {x: 0.5, y: 0.5} +--- !u!4 &331646573 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8096072875447501926, guid: 03da1ae5d5fc867f2820fc4d5680b684, type: 3} + m_PrefabInstance: {fileID: 695811443} + m_PrefabAsset: {fileID: 0} --- !u!1001 &335117415 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 307280381} m_Modifications: - target: {fileID: 453517342273645446, guid: 2b0674735b2057400bb30552676986db, type: 3} @@ -6757,12 +6913,16 @@ PrefabInstance: value: house1 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 2b0674735b2057400bb30552676986db, type: 3} --- !u!1001 &342190734 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 379935330} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -6886,6 +7046,9 @@ PrefabInstance: value: slot14 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &342190735 stripped RectTransform: @@ -6940,7 +7103,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 366342486} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -7061,7 +7223,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1343558895} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.25, y: 1} @@ -7183,7 +7344,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 257718089} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -7344,7 +7504,6 @@ RectTransform: - {fileID: 1572612346} - {fileID: 2128846815} m_Father: {fileID: 1531620867} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.3} m_AnchorMax: {x: 1, y: 0.7} @@ -7420,7 +7579,6 @@ RectTransform: - {fileID: 1827013425} - {fileID: 1418760738} m_Father: {fileID: 513230400} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -7461,7 +7619,6 @@ RectTransform: - {fileID: 1030006308} - {fileID: 506672578} m_Father: {fileID: 1156143265} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.8, y: 0.8} m_AnchorMax: {x: 1, y: 1} @@ -7539,7 +7696,6 @@ RectTransform: - {fileID: 76094212} - {fileID: 1033608578} m_Father: {fileID: 74644696} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 1, y: 0.5} @@ -7626,7 +7782,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 513230400} - m_RootOrder: 15 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -7745,7 +7900,6 @@ RectTransform: m_Children: - {fileID: 344823572} m_Father: {fileID: 907876570} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.67} m_AnchorMax: {x: 1, y: 1} @@ -7823,7 +7977,6 @@ RectTransform: - {fileID: 1599047665} - {fileID: 950079070} m_Father: {fileID: 645873842} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 1, y: 0.5} @@ -7927,7 +8080,6 @@ RectTransform: - {fileID: 1910449387} - {fileID: 1779370832} m_Father: {fileID: 1396595621} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.1, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -8005,7 +8157,6 @@ RectTransform: m_Children: - {fileID: 827291272} m_Father: {fileID: 536741947} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.9, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -8134,7 +8285,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1030006308} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -8212,7 +8362,6 @@ RectTransform: m_Children: - {fileID: 24840619} m_Father: {fileID: 718596642} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.4, y: 0.15} m_AnchorMax: {x: 0.6, y: 0.25} @@ -8341,7 +8490,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1456932137} - m_RootOrder: 14 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -8418,7 +8566,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 759472896} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -8540,7 +8687,6 @@ RectTransform: m_Children: - {fileID: 1757349536} m_Father: {fileID: 43619154} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -8639,6 +8785,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 379935330} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -8762,6 +8909,9 @@ PrefabInstance: value: slot16 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &411567475 stripped RectTransform: @@ -8784,6 +8934,11 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!4 &414364001 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8096072875447501926, guid: 03da1ae5d5fc867f2820fc4d5680b684, type: 3} + m_PrefabInstance: {fileID: 932874322} + m_PrefabAsset: {fileID: 0} --- !u!1 &414601097 GameObject: m_ObjectHideFlags: 0 @@ -8815,7 +8970,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1510172560} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -8891,7 +9045,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1104803249} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.05, y: 0.25} m_AnchorMax: {x: 0.15, y: 0.75} @@ -8966,7 +9119,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 998506310} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.25} @@ -9124,7 +9276,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1879805994} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -9205,7 +9356,6 @@ RectTransform: m_Children: - {fileID: 2111801030} m_Father: {fileID: 1456932137} - m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.25, y: 0.25} @@ -9279,7 +9429,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 513230400} - m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -9398,7 +9547,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 814591216} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -9520,7 +9668,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1509962783} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.2} @@ -9679,7 +9826,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1673373700} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.9} m_AnchorMax: {x: 1, y: 1} @@ -9799,7 +9945,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2089990995} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -9886,7 +10031,6 @@ RectTransform: - {fileID: 302144439} - {fileID: 1734587265} m_Father: {fileID: 521488631} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.15} m_AnchorMax: {x: 1, y: 0.6} @@ -9964,7 +10108,6 @@ RectTransform: m_Children: - {fileID: 1546101236} m_Father: {fileID: 1225828337} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.55, y: 0} m_AnchorMax: {x: 0.7, y: 0.1} @@ -10093,7 +10236,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1124951278} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -10175,7 +10317,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2041716424} - m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.1} m_AnchorMax: {x: 0.2, y: 0.2} @@ -10332,7 +10473,6 @@ RectTransform: m_Children: - {fileID: 1028583764} m_Father: {fileID: 698671415} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -10369,7 +10509,6 @@ RectTransform: m_Children: - {fileID: 1018144436} m_Father: {fileID: 112598148} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.25} m_AnchorMax: {x: 1, y: 0.75} @@ -10381,6 +10520,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 379935330} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -10504,6 +10644,9 @@ PrefabInstance: value: slot13 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &479589533 stripped RectTransform: @@ -10556,7 +10699,6 @@ RectTransform: m_Children: - {fileID: 2059235200} m_Father: {fileID: 575372021} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.25} m_AnchorMax: {x: 1, y: 0.75} @@ -10596,7 +10738,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 640974227} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.25, y: 0} m_AnchorMax: {x: 0.9, y: 1} @@ -10734,6 +10875,7 @@ GameObject: - component: {fileID: 496796918} - component: {fileID: 496796920} - component: {fileID: 496796919} + - component: {fileID: 496796921} m_Layer: 5 m_Name: Fill m_TagString: Untagged @@ -10754,7 +10896,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1223203493} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -10799,6 +10940,53 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 496796917} m_CullTransparentMesh: 1 +--- !u!114 &496796921 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 496796917} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 69beb381e244f92449b8c4cf954630e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_TrackedObjects: + - rid: 1039544848768040976 + references: + version: 2 + RefIds: + - rid: 1039544848768040976 + type: {class: TrackedRectTransform, ns: UnityEngine.Localization.PropertyVariants.TrackedObjects, asm: Unity.Localization} + data: + m_Target: {fileID: 496796918} + m_TrackedProperties: + items: + - rid: 1039544848768040977 + - rid: 1039544848768040978 + - rid: 1039544848768040977 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMax.x + m_VariantData: + - localeIdentifier: + m_Code: en + value: 0.5 + - localeIdentifier: + m_Code: de + value: 0 + - rid: 1039544848768040978 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMax.y + m_VariantData: + - localeIdentifier: + m_Code: en + value: 1 + - localeIdentifier: + m_Code: de + value: 0 --- !u!1 &501593232 GameObject: m_ObjectHideFlags: 0 @@ -10832,7 +11020,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2041716424} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.8} m_AnchorMax: {x: 0.2, y: 0.85} @@ -10994,7 +11181,6 @@ RectTransform: - {fileID: 781284059} - {fileID: 625082260} m_Father: {fileID: 150766789} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.85, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -11129,7 +11315,6 @@ RectTransform: - {fileID: 1937295866} - {fileID: 731152150} m_Father: {fileID: 357608761} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.3} @@ -11205,7 +11390,6 @@ RectTransform: - {fileID: 1138917785} - {fileID: 1035154946} m_Father: {fileID: 1909049756} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.1, y: 0.675} m_AnchorMax: {x: 0.9, y: 0.975} @@ -11257,7 +11441,6 @@ RectTransform: - {fileID: 1586402460} - {fileID: 364867376} m_Father: {fileID: 1501287344} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.75, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -11295,7 +11478,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1481807443} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -11370,7 +11552,6 @@ RectTransform: - {fileID: 1256521505} - {fileID: 779374940} m_Father: {fileID: 1672143279} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 1, y: 0.5} @@ -11458,7 +11639,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2041716424} - m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.55, y: 0.3} m_AnchorMax: {x: 0.65, y: 0.4} @@ -11620,7 +11800,6 @@ RectTransform: - {fileID: 234481276} - {fileID: 907876570} m_Father: {fileID: 1456932137} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.33, y: 1} @@ -11697,7 +11876,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1554113424} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.25} m_AnchorMax: {x: 1, y: 1} @@ -11786,6 +11964,11 @@ MonoBehaviour: references: version: 2 RefIds: [] +--- !u!4 &530214395 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4390767235630175537, guid: 5db8b46c2df72e0889d7f821ba6a72af, type: 3} + m_PrefabInstance: {fileID: 652473744} + m_PrefabAsset: {fileID: 0} --- !u!1 &536086495 GameObject: m_ObjectHideFlags: 0 @@ -11818,7 +12001,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1920522664} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.25} m_AnchorMax: {x: 1, y: 1} @@ -11941,7 +12123,6 @@ RectTransform: - {fileID: 559903353} - {fileID: 385703848} m_Father: {fileID: 463065573} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.35} m_AnchorMax: {x: 1, y: 0.45} @@ -11986,6 +12167,11 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 536741946} m_CullTransparentMesh: 1 +--- !u!4 &541210196 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8096072875447501926, guid: 03da1ae5d5fc867f2820fc4d5680b684, type: 3} + m_PrefabInstance: {fileID: 1125452995} + m_PrefabAsset: {fileID: 0} --- !u!1 &546991484 GameObject: m_ObjectHideFlags: 0 @@ -12018,7 +12204,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2041716424} - m_RootOrder: 16 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.9, y: 0.3} m_AnchorMax: {x: 1, y: 0.4} @@ -12112,6 +12297,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 379935330} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -12235,6 +12421,9 @@ PrefabInstance: value: slot6 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &547894462 stripped RectTransform: @@ -12257,6 +12446,11 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!4 &552665166 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7290224385214606018, guid: 2b0674735b2057400bb30552676986db, type: 3} + m_PrefabInstance: {fileID: 1110175711} + m_PrefabAsset: {fileID: 0} --- !u!1 &559903352 GameObject: m_ObjectHideFlags: 0 @@ -12290,7 +12484,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 536741947} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.25, y: 0} m_AnchorMax: {x: 0.9, y: 1} @@ -12512,7 +12705,6 @@ RectTransform: - {fileID: 1195097971} - {fileID: 43619154} m_Father: {fileID: 1673373700} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.7} m_AnchorMax: {x: 1, y: 0.8} @@ -12654,7 +12846,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1920522664} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.25, y: 0.25} m_AnchorMax: {x: 0.75, y: 0.9} @@ -12729,7 +12920,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 881682940} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -12940,7 +13130,6 @@ RectTransform: - {fileID: 482942118} - {fileID: 1855184558} m_Father: {fileID: 2041716424} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.2, y: 0.8} m_AnchorMax: {x: 1, y: 0.85} @@ -12978,7 +13167,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1851719781} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.25, y: 0.25} m_AnchorMax: {x: 0.75, y: 0.9} @@ -13020,6 +13208,11 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 576674260} m_CullTransparentMesh: 1 +--- !u!4 &582117767 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8096072875447501926, guid: 03da1ae5d5fc867f2820fc4d5680b684, type: 3} + m_PrefabInstance: {fileID: 1213247193} + m_PrefabAsset: {fileID: 0} --- !u!1 &583695242 GameObject: m_ObjectHideFlags: 0 @@ -13056,7 +13249,6 @@ RectTransform: - {fileID: 215966562} - {fileID: 78655900} m_Father: {fileID: 1456932137} - m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -13132,7 +13324,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 115448905} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -13207,7 +13398,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2041716424} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.35, y: 0.2} m_AnchorMax: {x: 0.55, y: 0.3} @@ -13366,7 +13556,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 501955200} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.25} m_AnchorMax: {x: 1, y: 1} @@ -13489,7 +13678,6 @@ RectTransform: - {fileID: 490426728} - {fileID: 759472896} m_Father: {fileID: 463065573} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.45} m_AnchorMax: {x: 1, y: 0.55} @@ -13564,7 +13752,6 @@ RectTransform: m_Children: - {fileID: 379348954} m_Father: {fileID: 95167370} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -13576,6 +13763,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 307280381} m_Modifications: - target: {fileID: 3850889906121968706, guid: 5db8b46c2df72e0889d7f821ba6a72af, type: 3} @@ -13639,6 +13827,9 @@ PrefabInstance: value: 0 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 5db8b46c2df72e0889d7f821ba6a72af, type: 3} --- !u!1 &653632097 GameObject: @@ -13672,7 +13863,6 @@ RectTransform: m_Children: - {fileID: 1156480095} m_Father: {fileID: 718596642} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.35, y: 0.35} m_AnchorMax: {x: 0.65, y: 0.6} @@ -13749,7 +13939,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 513230400} - m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -13869,7 +14058,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1849127266} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -14048,13 +14236,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 659994601} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 988.9791, y: 593.6523, z: 182.7135} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &662300489 GameObject: @@ -14088,7 +14276,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 302144439} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.25, y: 1} @@ -14210,7 +14397,6 @@ RectTransform: m_Children: - {fileID: 752602673} m_Father: {fileID: 302144439} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.9, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -14365,19 +14551,20 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 667353829} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 1.3840752, y: 3.9671326, z: 26.835602} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &671682616 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 307280381} m_Modifications: - target: {fileID: 8075644600998223849, guid: 87fc89da61ac4097babaaf42a6bcfd63, type: 3} @@ -14441,6 +14628,9 @@ PrefabInstance: value: tree2 (2) objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 87fc89da61ac4097babaaf42a6bcfd63, type: 3} --- !u!1 &675939431 GameObject: @@ -14453,6 +14643,7 @@ GameObject: - component: {fileID: 675939432} - component: {fileID: 675939433} - component: {fileID: 675939434} + - component: {fileID: 675939435} m_Layer: 5 m_Name: Handle m_TagString: Untagged @@ -14473,7 +14664,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1359518112} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -14518,6 +14708,65 @@ MonoBehaviour: m_FillOrigin: 0 m_UseSpriteMesh: 0 m_PixelsPerUnitMultiplier: 1 +--- !u!114 &675939435 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 675939431} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 69beb381e244f92449b8c4cf954630e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_TrackedObjects: + - rid: 1039544848768040986 + references: + version: 2 + RefIds: + - rid: 1039544848768040986 + type: {class: TrackedRectTransform, ns: UnityEngine.Localization.PropertyVariants.TrackedObjects, asm: Unity.Localization} + data: + m_Target: {fileID: 675939432} + m_TrackedProperties: + items: + - rid: 1039544848768040987 + - rid: 1039544848768040988 + - rid: 1039544848768040989 + - rid: 1039544848768040987 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMin.x + m_VariantData: + - localeIdentifier: + m_Code: en + value: 0.5 + - localeIdentifier: + m_Code: de + value: 0 + - rid: 1039544848768040988 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMax.x + m_VariantData: + - localeIdentifier: + m_Code: en + value: 0.5 + - localeIdentifier: + m_Code: de + value: 0 + - rid: 1039544848768040989 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMax.y + m_VariantData: + - localeIdentifier: + m_Code: en + value: 1 + - localeIdentifier: + m_Code: de + value: 0 --- !u!1 &676482618 GameObject: m_ObjectHideFlags: 0 @@ -14549,7 +14798,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 112598148} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.25} m_AnchorMax: {x: 1, y: 0.75} @@ -14625,7 +14873,6 @@ RectTransform: - {fileID: 1303310652} - {fileID: 1005390019} m_Father: {fileID: 1501287344} - m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -14665,7 +14912,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2041716424} - m_RootOrder: 17 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.7, y: 0.2} m_AnchorMax: {x: 0.9, y: 0.3} @@ -14824,7 +15070,6 @@ RectTransform: m_Children: - {fileID: 1676542154} m_Father: {fileID: 1531620867} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.3} @@ -14874,6 +15119,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 307280381} m_Modifications: - target: {fileID: 1658981204574654673, guid: 03da1ae5d5fc867f2820fc4d5680b684, type: 3} @@ -14937,6 +15183,9 @@ PrefabInstance: value: tree1 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 03da1ae5d5fc867f2820fc4d5680b684, type: 3} --- !u!1 &695890917 GameObject: @@ -14970,7 +15219,6 @@ RectTransform: m_Children: - {fileID: 735043010} m_Father: {fileID: 1601343528} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -15048,7 +15296,6 @@ RectTransform: - {fileID: 889930220} - {fileID: 472468422} m_Father: {fileID: 730668259} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.2, y: 0.8} m_AnchorMax: {x: 1, y: 0.85} @@ -15138,7 +15385,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1811345057} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -15279,7 +15525,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Window + m_Text: Fenster --- !u!222 &709576934 CanvasRenderer: m_ObjectHideFlags: 0 @@ -15301,7 +15547,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 562210393} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -15383,7 +15628,6 @@ RectTransform: - {fileID: 653632098} - {fileID: 389433793} m_Father: {fileID: 1456932137} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -15459,7 +15703,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1338146633} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -15499,7 +15742,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: 800x600 + m_Text: Deutsch --- !u!222 &722907595 CanvasRenderer: m_ObjectHideFlags: 0 @@ -15539,7 +15782,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1029026997} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -15623,7 +15865,6 @@ RectTransform: - {fileID: 698671415} - {fileID: 1501287344} m_Father: {fileID: 1388225951} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -15699,7 +15940,6 @@ RectTransform: - {fileID: 756644761} - {fileID: 1850992508} m_Father: {fileID: 513230400} - m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -15738,7 +15978,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 506672578} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -15858,7 +16097,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1269784521} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -15940,7 +16178,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 695890918} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -16099,7 +16336,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 662339202} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -16220,7 +16456,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2041716424} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.35, y: 0.1} m_AnchorMax: {x: 0.55, y: 0.2} @@ -16340,7 +16575,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1501287344} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.75, y: 1} @@ -16413,7 +16647,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 731112788} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -16491,7 +16724,6 @@ RectTransform: m_Children: - {fileID: 403410781} m_Father: {fileID: 640974227} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.9, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -16620,7 +16852,6 @@ RectTransform: - {fileID: 1550877604} - {fileID: 301195760} m_Father: {fileID: 1501287344} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -16660,7 +16891,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1343558895} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.25, y: 0} m_AnchorMax: {x: 0.9, y: 1} @@ -16820,7 +17050,6 @@ RectTransform: m_Children: - {fileID: 1061894500} m_Father: {fileID: 852073979} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -16910,7 +17139,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 150766789} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.45, y: 0} m_AnchorMax: {x: 0.55, y: 1} @@ -17073,7 +17301,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 517500161} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -17152,7 +17379,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 501955200} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.25} @@ -17252,6 +17478,7 @@ GameObject: - component: {fileID: 784687671} - component: {fileID: 784687672} - component: {fileID: 784687673} + - component: {fileID: 784687674} m_Layer: 5 m_Name: Handle m_TagString: Untagged @@ -17272,7 +17499,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1855184558} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -17317,6 +17543,65 @@ MonoBehaviour: m_FillOrigin: 0 m_UseSpriteMesh: 0 m_PixelsPerUnitMultiplier: 1 +--- !u!114 &784687674 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 784687670} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 69beb381e244f92449b8c4cf954630e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_TrackedObjects: + - rid: 1039544848768040972 + references: + version: 2 + RefIds: + - rid: 1039544848768040972 + type: {class: TrackedRectTransform, ns: UnityEngine.Localization.PropertyVariants.TrackedObjects, asm: Unity.Localization} + data: + m_Target: {fileID: 784687671} + m_TrackedProperties: + items: + - rid: 1039544848768040973 + - rid: 1039544848768040974 + - rid: 1039544848768040975 + - rid: 1039544848768040973 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMin.x + m_VariantData: + - localeIdentifier: + m_Code: en + value: 0.22222222 + - localeIdentifier: + m_Code: de + value: 0 + - rid: 1039544848768040974 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMax.x + m_VariantData: + - localeIdentifier: + m_Code: en + value: 0.22222222 + - localeIdentifier: + m_Code: de + value: 0 + - rid: 1039544848768040975 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMax.y + m_VariantData: + - localeIdentifier: + m_Code: en + value: 1 + - localeIdentifier: + m_Code: de + value: 0 --- !u!1 &786410446 GameObject: m_ObjectHideFlags: 0 @@ -17349,7 +17634,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1114695177} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 1, y: 0.5} @@ -17438,6 +17722,11 @@ MonoBehaviour: references: version: 2 RefIds: [] +--- !u!4 &801139279 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4390767235630175537, guid: 5db8b46c2df72e0889d7f821ba6a72af, type: 3} + m_PrefabInstance: {fileID: 71849559} + m_PrefabAsset: {fileID: 0} --- !u!1 &814264621 GameObject: m_ObjectHideFlags: 0 @@ -17471,7 +17760,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1734587265} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -17630,7 +17918,6 @@ RectTransform: m_Children: - {fileID: 441464072} m_Father: {fileID: 1456932137} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.20125002, y: 0.8983334} m_AnchorMax: {x: 0.79800004, y: 1} @@ -17769,7 +18056,6 @@ RectTransform: - {fileID: 1258238286} - {fileID: 1900742031} m_Father: {fileID: 1673373700} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.8} m_AnchorMax: {x: 1, y: 0.9} @@ -17846,7 +18132,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 385703848} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -17940,6 +18225,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 379935330} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -18063,6 +18349,9 @@ PrefabInstance: value: slot2 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &836064225 stripped RectTransform: @@ -18116,7 +18405,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1769351395} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -18194,7 +18482,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 730668259} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.9} m_AnchorMax: {x: 1, y: 1} @@ -18352,7 +18639,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 575372021} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.25} m_AnchorMax: {x: 1, y: 0.75} @@ -18429,7 +18715,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1369376444} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -18645,7 +18930,6 @@ RectTransform: m_Children: - {fileID: 2087463777} m_Father: {fileID: 101581438} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.2, y: 0} m_AnchorMax: {x: 0.4, y: 1} @@ -18684,7 +18968,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2041716424} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.2, y: 0.2} m_AnchorMax: {x: 0.3, y: 0.3} @@ -18807,7 +19090,6 @@ RectTransform: - {fileID: 765112562} - {fileID: 1986882067} m_Father: {fileID: 1568120507} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.75} @@ -18914,7 +19196,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1030006308} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -19036,7 +19317,6 @@ RectTransform: m_Children: - {fileID: 74644696} m_Father: {fileID: 1900742031} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -19125,7 +19405,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1800914080} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -19205,7 +19484,6 @@ RectTransform: - {fileID: 1338146633} - {fileID: 100444980} m_Father: {fileID: 1388225951} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -19283,7 +19561,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2009494689} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -19443,7 +19720,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1048592294} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -19603,7 +19879,6 @@ RectTransform: m_Children: - {fileID: 574710178} m_Father: {fileID: 1849127266} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -19731,13 +20006,17 @@ RectTransform: m_Children: - {fileID: 1402932437} m_Father: {fileID: 698671415} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.25} m_AnchorMax: {x: 1, y: 0.75} m_AnchoredPosition: {x: -5, y: 0} m_SizeDelta: {x: -20, y: 0} m_Pivot: {x: 0.5, y: 0.5} +--- !u!4 &891624386 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 5193678037727953124, guid: b3d4352243e362c628ae9d1f78fa27bc, type: 3} + m_PrefabInstance: {fileID: 1569784898} + m_PrefabAsset: {fileID: 0} --- !u!1 &894618968 GameObject: m_ObjectHideFlags: 0 @@ -19769,7 +20048,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1757349536} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.2} @@ -19847,7 +20125,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 863577856} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.9} m_AnchorMax: {x: 1, y: 1} @@ -20005,7 +20282,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1469361429} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -20081,7 +20357,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 115448905} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -20157,7 +20432,6 @@ RectTransform: - {fileID: 1369376444} - {fileID: 1869583329} m_Father: {fileID: 521488631} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.15} @@ -20234,7 +20508,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 513230400} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -20353,7 +20626,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2041716424} - m_RootOrder: 14 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.55, y: 0.1} m_AnchorMax: {x: 0.65, y: 0.2} @@ -20473,7 +20745,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1772745835} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.05, y: 0.25} m_AnchorMax: {x: 0.15, y: 0.75} @@ -20520,6 +20791,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 307280381} m_Modifications: - target: {fileID: 1658981204574654673, guid: 03da1ae5d5fc867f2820fc4d5680b684, type: 3} @@ -20583,6 +20855,9 @@ PrefabInstance: value: tree1 (1) objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 03da1ae5d5fc867f2820fc4d5680b684, type: 3} --- !u!1 &934724952 GameObject: @@ -20615,7 +20890,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 325564844} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.25} m_AnchorMax: {x: 1, y: 0.75} @@ -20660,6 +20934,11 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 934724952} m_CullTransparentMesh: 1 +--- !u!4 &938049233 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7290224385214606018, guid: 2b0674735b2057400bb30552676986db, type: 3} + m_PrefabInstance: {fileID: 335117415} + m_PrefabAsset: {fileID: 0} --- !u!1 &939324214 GameObject: m_ObjectHideFlags: 0 @@ -20692,7 +20971,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1336847934} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.25} m_AnchorMax: {x: 1, y: 1} @@ -20812,7 +21090,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 379348954} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -20894,7 +21171,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1928144700} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -21052,7 +21328,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1103421611} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -21143,9 +21418,17 @@ Camera: m_projectionMatrixMode: 1 m_GateFitMode: 2 m_FOVAxisMode: 0 + m_Iso: 200 + m_ShutterSpeed: 0.005 + m_Aperture: 16 + m_FocusDistance: 10 + m_FocalLength: 50 + m_BladeCount: 5 + m_Curvature: {x: 2, y: 11} + m_BarrelClipping: 0.25 + m_Anamorphism: 0 m_SensorSize: {x: 36, y: 24} m_LensShift: {x: 0, y: 0} - m_FocalLength: 50 m_NormalizedViewPortRect: serializedVersion: 2 x: 0 @@ -21179,13 +21462,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 963194225} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1031315370} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 3.1250005} --- !u!82 &963194229 AudioSource: @@ -21330,7 +21613,6 @@ RectTransform: m_Children: - {fileID: 1454325476} m_Father: {fileID: 1692975129} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.9, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -21461,7 +21743,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1673373700} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.7} m_AnchorMax: {x: 0.5, y: 0.8} @@ -21613,13 +21894,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 993077594} + serializedVersion: 2 m_LocalRotation: {x: 0.25000006, y: -0.24999997, z: 0.066987306, w: 0.9330127} m_LocalPosition: {x: 0, y: 3, 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: 30, y: -30, z: 0} --- !u!108 &993077596 Light: @@ -21695,6 +21976,11 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: eb4fe9eb7f26d1fd0a9e8a183c36b300, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!4 &993222376 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4390767235630175537, guid: 5db8b46c2df72e0889d7f821ba6a72af, type: 3} + m_PrefabInstance: {fileID: 1378713100} + m_PrefabAsset: {fileID: 0} --- !u!1 &998506309 GameObject: m_ObjectHideFlags: 0 @@ -21730,7 +22016,6 @@ RectTransform: - {fileID: 425590955} - {fileID: 1301144265} m_Father: {fileID: 150766789} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.15, y: 0} m_AnchorMax: {x: 0.3, y: 1} @@ -21864,7 +22149,6 @@ RectTransform: m_Children: - {fileID: 1389413516} m_Father: {fileID: 1343558895} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.9, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -21995,7 +22279,6 @@ RectTransform: m_Children: - {fileID: 1139810794} m_Father: {fileID: 2038188362} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.45, y: 0} m_AnchorMax: {x: 0.55, y: 0.1} @@ -22124,7 +22407,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 680426569} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -22184,6 +22466,7 @@ GameObject: - component: {fileID: 1018144436} - component: {fileID: 1018144438} - component: {fileID: 1018144437} + - component: {fileID: 1018144439} m_Layer: 5 m_Name: Fill m_TagString: Untagged @@ -22204,7 +22487,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 478223900} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -22249,6 +22531,53 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1018144435} m_CullTransparentMesh: 1 +--- !u!114 &1018144439 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1018144435} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 69beb381e244f92449b8c4cf954630e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_TrackedObjects: + - rid: 1039544848768040983 + references: + version: 2 + RefIds: + - rid: 1039544848768040983 + type: {class: TrackedRectTransform, ns: UnityEngine.Localization.PropertyVariants.TrackedObjects, asm: Unity.Localization} + data: + m_Target: {fileID: 1018144436} + m_TrackedProperties: + items: + - rid: 1039544848768040984 + - rid: 1039544848768040985 + - rid: 1039544848768040984 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMax.x + m_VariantData: + - localeIdentifier: + m_Code: en + value: 0.5 + - localeIdentifier: + m_Code: de + value: 0 + - rid: 1039544848768040985 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMax.y + m_VariantData: + - localeIdentifier: + m_Code: en + value: 1 + - localeIdentifier: + m_Code: de + value: 0 --- !u!1 &1024476703 GameObject: m_ObjectHideFlags: 0 @@ -22280,7 +22609,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1800914080} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -22340,6 +22668,7 @@ GameObject: - component: {fileID: 1028583764} - component: {fileID: 1028583766} - component: {fileID: 1028583765} + - component: {fileID: 1028583767} m_Layer: 5 m_Name: Handle m_TagString: Untagged @@ -22360,7 +22689,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 472468422} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -22405,6 +22733,65 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1028583763} m_CullTransparentMesh: 1 +--- !u!114 &1028583767 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1028583763} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 69beb381e244f92449b8c4cf954630e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_TrackedObjects: + - rid: 1039544848768040965 + references: + version: 2 + RefIds: + - rid: 1039544848768040965 + type: {class: TrackedRectTransform, ns: UnityEngine.Localization.PropertyVariants.TrackedObjects, asm: Unity.Localization} + data: + m_Target: {fileID: 1028583764} + m_TrackedProperties: + items: + - rid: 1039544848768040966 + - rid: 1039544848768040967 + - rid: 1039544848768040968 + - rid: 1039544848768040966 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMin.x + m_VariantData: + - localeIdentifier: + m_Code: en + value: 0.22222222 + - localeIdentifier: + m_Code: de + value: 0 + - rid: 1039544848768040967 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMax.x + m_VariantData: + - localeIdentifier: + m_Code: en + value: 0.22222222 + - localeIdentifier: + m_Code: de + value: 0 + - rid: 1039544848768040968 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMax.y + m_VariantData: + - localeIdentifier: + m_Code: en + value: 1 + - localeIdentifier: + m_Code: de + value: 0 --- !u!1 &1029026996 GameObject: m_ObjectHideFlags: 0 @@ -22436,7 +22823,6 @@ RectTransform: - {fileID: 1124490995} - {fileID: 725405277} m_Father: {fileID: 1501287344} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -22477,7 +22863,6 @@ RectTransform: - {fileID: 387327089} - {fileID: 858582474} m_Father: {fileID: 357608761} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.4} m_AnchorMax: {x: 1, y: 0.7} @@ -22552,8 +22937,17 @@ CapsuleCollider: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1031315366} 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: 2 m_Radius: 0.5 m_Height: 2 m_Direction: 1 @@ -22615,6 +23009,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1031315366} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0.93, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} @@ -22622,7 +23017,6 @@ Transform: m_Children: - {fileID: 963194228} m_Father: {fileID: 0} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1031315371 MonoBehaviour: @@ -22644,10 +23038,21 @@ Rigidbody: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1031315366} - serializedVersion: 2 + serializedVersion: 4 m_Mass: 1 m_Drag: 0 m_AngularDrag: 0.05 + m_CenterOfMass: {x: 0, y: 0, z: 0} + m_InertiaTensor: {x: 1, y: 1, z: 1} + m_InertiaRotation: {x: 0, y: 0, z: 0, w: 1} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ImplicitCom: 1 + m_ImplicitTensor: 1 m_UseGravity: 1 m_IsKinematic: 0 m_Interpolate: 0 @@ -22782,7 +23187,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1695792616} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -22983,7 +23387,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 358982079} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -23062,7 +23465,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 509751663} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -23193,7 +23595,6 @@ RectTransform: m_Children: - {fileID: 873601473} m_Father: {fileID: 47926085} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.33} @@ -23327,7 +23728,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 78655900} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -23485,7 +23885,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1867217313} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -23563,7 +23962,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1180432651} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -23719,7 +24117,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 765112562} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -23759,7 +24156,6 @@ RectTransform: - {fileID: 34905204} - {fileID: 1623671173} m_Father: {fileID: 2093014399} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.25} @@ -23835,7 +24231,6 @@ RectTransform: - {fileID: 1200449580} - {fileID: 962804421} m_Father: {fileID: 1501287344} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -23875,7 +24270,6 @@ RectTransform: - {fileID: 425026728} - {fileID: 1747046887} m_Father: {fileID: 2093014399} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.25} m_AnchorMax: {x: 1, y: 0.5} @@ -23953,7 +24347,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2041716424} - m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.35, y: 0.3} m_AnchorMax: {x: 0.55, y: 0.4} @@ -24113,7 +24506,6 @@ RectTransform: m_Children: - {fileID: 1466318558} m_Father: {fileID: 1900742031} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -24242,7 +24634,6 @@ RectTransform: - {fileID: 2102318180} - {fileID: 1613559930} m_Father: {fileID: 1531620867} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.7} m_AnchorMax: {x: 1, y: 1} @@ -24292,6 +24683,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 307280381} m_Modifications: - target: {fileID: 6658625636071885056, guid: 2b0674735b2057400bb30552676986db, type: 3} @@ -24355,6 +24747,9 @@ PrefabInstance: value: house1 (1) objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 2b0674735b2057400bb30552676986db, type: 3} --- !u!1 &1114695176 GameObject: @@ -24390,7 +24785,6 @@ RectTransform: - {fileID: 786410447} - {fileID: 1873979402} m_Father: {fileID: 1456932137} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.65} m_AnchorMax: {x: 0.4, y: 0.75} @@ -24478,7 +24872,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1029026997} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -24554,7 +24947,6 @@ RectTransform: - {fileID: 1246625830} - {fileID: 469288150} m_Father: {fileID: 513230400} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -24566,6 +24958,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 379935330} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -24689,6 +25082,9 @@ PrefabInstance: value: slot5 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &1125419615 stripped RectTransform: @@ -24716,6 +25112,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 307280381} m_Modifications: - target: {fileID: 1658981204574654673, guid: 03da1ae5d5fc867f2820fc4d5680b684, type: 3} @@ -24779,6 +25176,9 @@ PrefabInstance: value: tree1 (2) objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 03da1ae5d5fc867f2820fc4d5680b684, type: 3} --- !u!1 &1136111307 GameObject: @@ -24811,7 +25211,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1582210863} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -24891,7 +25290,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1469361429} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -24971,7 +25369,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 509751663} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -25046,7 +25443,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1004430127} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -25208,7 +25604,6 @@ RectTransform: - {fileID: 357608761} - {fileID: 1936911267} m_Father: {fileID: 1456932137} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -25298,7 +25693,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 653632098} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -25435,6 +25829,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 379935330} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -25558,6 +25953,9 @@ PrefabInstance: value: slot12 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &1156501994 stripped RectTransform: @@ -25611,7 +26009,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 253189947} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.675} m_AnchorMax: {x: 1, y: 1} @@ -25686,7 +26083,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 215966562} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -25846,7 +26242,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2093014399} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.75} m_AnchorMax: {x: 1, y: 1} @@ -26100,7 +26495,6 @@ RectTransform: m_Children: - {fileID: 1061068766} m_Father: {fileID: 101581438} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.8, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -26137,7 +26531,6 @@ RectTransform: m_Children: - {fileID: 1689286463} m_Father: {fileID: 1836976601} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -26175,7 +26568,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 517500161} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -26255,7 +26647,6 @@ RectTransform: - {fileID: 101581438} - {fileID: 1388225951} m_Father: {fileID: 1225828337} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.1} m_AnchorMax: {x: 1, y: 0.9} @@ -26382,7 +26773,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2089990995} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -26460,7 +26850,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1692975129} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.25, y: 0} m_AnchorMax: {x: 0.9, y: 1} @@ -26618,7 +27007,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1510172560} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -26694,7 +27082,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 562210393} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0.5} m_AnchorMax: {x: 1, y: 0.5} @@ -26770,7 +27157,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1103421611} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -26848,7 +27234,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 302144439} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.25, y: 0} m_AnchorMax: {x: 0.9, y: 1} @@ -27007,7 +27392,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1510172560} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -27140,19 +27524,20 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1211906491} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 1217.8605, y: 407.45404, z: -105.65576} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &1212831149 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 307280381} m_Modifications: - target: {fileID: 3850889906121968706, guid: 5db8b46c2df72e0889d7f821ba6a72af, type: 3} @@ -27216,12 +27601,16 @@ PrefabInstance: value: 0 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 5db8b46c2df72e0889d7f821ba6a72af, type: 3} --- !u!1001 &1213247193 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 307280381} m_Modifications: - target: {fileID: 1658981204574654673, guid: 03da1ae5d5fc867f2820fc4d5680b684, type: 3} @@ -27285,6 +27674,9 @@ PrefabInstance: value: tree1 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 03da1ae5d5fc867f2820fc4d5680b684, type: 3} --- !u!1 &1216483996 GameObject: @@ -27319,7 +27711,6 @@ RectTransform: m_Children: - {fileID: 1672143279} m_Father: {fileID: 43619154} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -27407,7 +27798,6 @@ RectTransform: m_Children: - {fileID: 496796918} m_Father: {fileID: 325564844} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.25} m_AnchorMax: {x: 1, y: 0.75} @@ -27446,7 +27836,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 583695243} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.2, y: 0.8} m_AnchorMax: {x: 0.8, y: 1} @@ -27570,7 +27959,6 @@ RectTransform: - {fileID: 1662536664} - {fileID: 468805320} m_Father: {fileID: 1456932137} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -27646,7 +28034,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1879805994} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -27722,7 +28109,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1124951278} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -27799,7 +28185,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 640974227} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.25, y: 1} @@ -27919,7 +28304,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 517500161} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -27995,7 +28379,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 823777032} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0.5} m_AnchorMax: {x: 1, y: 0.5} @@ -28071,7 +28454,6 @@ RectTransform: - {fileID: 177076488} - {fileID: 732668896} m_Father: {fileID: 1501287344} - m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -28083,6 +28465,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 307280381} m_Modifications: - target: {fileID: 1658981204574654673, guid: 03da1ae5d5fc867f2820fc4d5680b684, type: 3} @@ -28146,6 +28529,9 @@ PrefabInstance: value: tree1 (3) objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 03da1ae5d5fc867f2820fc4d5680b684, type: 3} --- !u!1 &1288725817 GameObject: @@ -28180,7 +28566,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1662536664} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -28352,7 +28737,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 463065573} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.75} m_AnchorMax: {x: 1, y: 1} @@ -28511,7 +28895,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 998506310} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.25} m_AnchorMax: {x: 1, y: 1} @@ -28631,7 +29014,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 680426569} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -28707,7 +29089,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1325977104} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -28780,7 +29161,6 @@ RectTransform: - {fileID: 1316162505} - {fileID: 1346215423} m_Father: {fileID: 1909049756} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.1, y: 0.35} m_AnchorMax: {x: 0.9, y: 0.65} @@ -28822,7 +29202,6 @@ RectTransform: - {fileID: 308170930} - {fileID: 939324215} m_Father: {fileID: 150766789} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.7, y: 0} m_AnchorMax: {x: 0.85, y: 1} @@ -28959,7 +29338,6 @@ RectTransform: - {fileID: 1999641944} - {fileID: 48693374} m_Father: {fileID: 863577856} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.8} m_AnchorMax: {x: 1, y: 0.9} @@ -29173,7 +29551,6 @@ RectTransform: - {fileID: 764729938} - {fileID: 1001334160} m_Father: {fileID: 463065573} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.65} m_AnchorMax: {x: 1, y: 0.75} @@ -29223,6 +29600,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 379935330} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -29346,6 +29724,9 @@ PrefabInstance: value: slot3 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &1345951879 stripped RectTransform: @@ -29400,7 +29781,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1325977104} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -29503,6 +29883,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 379935330} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -29626,6 +30007,9 @@ PrefabInstance: value: slot11 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &1354495215 stripped RectTransform: @@ -29681,7 +30065,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1851719781} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.25} @@ -29838,13 +30221,17 @@ RectTransform: m_Children: - {fileID: 675939432} m_Father: {fileID: 112598148} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: -20, y: 0} m_Pivot: {x: 0.5, y: 0.5} +--- !u!4 &1360351265 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8096072875447501926, guid: 03da1ae5d5fc867f2820fc4d5680b684, type: 3} + m_PrefabInstance: {fileID: 1270011251} + m_PrefabAsset: {fileID: 0} --- !u!1 &1368298269 GameObject: m_ObjectHideFlags: 0 @@ -29870,13 +30257,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1368298269} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 1.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1368298271 MonoBehaviour: @@ -29952,7 +30339,6 @@ RectTransform: m_Children: - {fileID: 845819286} m_Father: {fileID: 907876570} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.33} m_AnchorMax: {x: 1, y: 0.67} @@ -30030,7 +30416,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2038188362} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.7} m_AnchorMax: {x: 1, y: 0.8} @@ -30162,6 +30547,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 307280381} m_Modifications: - target: {fileID: 3850889906121968706, guid: 5db8b46c2df72e0889d7f821ba6a72af, type: 3} @@ -30225,6 +30611,9 @@ PrefabInstance: value: 0 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 5db8b46c2df72e0889d7f821ba6a72af, type: 3} --- !u!1 &1388225950 GameObject: @@ -30262,7 +30651,6 @@ RectTransform: - {fileID: 2041716424} - {fileID: 730668259} m_Father: {fileID: 1186792635} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.95} @@ -30339,7 +30727,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1001334160} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -30555,7 +30942,6 @@ RectTransform: m_Children: - {fileID: 1468838431} m_Father: {fileID: 101581438} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.6, y: 0} m_AnchorMax: {x: 0.8, y: 1} @@ -30595,7 +30981,6 @@ RectTransform: - {fileID: 1909049756} - {fileID: 379935330} m_Father: {fileID: 1726505616} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.3} @@ -30673,7 +31058,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1828511573} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -30811,6 +31195,7 @@ GameObject: - component: {fileID: 1402932437} - component: {fileID: 1402932439} - component: {fileID: 1402932438} + - component: {fileID: 1402932440} m_Layer: 5 m_Name: Fill m_TagString: Untagged @@ -30831,7 +31216,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 889930220} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -30876,6 +31260,53 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1402932436} m_CullTransparentMesh: 1 +--- !u!114 &1402932440 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1402932436} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 69beb381e244f92449b8c4cf954630e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_TrackedObjects: + - rid: 1039544848768040962 + references: + version: 2 + RefIds: + - rid: 1039544848768040962 + type: {class: TrackedRectTransform, ns: UnityEngine.Localization.PropertyVariants.TrackedObjects, asm: Unity.Localization} + data: + m_Target: {fileID: 1402932437} + m_TrackedProperties: + items: + - rid: 1039544848768040963 + - rid: 1039544848768040964 + - rid: 1039544848768040963 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMax.x + m_VariantData: + - localeIdentifier: + m_Code: en + value: 0.22222222 + - localeIdentifier: + m_Code: de + value: 0 + - rid: 1039544848768040964 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMax.y + m_VariantData: + - localeIdentifier: + m_Code: en + value: 1 + - localeIdentifier: + m_Code: de + value: 0 --- !u!1 &1411668390 GameObject: m_ObjectHideFlags: 0 @@ -30907,7 +31338,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1867217313} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -30987,7 +31417,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 350061028} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -31069,7 +31498,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1936911267} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.8} m_AnchorMax: {x: 1, y: 1} @@ -31201,6 +31629,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 379935330} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -31324,6 +31753,9 @@ PrefabInstance: value: slot1 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &1450469887 stripped RectTransform: @@ -31378,7 +31810,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 977259934} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -31543,7 +31974,9 @@ Canvas: m_OverrideSorting: 0 m_OverridePixelPerfect: 0 m_SortingBucketNormalizedSize: 0 + m_VertexColorAlwaysGammaSpace: 0 m_AdditionalShaderChannelsFlag: 25 + m_UpdateRectTransformForStandalone: 0 m_SortingLayerID: 0 m_SortingOrder: 0 m_TargetDisplay: 0 @@ -31575,7 +32008,6 @@ RectTransform: - {fileID: 1849127266} - {fileID: 395851980} m_Father: {fileID: 0} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -31612,7 +32044,6 @@ RectTransform: m_Children: - {fileID: 1874205381} m_Father: {fileID: 1108156892} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -31652,7 +32083,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1390263973} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -31810,7 +32240,6 @@ RectTransform: - {fileID: 903717003} - {fileID: 1136797758} m_Father: {fileID: 513230400} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -31849,7 +32278,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1593760212} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.1} @@ -31969,7 +32397,6 @@ RectTransform: - {fileID: 516902008} - {fileID: 1835759594} m_Father: {fileID: 1909049756} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.1, y: 0.025} m_AnchorMax: {x: 0.9, y: 0.325} @@ -32009,7 +32436,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 536741947} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.25, y: 1} @@ -32175,7 +32601,6 @@ RectTransform: - {fileID: 680426569} - {fileID: 1269784521} m_Father: {fileID: 730668259} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.8} @@ -32215,7 +32640,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2025004928} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -32376,7 +32800,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1726505616} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.9} m_AnchorMax: {x: 1, y: 1} @@ -32574,7 +32997,6 @@ RectTransform: - {fileID: 115448905} - {fileID: 445308058} m_Father: {fileID: 1456932137} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.875, y: 0.775} m_AnchorMax: {x: 1, y: 1} @@ -32615,7 +33037,6 @@ RectTransform: - {fileID: 414601098} - {fileID: 1209078835} m_Father: {fileID: 1936911267} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.3} @@ -32692,7 +33113,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 253189947} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.5} @@ -32813,7 +33233,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1673373700} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.1} @@ -32936,7 +33355,6 @@ RectTransform: - {fileID: 348626019} - {fileID: 695766832} m_Father: {fileID: 1726505616} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.3} m_AnchorMax: {x: 1, y: 0.9} @@ -32981,6 +33399,11 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1531620866} m_CullTransparentMesh: 1 +--- !u!4 &1545716598 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8535042151755895383, guid: 87fc89da61ac4097babaaf42a6bcfd63, type: 3} + m_PrefabInstance: {fileID: 671682616} + m_PrefabAsset: {fileID: 0} --- !u!1 &1546101235 GameObject: m_ObjectHideFlags: 0 @@ -33014,7 +33437,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 468805320} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -33158,6 +33580,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 379935330} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -33281,6 +33704,9 @@ PrefabInstance: value: slot9 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &1547169028 stripped RectTransform: @@ -33334,7 +33760,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 762357522} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -33414,7 +33839,6 @@ RectTransform: - {fileID: 2141229368} - {fileID: 521900478} m_Father: {fileID: 150766789} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.55, y: 0} m_AnchorMax: {x: 0.7, y: 1} @@ -33550,7 +33974,6 @@ RectTransform: - {fileID: 106853744} - {fileID: 852073979} m_Father: {fileID: 1456932137} - m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.25, y: 0.1} m_AnchorMax: {x: 0.75, y: 0.9} @@ -33644,7 +34067,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 513230400} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -33736,6 +34158,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 307280381} m_Modifications: - target: {fileID: 2329328608366088264, guid: b3d4352243e362c628ae9d1f78fa27bc, type: 3} @@ -33799,12 +34222,16 @@ PrefabInstance: value: 0 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: b3d4352243e362c628ae9d1f78fa27bc, type: 3} --- !u!1001 &1572612345 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 348626019} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -33928,6 +34355,9 @@ PrefabInstance: value: equipLeftHand objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &1572612346 stripped RectTransform: @@ -33981,7 +34411,6 @@ RectTransform: - {fileID: 2091395101} - {fileID: 1136111308} m_Father: {fileID: 1501287344} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -34020,7 +34449,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 513230400} - m_RootOrder: 14 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -34144,7 +34572,6 @@ RectTransform: - {fileID: 112598148} - {fileID: 1474415561} m_Father: {fileID: 1388225951} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -34220,7 +34647,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 379348954} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -34300,7 +34726,6 @@ RectTransform: - {fileID: 211395981} - {fileID: 2077739358} m_Father: {fileID: 1456932137} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -34377,7 +34802,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2041716424} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.55, y: 0.2} m_AnchorMax: {x: 0.65, y: 0.3} @@ -34497,7 +34921,6 @@ RectTransform: - {fileID: 109768576} - {fileID: 2006169290} m_Father: {fileID: 513230400} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -34509,6 +34932,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 1109855818} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -34640,6 +35064,9 @@ PrefabInstance: value: equipAmulet objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &1613559930 stripped RectTransform: @@ -34705,7 +35132,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2041716424} - m_RootOrder: 18 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.9, y: 0.2} m_AnchorMax: {x: 1, y: 0.3} @@ -34826,7 +35252,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1063798842} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.2, y: 0.1} m_AnchorMax: {x: 0.9, y: 0.9} @@ -34947,7 +35372,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 253189947} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 1, y: 0.675} @@ -35041,6 +35465,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 379935330} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -35164,6 +35589,9 @@ PrefabInstance: value: slot7 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &1635224404 stripped RectTransform: @@ -35219,7 +35647,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1673373700} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.8} m_AnchorMax: {x: 0.5, y: 0.9} @@ -35470,7 +35897,6 @@ RectTransform: m_Children: - {fileID: 1288725818} m_Father: {fileID: 1225828337} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.3, y: 0} m_AnchorMax: {x: 0.45, y: 0.1} @@ -35508,7 +35934,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1769351395} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -35588,7 +36013,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1952068944} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -35663,7 +36087,6 @@ RectTransform: m_Children: - {fileID: 517500161} m_Father: {fileID: 1216483997} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -35703,7 +36126,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2041716424} - m_RootOrder: 15 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.7, y: 0.3} m_AnchorMax: {x: 0.9, y: 0.4} @@ -35867,7 +36289,6 @@ RectTransform: - {fileID: 562210393} - {fileID: 1523860082} m_Father: {fileID: 1388225951} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -35917,6 +36338,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 695766832} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -36040,6 +36462,9 @@ PrefabInstance: value: equipFeet objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &1676542154 stripped RectTransform: @@ -36067,6 +36492,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 1109855818} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -36198,6 +36624,9 @@ PrefabInstance: value: equipShoulders objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &1683122099 stripped RectTransform: @@ -36264,7 +36693,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1920522664} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.25} @@ -36422,7 +36850,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1180850463} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.2} @@ -36501,7 +36928,6 @@ RectTransform: - {fileID: 1191020671} - {fileID: 977259934} m_Father: {fileID: 463065573} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.55} m_AnchorMax: {x: 1, y: 0.65} @@ -36578,7 +37004,6 @@ RectTransform: m_Children: - {fileID: 1031718409} m_Father: {fileID: 718596642} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.65, y: 0.76500005} m_AnchorMax: {x: 0.8, y: 1} @@ -36656,7 +37081,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2038188362} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.1} m_AnchorMax: {x: 1, y: 0.7} @@ -36842,7 +37266,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 358982079} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -36919,7 +37342,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1772745835} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.2, y: 0.1} m_AnchorMax: {x: 0.9, y: 0.9} @@ -37044,13 +37466,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1706844939} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 678.9425, y: 466.58844, z: 262.63525} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1724147244 GameObject: @@ -37083,7 +37505,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1554113424} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.25, y: 0.25} m_AnchorMax: {x: 0.75, y: 0.9} @@ -37162,7 +37583,6 @@ RectTransform: - {fileID: 253189947} - {fileID: 47926085} m_Father: {fileID: 1456932137} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.25, y: 0} m_AnchorMax: {x: 0.75, y: 1} @@ -37285,7 +37705,6 @@ RectTransform: m_Children: - {fileID: 814264622} m_Father: {fileID: 463065573} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.2} @@ -37362,7 +37781,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1104803249} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.2, y: 0.1} m_AnchorMax: {x: 0.9, y: 0.9} @@ -37456,6 +37874,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 348626019} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -37583,6 +38002,9 @@ PrefabInstance: value: equipChest objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &1747491082 stripped RectTransform: @@ -37635,7 +38057,6 @@ RectTransform: m_Children: - {fileID: 296355392} m_Father: {fileID: 1986882067} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -37672,7 +38093,6 @@ RectTransform: m_Children: - {fileID: 894618969} m_Father: {fileID: 407076613} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -37710,7 +38130,6 @@ RectTransform: - {fileID: 838277031} - {fileID: 1663453248} m_Father: {fileID: 513230400} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -37750,7 +38169,6 @@ RectTransform: - {fileID: 924389842} - {fileID: 1706182898} m_Father: {fileID: 2093014399} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 1, y: 0.75} @@ -37800,6 +38218,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 379935330} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -37923,6 +38342,9 @@ PrefabInstance: value: slot18 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &1779370832 stripped RectTransform: @@ -37976,7 +38398,6 @@ RectTransform: - {fileID: 862074060} - {fileID: 1024476704} m_Father: {fileID: 1501287344} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -38110,7 +38531,6 @@ RectTransform: m_Children: - {fileID: 707614575} m_Father: {fileID: 101581438} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.2, y: 1} @@ -38148,7 +38568,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 350061028} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -38226,7 +38645,6 @@ RectTransform: m_Children: - {fileID: 1396621186} m_Father: {fileID: 47926085} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.67} m_AnchorMax: {x: 1, y: 1} @@ -38360,7 +38778,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 41333118} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -38519,7 +38936,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1481807443} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -38650,7 +39066,6 @@ RectTransform: m_Children: - {fileID: 1180850463} m_Father: {fileID: 48693374} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -38777,7 +39192,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1225828337} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.9} m_AnchorMax: {x: 1, y: 1} @@ -38937,7 +39351,6 @@ RectTransform: - {fileID: 658537917} - {fileID: 881682940} m_Father: {fileID: 1456932137} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -39013,7 +39426,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 731112788} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -39097,7 +39509,6 @@ RectTransform: - {fileID: 1359176838} - {fileID: 197466960} m_Father: {fileID: 150766789} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.15, y: 1} @@ -39203,6 +39614,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 379935330} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -39326,6 +39738,9 @@ PrefabInstance: value: slot8 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &1852055286 stripped RectTransform: @@ -39378,7 +39793,6 @@ RectTransform: m_Children: - {fileID: 784687671} m_Father: {fileID: 575372021} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -39416,7 +39830,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 211395981} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -39466,6 +39879,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 379935330} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -39589,6 +40003,9 @@ PrefabInstance: value: slot10 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &1865794926 stripped RectTransform: @@ -39642,7 +40059,6 @@ RectTransform: - {fileID: 1055627286} - {fileID: 1411668391} m_Father: {fileID: 513230400} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -39680,7 +40096,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 907876570} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.33} @@ -39756,7 +40171,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 253189947} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.675} m_AnchorMax: {x: 1, y: 1} @@ -39829,7 +40243,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1114695177} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -39902,7 +40315,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1466318558} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.2} @@ -39978,7 +40390,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1030006308} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -40054,7 +40465,6 @@ RectTransform: - {fileID: 1242994554} - {fileID: 426653583} m_Father: {fileID: 1501287344} - m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -40094,7 +40504,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1692975129} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.25, y: 1} @@ -40255,7 +40664,6 @@ RectTransform: - {fileID: 859338412} - {fileID: 1108156892} m_Father: {fileID: 823777032} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -40364,7 +40772,6 @@ RectTransform: - {fileID: 1325977104} - {fileID: 1481807443} m_Father: {fileID: 1396595621} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.1, y: 1} @@ -40414,6 +40821,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 379935330} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -40537,6 +40945,9 @@ PrefabInstance: value: slot17 objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &1910449387 stripped RectTransform: @@ -40594,7 +41005,6 @@ RectTransform: - {fileID: 1688605760} - {fileID: 536086496} m_Father: {fileID: 150766789} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.3, y: 0} m_AnchorMax: {x: 0.45, y: 1} @@ -40728,7 +41138,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 357608761} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.8} m_AnchorMax: {x: 1, y: 1} @@ -40888,7 +41297,6 @@ RectTransform: m_Children: - {fileID: 960339918} m_Father: {fileID: 583695243} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.4, y: 0.6} m_AnchorMax: {x: 0.6, y: 0.7} @@ -41020,7 +41428,6 @@ RectTransform: - {fileID: 1952068944} - {fileID: 1510172560} m_Father: {fileID: 1156143265} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.8} m_AnchorMax: {x: 0.2, y: 1} @@ -41096,7 +41503,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 506672578} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -41141,6 +41547,11 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1937295865} m_CullTransparentMesh: 1 +--- !u!4 &1939685568 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4390767235630175537, guid: 5db8b46c2df72e0889d7f821ba6a72af, type: 3} + m_PrefabInstance: {fileID: 1212831149} + m_PrefabAsset: {fileID: 0} --- !u!1 &1952068943 GameObject: m_ObjectHideFlags: 0 @@ -41175,7 +41586,6 @@ RectTransform: - {fileID: 197647520} - {fileID: 171713367} m_Father: {fileID: 1936911267} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.4} m_AnchorMax: {x: 1, y: 0.7} @@ -41251,7 +41661,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2077739358} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -41328,7 +41737,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 863577856} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.8} m_AnchorMax: {x: 0.5, y: 0.9} @@ -41448,7 +41856,6 @@ RectTransform: m_Children: - {fileID: 1753219792} m_Father: {fileID: 852073979} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -41573,7 +41980,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1338146633} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0.5} m_AnchorMax: {x: 1, y: 0.5} @@ -41649,7 +42055,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1613336974} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -41731,7 +42136,6 @@ RectTransform: m_Children: - {fileID: 864794704} m_Father: {fileID: 47926085} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.33} m_AnchorMax: {x: 1, y: 0.67} @@ -41864,7 +42268,6 @@ RectTransform: m_Children: - {fileID: 1502355731} m_Father: {fileID: 718596642} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.175, y: 0.75} m_AnchorMax: {x: 0.35, y: 1} @@ -41944,7 +42347,6 @@ RectTransform: - {fileID: 1703871789} - {fileID: 1004430127} m_Father: {fileID: 1456932137} - m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -42039,7 +42441,6 @@ RectTransform: - {fileID: 685130859} - {fileID: 1619439162} m_Father: {fileID: 1388225951} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -42095,6 +42496,7 @@ GameObject: - component: {fileID: 2059235200} - component: {fileID: 2059235202} - component: {fileID: 2059235201} + - component: {fileID: 2059235203} m_Layer: 5 m_Name: Fill m_TagString: Untagged @@ -42115,7 +42517,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 482942118} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -42160,6 +42561,53 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2059235199} m_CullTransparentMesh: 1 +--- !u!114 &2059235203 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2059235199} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 69beb381e244f92449b8c4cf954630e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_TrackedObjects: + - rid: 1039544848768040969 + references: + version: 2 + RefIds: + - rid: 1039544848768040969 + type: {class: TrackedRectTransform, ns: UnityEngine.Localization.PropertyVariants.TrackedObjects, asm: Unity.Localization} + data: + m_Target: {fileID: 2059235200} + m_TrackedProperties: + items: + - rid: 1039544848768040970 + - rid: 1039544848768040971 + - rid: 1039544848768040970 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMax.x + m_VariantData: + - localeIdentifier: + m_Code: en + value: 0.22222222 + - localeIdentifier: + m_Code: de + value: 0 + - rid: 1039544848768040971 + type: {class: FloatTrackedProperty, ns: UnityEngine.Localization.PropertyVariants.TrackedProperties, asm: Unity.Localization} + data: + m_PropertyPath: m_AnchorMax.y + m_VariantData: + - localeIdentifier: + m_Code: en + value: 1 + - localeIdentifier: + m_Code: de + value: 0 --- !u!1 &2062604362 GameObject: m_ObjectHideFlags: 0 @@ -42193,7 +42641,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2041716424} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.3} m_AnchorMax: {x: 0.2, y: 0.4} @@ -42351,7 +42798,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2077739358} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -42431,13 +42877,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2066852828} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -101.34494, y: -107.80652, z: 321.6621} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &2077739357 GameObject: @@ -42472,7 +42918,6 @@ RectTransform: - {fileID: 1964336711} - {fileID: 2064685507} m_Father: {fileID: 1601343528} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -42549,7 +42994,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 849425794} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -42669,7 +43113,6 @@ RectTransform: - {fileID: 1189598340} - {fileID: 459564375} m_Father: {fileID: 513230400} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -42707,7 +43150,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1582210863} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -42787,7 +43229,6 @@ RectTransform: - {fileID: 1104803249} - {fileID: 1063798842} m_Father: {fileID: 521488631} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.6} m_AnchorMax: {x: 1, y: 0.9} @@ -42837,6 +43278,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 1109855818} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -42968,6 +43410,9 @@ PrefabInstance: value: equipRing objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &2102318180 stripped RectTransform: @@ -43033,7 +43478,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 426763427} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.1, y: 0.1} m_AnchorMax: {x: 0.9, y: 0.9} @@ -43154,7 +43598,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2041716424} - m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.2, y: 0.1} m_AnchorMax: {x: 0.3, y: 0.2} @@ -43248,6 +43691,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 348626019} m_Modifications: - target: {fileID: 1023590545195096446, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} @@ -43371,6 +43815,9 @@ PrefabInstance: value: equipRightHand objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 782a647126384df6d91a2f4be5c2cd39, type: 3} --- !u!224 &2128846815 stripped RectTransform: @@ -43424,7 +43871,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 698671415} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.25} m_AnchorMax: {x: 1, y: 0.75} @@ -43501,7 +43947,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1554113424} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.25} @@ -43590,3 +44035,20 @@ MonoBehaviour: references: version: 2 RefIds: [] +--- !u!1660057539 &9223372036854775807 +SceneRoots: + m_ObjectHideFlags: 0 + m_Roots: + - {fileID: 993077595} + - {fileID: 307280380} + - {fileID: 1031315370} + - {fileID: 1456932137} + - {fileID: 63315624} + - {fileID: 2066852830} + - {fileID: 1368298270} + - {fileID: 667353831} + - {fileID: 1706844941} + - {fileID: 659994603} + - {fileID: 322679541} + - {fileID: 1211906493} + - {fileID: 195034455} diff --git a/Assets/Scripts/Handler/AudioHandler.cs b/Assets/Scripts/Handler/AudioHandler.cs index 53fa2d5..e41400c 100644 --- a/Assets/Scripts/Handler/AudioHandler.cs +++ b/Assets/Scripts/Handler/AudioHandler.cs @@ -116,8 +116,8 @@ public class AudioHandler : MonoBehaviour string result = ""; float music = GameObject.Find("slideMusic").GetComponent().value; float effects = GameObject.Find("slideEffects").GetComponent().value; - result = result + TextHandler.getText("music") + ":" + music + "\r\n"; - result = result + TextHandler.getText("effects") + ":" + effects; + result = result + "Music:" + music + "\r\n"; + result = result + "Effects:" + effects; return result; } } diff --git a/Assets/Scripts/Handler/TextHandler.cs b/Assets/Scripts/Handler/TextHandler.cs index df3e303..2a674a9 100644 --- a/Assets/Scripts/Handler/TextHandler.cs +++ b/Assets/Scripts/Handler/TextHandler.cs @@ -52,7 +52,7 @@ public class TextHandler : MonoBehaviour int.Parse(parts[i]); result += parts[i] + " "; } - catch(Exception ex){ + catch(Exception){ if(parts[i].Contains("/")){ result += parts[i] + " "; } diff --git a/Assets/Scripts/Testing.meta b/Assets/Scripts/Testing.meta new file mode 100644 index 0000000..bec0a6a --- /dev/null +++ b/Assets/Scripts/Testing.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 51674c35e02cf3b92ab3c604f5359f2a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TerrainData_24238373-2d55-4b95-9746-1f7e69d39853.asset b/Assets/TerrainData_24238373-2d55-4b95-9746-1f7e69d39853.asset new file mode 100644 index 0000000..ac22460 Binary files /dev/null and b/Assets/TerrainData_24238373-2d55-4b95-9746-1f7e69d39853.asset differ diff --git a/Assets/TerrainData_24238373-2d55-4b95-9746-1f7e69d39853.asset.meta b/Assets/TerrainData_24238373-2d55-4b95-9746-1f7e69d39853.asset.meta new file mode 100644 index 0000000..e15293c --- /dev/null +++ b/Assets/TerrainData_24238373-2d55-4b95-9746-1f7e69d39853.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 76682d815193b9b41958835c6f85f98c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 15600000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TerrainData_33a72348-ac93-47a3-9894-de9d09449b1c.asset b/Assets/TerrainData_33a72348-ac93-47a3-9894-de9d09449b1c.asset new file mode 100644 index 0000000..bf3225a Binary files /dev/null and b/Assets/TerrainData_33a72348-ac93-47a3-9894-de9d09449b1c.asset differ diff --git a/Assets/TerrainData_33a72348-ac93-47a3-9894-de9d09449b1c.asset.meta b/Assets/TerrainData_33a72348-ac93-47a3-9894-de9d09449b1c.asset.meta new file mode 100644 index 0000000..ae34163 --- /dev/null +++ b/Assets/TerrainData_33a72348-ac93-47a3-9894-de9d09449b1c.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 708b71484eb134b679733d6faf5be21d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 15600000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TerrainData_44fb1595-7d55-4c04-a305-376b28cfa924.asset b/Assets/TerrainData_44fb1595-7d55-4c04-a305-376b28cfa924.asset new file mode 100644 index 0000000..9524893 Binary files /dev/null and b/Assets/TerrainData_44fb1595-7d55-4c04-a305-376b28cfa924.asset differ diff --git a/Assets/TerrainData_44fb1595-7d55-4c04-a305-376b28cfa924.asset.meta b/Assets/TerrainData_44fb1595-7d55-4c04-a305-376b28cfa924.asset.meta new file mode 100644 index 0000000..21dd4ab --- /dev/null +++ b/Assets/TerrainData_44fb1595-7d55-4c04-a305-376b28cfa924.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 751c5cacb250e75659f0d758a42a016d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 15600000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TerrainData_5060fb3d-2bfc-499e-bfb5-838127cde0a8.asset b/Assets/TerrainData_5060fb3d-2bfc-499e-bfb5-838127cde0a8.asset new file mode 100644 index 0000000..0104185 Binary files /dev/null and b/Assets/TerrainData_5060fb3d-2bfc-499e-bfb5-838127cde0a8.asset differ diff --git a/Assets/TerrainData_5060fb3d-2bfc-499e-bfb5-838127cde0a8.asset.meta b/Assets/TerrainData_5060fb3d-2bfc-499e-bfb5-838127cde0a8.asset.meta new file mode 100644 index 0000000..d8ea787 --- /dev/null +++ b/Assets/TerrainData_5060fb3d-2bfc-499e-bfb5-838127cde0a8.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6a8efd3ad46a629fb871a2cb2d93566d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 15600000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TerrainData_76e70aaa-60bf-4d0f-a8bb-4b9c4e11f5b9.asset b/Assets/TerrainData_76e70aaa-60bf-4d0f-a8bb-4b9c4e11f5b9.asset new file mode 100644 index 0000000..f05979f Binary files /dev/null and b/Assets/TerrainData_76e70aaa-60bf-4d0f-a8bb-4b9c4e11f5b9.asset differ diff --git a/Assets/TerrainData_76e70aaa-60bf-4d0f-a8bb-4b9c4e11f5b9.asset.meta b/Assets/TerrainData_76e70aaa-60bf-4d0f-a8bb-4b9c4e11f5b9.asset.meta new file mode 100644 index 0000000..402e450 --- /dev/null +++ b/Assets/TerrainData_76e70aaa-60bf-4d0f-a8bb-4b9c4e11f5b9.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0a52adae5d772f7d0bfd83e0289b0ba3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 15600000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TerrainData_9ea9d306-00d6-4413-8a11-1241f3220101.asset b/Assets/TerrainData_9ea9d306-00d6-4413-8a11-1241f3220101.asset new file mode 100644 index 0000000..e6fbef6 Binary files /dev/null and b/Assets/TerrainData_9ea9d306-00d6-4413-8a11-1241f3220101.asset differ diff --git a/Assets/TerrainData_9ea9d306-00d6-4413-8a11-1241f3220101.asset.meta b/Assets/TerrainData_9ea9d306-00d6-4413-8a11-1241f3220101.asset.meta new file mode 100644 index 0000000..4eba004 --- /dev/null +++ b/Assets/TerrainData_9ea9d306-00d6-4413-8a11-1241f3220101.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b10cedcc8209111bebc4e847fcf35da0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 15600000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TerrainData_f695169a-3b97-4a0f-a2f6-2d889ec7115a.asset b/Assets/TerrainData_f695169a-3b97-4a0f-a2f6-2d889ec7115a.asset new file mode 100644 index 0000000..8b77786 Binary files /dev/null and b/Assets/TerrainData_f695169a-3b97-4a0f-a2f6-2d889ec7115a.asset differ diff --git a/Assets/TerrainData_f695169a-3b97-4a0f-a2f6-2d889ec7115a.asset.meta b/Assets/TerrainData_f695169a-3b97-4a0f-a2f6-2d889ec7115a.asset.meta new file mode 100644 index 0000000..8f6ac9d --- /dev/null +++ b/Assets/TerrainData_f695169a-3b97-4a0f-a2f6-2d889ec7115a.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 51aa34e911071054887b24683e3e4458 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 15600000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Packages/manifest.json b/Packages/manifest.json index 1e50dae..b60acad 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,16 +1,17 @@ { "dependencies": { "com.rlabrecque.steamworks.net": "https://github.com/rlabrecque/Steamworks.NET.git?path=/com.rlabrecque.steamworks.net#20.1.0", - "com.unity.collab-proxy": "2.0.1", - "com.unity.ide.rider": "3.0.18", - "com.unity.ide.visualstudio": "2.0.17", + "com.unity.ai.navigation": "1.1.5", + "com.unity.collab-proxy": "2.2.0", + "com.unity.ide.rider": "3.0.26", + "com.unity.ide.visualstudio": "2.0.22", "com.unity.ide.vscode": "1.2.5", - "com.unity.inputsystem": "1.5.1", - "com.unity.localization": "1.3.2", - "com.unity.nuget.newtonsoft-json": "3.1.0", - "com.unity.test-framework": "1.1.31", + "com.unity.inputsystem": "1.7.0", + "com.unity.localization": "1.4.4", + "com.unity.nuget.newtonsoft-json": "3.2.1", + "com.unity.test-framework": "1.1.33", "com.unity.textmeshpro": "3.0.6", - "com.unity.timeline": "1.6.4", + "com.unity.timeline": "1.7.6", "com.unity.toolchain.linux-x86_64": "2.0.4", "com.unity.ugui": "1.0.0", "com.unity.modules.ai": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index b7950ce..e68b72a 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -8,11 +8,11 @@ "hash": "53d17180582752d7d8c9a757742da3a52dfc33d4" }, "com.unity.addressables": { - "version": "1.19.19", + "version": "1.21.19", "depth": 1, "source": "registry", "dependencies": { - "com.unity.scriptablebuildpipeline": "1.19.6", + "com.unity.scriptablebuildpipeline": "1.21.21", "com.unity.modules.assetbundle": "1.0.0", "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0", @@ -21,8 +21,17 @@ }, "url": "https://packages.unity.com" }, + "com.unity.ai.navigation": { + "version": "1.1.5", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.modules.ai": "1.0.0" + }, + "url": "https://packages.unity.com" + }, "com.unity.collab-proxy": { - "version": "2.0.1", + "version": "2.2.0", "depth": 0, "source": "registry", "dependencies": {}, @@ -36,7 +45,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.rider": { - "version": "3.0.18", + "version": "3.0.26", "depth": 0, "source": "registry", "dependencies": { @@ -45,7 +54,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { - "version": "2.0.17", + "version": "2.0.22", "depth": 0, "source": "registry", "dependencies": { @@ -61,7 +70,7 @@ "url": "https://packages.unity.com" }, "com.unity.inputsystem": { - "version": "1.5.1", + "version": "1.7.0", "depth": 0, "source": "registry", "dependencies": { @@ -70,24 +79,24 @@ "url": "https://packages.unity.com" }, "com.unity.localization": { - "version": "1.3.2", + "version": "1.4.4", "depth": 0, "source": "registry", "dependencies": { - "com.unity.addressables": "1.19.19", - "com.unity.nuget.newtonsoft-json": "2.0.2" + "com.unity.addressables": "1.21.8", + "com.unity.nuget.newtonsoft-json": "3.0.2" }, "url": "https://packages.unity.com" }, "com.unity.nuget.newtonsoft-json": { - "version": "3.1.0", + "version": "3.2.1", "depth": 0, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.scriptablebuildpipeline": { - "version": "1.20.1", + "version": "1.21.21", "depth": 2, "source": "registry", "dependencies": {}, @@ -110,7 +119,7 @@ "url": "https://packages.unity.com" }, "com.unity.test-framework": { - "version": "1.1.31", + "version": "1.1.33", "depth": 0, "source": "registry", "dependencies": { @@ -130,7 +139,7 @@ "url": "https://packages.unity.com" }, "com.unity.timeline": { - "version": "1.6.4", + "version": "1.7.6", "depth": 0, "source": "registry", "dependencies": { @@ -292,17 +301,6 @@ "version": "1.0.0", "depth": 0, "source": "builtin", - "dependencies": { - "com.unity.modules.ui": "1.0.0", - "com.unity.modules.imgui": "1.0.0", - "com.unity.modules.jsonserialize": "1.0.0", - "com.unity.modules.uielementsnative": "1.0.0" - } - }, - "com.unity.modules.uielementsnative": { - "version": "1.0.0", - "depth": 1, - "source": "builtin", "dependencies": { "com.unity.modules.ui": "1.0.0", "com.unity.modules.imgui": "1.0.0", diff --git a/ProjectSettings/LocalizationSettings.asset b/ProjectSettings/LocalizationSettings.asset index 087e1f3..f8aeef0 100644 --- a/ProjectSettings/LocalizationSettings.asset +++ b/ProjectSettings/LocalizationSettings.asset @@ -18,4 +18,4 @@ MonoBehaviour: m_AssetTable: m_TableReference: m_TableCollectionName: GUID:be998aea26820a30aa2217983d31b9c7 - m_TrackingChanges: 0 + m_TrackingChanges: 1 diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index f8251a7..da67189 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2021.3.22f1 -m_EditorVersionWithRevision: 2021.3.22f1 (b6c551784ba3) +m_EditorVersion: 2022.3.14f1 +m_EditorVersionWithRevision: 2022.3.14f1 (eff2de9070d8) diff --git a/ProjectSettings/boot.config b/ProjectSettings/boot.config deleted file mode 100644 index e69de29..0000000 diff --git a/UserSettings/EditorUserSettings.asset b/UserSettings/EditorUserSettings.asset index d2184d0..546a1cb 100644 --- a/UserSettings/EditorUserSettings.asset +++ b/UserSettings/EditorUserSettings.asset @@ -9,6 +9,9 @@ EditorUserSettings: value: 56060d5e5301505e0f5a5a2344200944154e4128792a2763297b4a30b2e2363a flags: 0 RecentlyUsedSceneGuid-1: + value: 05550c040100590e5c0c097446220f164e164d732a7072682c2a1f31b7b7666c + flags: 0 + RecentlyUsedSceneGuid-2: value: 5a5757560101590a5d0c0e24427b5d44434e4c7a7b7a23677f2b4565b7b5353a flags: 0 RecentlyUsedScenePath-0: diff --git a/UserSettings/Layouts/CurrentMaximizeLayout.dwlt b/UserSettings/Layouts/CurrentMaximizeLayout.dwlt index 1f8a951..3eeb1da 100644 --- a/UserSettings/Layouts/CurrentMaximizeLayout.dwlt +++ b/UserSettings/Layouts/CurrentMaximizeLayout.dwlt @@ -20,11 +20,11 @@ MonoBehaviour: x: 0 y: 30 width: 1920 - height: 966 + height: 970 m_MinSize: {x: 300, y: 200} m_MaxSize: {x: 24288, y: 16192} vertical: 0 - controlID: 101154 + controlID: 50 --- !u!114 &2 MonoBehaviour: m_ObjectHideFlags: 52 @@ -46,9 +46,14 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 1920 - y: 771 - width: 1518 - height: 268 + y: 772 + width: 1517 + height: 267 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -59,30 +64,30 @@ MonoBehaviour: m_ClassNames: [] m_AssetLabels: [] m_AssetBundleNames: [] - m_VersionControlStates: [] - m_SoftLockControlStates: [] m_ReferencingInstanceIDs: m_SceneHandles: m_ShowAllHits: 0 m_SkipHidden: 0 m_SearchArea: 1 m_Folders: - - Assets/Scenes + - Assets/Scripts/Testing m_Globs: [] m_OriginalText: + m_ImportLogFlags: 0 + m_FilterByTypeIntersection: 0 m_ViewMode: 1 m_StartGridSize: 64 m_LastFolders: - - Assets/Scenes + - Assets/Scripts/Testing m_LastFoldersGridSize: -1 m_LastProjectPath: /home/nicola/Schreibtisch/TalesOfNovariel m_LockTracker: m_IsLocked: 0 m_FolderTreeState: - scrollPos: {x: 0, y: 60} - m_SelectedIDs: bc5d0000 - m_LastClickedID: 23996 - m_ExpandedIDs: 000000001c5d0000b05d0000be5d000000ca9a3b + scrollPos: {x: 0, y: 185} + m_SelectedIDs: d49b0000 + m_LastClickedID: 39892 + m_ExpandedIDs: 0000000024060000600600007406000000ca9a3b m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -110,7 +115,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 000000001c5d00001e5d0000 + m_ExpandedIDs: 000000002406000074060000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -135,9 +140,9 @@ MonoBehaviour: m_Icon: {fileID: 0} m_ResourceFile: m_ListAreaState: - m_SelectedInstanceIDs: 604f0800 - m_LastClickedInstanceID: 544608 - m_HadKeyboardFocusLastEvent: 1 + m_SelectedInstanceIDs: 14e2feff + m_LastClickedInstanceID: -73196 + m_HadKeyboardFocusLastEvent: 0 m_ExpandedInstanceIDs: c6230000d81c070080fe0000287f010000000000b25b0000005d0000 m_RenameOverlay: m_UserAcceptedRename: 0 @@ -185,12 +190,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1519 - height: 966 - m_MinSize: {x: 200, y: 200} + width: 1518 + height: 970 + m_MinSize: {x: 200, y: 100} m_MaxSize: {x: 16192, y: 16192} vertical: 1 - controlID: 101155 + controlID: 51 --- !u!114 &4 MonoBehaviour: m_ObjectHideFlags: 52 @@ -210,12 +215,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1519 - height: 677 - m_MinSize: {x: 200, y: 100} + width: 1518 + height: 682 + m_MinSize: {x: 200, y: 50} m_MaxSize: {x: 16192, y: 8096} vertical: 0 - controlID: 101204 + controlID: 20 --- !u!114 &5 MonoBehaviour: m_ObjectHideFlags: 52 @@ -234,7 +239,7 @@ MonoBehaviour: x: 0 y: 0 width: 306 - height: 677 + height: 682 m_MinSize: {x: 201, y: 221} m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 6} @@ -263,9 +268,14 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 1920 - y: 94 + y: 90 width: 305 - height: 656 + height: 661 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -274,9 +284,9 @@ MonoBehaviour: m_SceneHierarchy: m_TreeViewState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: 604f0800 - m_LastClickedID: 0 - m_ExpandedIDs: bed6f7ff0ce9f7ff6ae9f7ff72ecf7ff84ecf7ffe0eef7ffcafdf7ff8000f8ff6602f8ff7e03f8ffde03f8ff0e07f8ff1607f8ff5807f8ff640bf8ffb40cf8ff180df8ff3810f8ff4a10f8ffcc12f8ffb41af8ff581cf8ff9222f8ffbc38f8ff4e3bf8ff0e3cf8fff85ff8ff1872f8ff20b6f8ffc6d0f8ff74a5fbff86bafbffec09fcffc852fcff5c86fcfffe92fcff34a0fcff968efeffe28efeff30fbfffff4ffffff3e56000096560000d6560000ee56000016570000205700003e57000094570000325800005c580000725800007a580000c8580000e25800000a5900001c5900004a59000054590000de590000025a00006a5a00007e5a0000885a0000c25a0000cc5a0000f65a0000125b0000aa5b0000f45b0000285c0000305c0000385c00006a9900006a9a0000bc9a0000d09b0000e0940200da97020046980200e0c90200e4cb0200b2cc0200d8cd020022cf020026cb030062d20300e6d30300fef103003af90300befa03001e1204005a190400de1a0400ae2b0400ea3204006e3404000a530400449f0400909f04005e410500104205001843050044430500624305000044050014440500e24405008a45050094450500d2450500dc45050008460500524705005a470500fe6f05005270050076720500ec730500ee740500e275050034760500f07605000277050062770500207805006478050064790500247a05002e7a0500207b0500327b0500d4e70500a6ea0500cceb050016ed05001eed050092fa050010fb050064fd05008afe050048ff0500d4ff0500a0310600783606005e380600be3806006a390600c239060056630600da6306006866060080680600106906003a7f060052800600aae80600826207007a6b0700fa6e0700906f070076fc07006e050800ae490800 + m_SelectedIDs: 14e2feff + m_LastClickedID: -73196 + m_ExpandedIDs: 14e2feffb0eafeff m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -292,7 +302,7 @@ MonoBehaviour: m_IsRenaming: 0 m_OriginalEventType: 11 m_IsRenamingFilename: 0 - m_ClientGUIView: {fileID: 5} + m_ClientGUIView: {fileID: 0} m_SearchString: m_ExpandedScenes: [] m_CurrenRootInstanceID: 0 @@ -310,26 +320,26 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 1 m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} - m_Name: GameView + m_Name: SceneView m_EditorClassIdentifier: m_Children: [] m_Position: serializedVersion: 2 x: 306 y: 0 - width: 1213 - height: 677 - m_MinSize: {x: 102, y: 121} + width: 1212 + height: 682 + m_MinSize: {x: 202, y: 221} m_MaxSize: {x: 4002, y: 4021} - m_ActualView: {fileID: 9} + m_ActualView: {fileID: 8} m_Panes: - {fileID: 8} - {fileID: 9} - {fileID: 10} - {fileID: 11} - {fileID: 12} - m_Selected: 1 - m_LastSelected: 0 + m_Selected: 0 + m_LastSelected: 1 --- !u!114 &8 MonoBehaviour: m_ObjectHideFlags: 52 @@ -351,9 +361,14 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 2226 - y: 94 - width: 1211 - height: 656 + y: 90 + width: 1210 + height: 661 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -363,12 +378,14 @@ MonoBehaviour: floating: 0 collapsed: 0 displayed: 1 - snapOffset: {x: 0, y: 0} - snapOffsetDelta: {x: -101, y: -26} + snapOffset: {x: -166, y: -26} + snapOffsetDelta: {x: 0, y: 0} snapCorner: 3 id: Tool Settings index: 0 layout: 1 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 0 containerId: overlay-toolbar__top floating: 0 @@ -380,6 +397,8 @@ MonoBehaviour: id: unity-grid-and-snap-toolbar index: 1 layout: 1 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 1 containerId: overlay-toolbar__top floating: 0 @@ -391,6 +410,8 @@ MonoBehaviour: id: unity-scene-view-toolbar index: 0 layout: 1 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 1 containerId: overlay-toolbar__top floating: 0 @@ -402,6 +423,8 @@ MonoBehaviour: id: unity-search-toolbar index: 1 layout: 1 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 0 containerId: overlay-container--left floating: 0 @@ -413,6 +436,8 @@ MonoBehaviour: id: unity-transform-toolbar index: 0 layout: 2 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 0 containerId: overlay-container--left floating: 0 @@ -424,6 +449,8 @@ MonoBehaviour: id: unity-component-tools index: 1 layout: 2 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 0 containerId: overlay-container--right floating: 0 @@ -435,6 +462,8 @@ MonoBehaviour: id: Orientation index: 0 layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 1 containerId: overlay-container--right floating: 0 @@ -446,6 +475,8 @@ MonoBehaviour: id: Scene View/Light Settings index: 0 layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 1 containerId: overlay-container--right floating: 0 @@ -457,6 +488,8 @@ MonoBehaviour: id: Scene View/Camera index: 1 layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 1 containerId: overlay-container--right floating: 0 @@ -466,8 +499,10 @@ MonoBehaviour: snapOffsetDelta: {x: 0, y: 0} snapCorner: 0 id: Scene View/Cloth Constraints - index: 2 + index: 1 layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 1 containerId: overlay-container--right floating: 0 @@ -477,8 +512,10 @@ MonoBehaviour: snapOffsetDelta: {x: 0, y: 0} snapCorner: 0 id: Scene View/Cloth Collisions - index: 3 + index: 2 layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 1 containerId: overlay-container--right floating: 0 @@ -490,6 +527,8 @@ MonoBehaviour: id: Scene View/Navmesh Display index: 4 layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 1 containerId: overlay-container--right floating: 0 @@ -501,6 +540,8 @@ MonoBehaviour: id: Scene View/Agent Display index: 5 layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 1 containerId: overlay-container--right floating: 0 @@ -512,6 +553,8 @@ MonoBehaviour: id: Scene View/Obstacle Display index: 6 layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 1 containerId: overlay-container--right floating: 0 @@ -521,8 +564,10 @@ MonoBehaviour: snapOffsetDelta: {x: 0, y: 0} snapCorner: 0 id: Scene View/Occlusion Culling - index: 7 + index: 3 layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 1 containerId: overlay-container--right floating: 0 @@ -532,8 +577,10 @@ MonoBehaviour: snapOffsetDelta: {x: 0, y: 0} snapCorner: 0 id: Scene View/Physics Debugger - index: 8 + index: 4 layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 1 containerId: overlay-container--right floating: 0 @@ -543,8 +590,10 @@ MonoBehaviour: snapOffsetDelta: {x: 0, y: 0} snapCorner: 0 id: Scene View/Scene Visibility - index: 9 + index: 5 layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 1 containerId: overlay-container--right floating: 0 @@ -554,8 +603,10 @@ MonoBehaviour: snapOffsetDelta: {x: 0, y: 0} snapCorner: 0 id: Scene View/Particles - index: 10 + index: 6 layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 1 containerId: overlay-container--right floating: 0 @@ -567,6 +618,8 @@ MonoBehaviour: id: Scene View/Tilemap index: 11 layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 - dockPosition: 1 containerId: overlay-container--right floating: 0 @@ -578,6 +631,47 @@ MonoBehaviour: id: Scene View/Tilemap Palette Helper index: 12 layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 1 + snapOffset: {x: 48, y: 48} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: AINavigationOverlay + index: 7 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 48, y: 48} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/TrailRenderer + index: 8 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 1 + snapOffset: {x: 48, y: 48} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: UnityEditor.SceneViewCameraOverlay + index: 9 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 m_OverlaysVisible: 1 m_WindowGUID: b85945ae8dd2cea46915e8777ee5c800 m_Gizmos: 1 @@ -589,9 +683,9 @@ MonoBehaviour: m_PlayAudio: 0 m_AudioPlay: 0 m_Position: - m_Target: {x: 951.7466, y: 478.40512, z: -758.90234} + m_Target: {x: -343.32404, y: -231.49773, z: 309.28967} speed: 2 - m_Value: {x: 951.7466, y: 478.40512, z: -758.90234} + m_Value: {x: -343.32404, y: -231.49773, z: 309.28967} m_RenderMode: 0 m_CameraMode: drawMode: 0 @@ -599,7 +693,6 @@ MonoBehaviour: section: Shading Mode m_ValidateTrueMetals: 0 m_DoValidateTrueMetals: 0 - m_ExposureSliderValue: 0 m_SceneViewState: m_AlwaysRefresh: 0 showFog: 1 @@ -638,13 +731,13 @@ MonoBehaviour: m_GridAxis: 1 m_gridOpacity: 0.5 m_Rotation: - m_Target: {x: -0.05109402, y: 0.15945746, z: -0.008060311, w: -0.9857905} + m_Target: {x: -0.21113704, y: 0.47118843, z: -0.117289536, w: -0.8482635} speed: 2 - m_Value: {x: -0.051096957, y: 0.15946662, z: -0.008060774, w: -0.9858471} + m_Value: {x: -0.21114704, y: 0.47121075, z: -0.117295094, w: -0.8483037} m_Size: - m_Target: 239.48093 + m_Target: 287.742 speed: 2 - m_Value: 239.48093 + m_Value: 287.742 m_Ortho: m_Target: 0 speed: 2 @@ -690,9 +783,14 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 2226 - y: 94 - width: 1211 - height: 656 + y: 90 + width: 1210 + height: 661 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -740,23 +838,23 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 21 - width: 1211 - height: 635 - m_Scale: {x: 0.587963, y: 0.587963} - m_Translation: {x: 605.5, y: 317.5} + width: 1210 + height: 640 + m_Scale: {x: 0.5925926, y: 0.5925926} + m_Translation: {x: 605, y: 320} m_MarginLeft: 0 m_MarginRight: 0 m_MarginTop: 0 m_MarginBottom: 0 m_LastShownAreaInsideMargins: serializedVersion: 2 - x: -1029.8268 + x: -1020.9375 y: -540 - width: 2059.6536 + width: 2041.875 height: 1080 m_MinimalGUI: 1 - m_defaultScale: 0.587963 - m_LastWindowPixelSize: {x: 1211, y: 656} + m_defaultScale: 0.5925926 + m_LastWindowPixelSize: {x: 1210, y: 661} m_ClearInEditMode: 1 m_NoCameraWarning: 1 m_LowResolutionForAspectRatios: 01000000000000000000 @@ -783,9 +881,14 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 2226 - y: 94 - width: 1211 - height: 656 + y: 90 + width: 1210 + height: 661 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -1350,9 +1453,14 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 2226 - y: 94 - width: 1222 - height: 682 + y: 90 + width: 1210 + height: 661 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -1402,8 +1510,13 @@ MonoBehaviour: serializedVersion: 2 x: 2226 y: 94 - width: 1214 + width: 1211 height: 656 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -1425,9 +1538,9 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 677 - width: 1519 - height: 289 + y: 682 + width: 1518 + height: 288 m_MinSize: {x: 231, y: 271} m_MaxSize: {x: 10001, y: 10021} m_ActualView: {fileID: 2} @@ -1457,9 +1570,14 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 1920 - y: 771 - width: 1518 - height: 268 + y: 772 + width: 1517 + height: 267 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -1482,14 +1600,14 @@ MonoBehaviour: - {fileID: 18} m_Position: serializedVersion: 2 - x: 1519 + x: 1518 y: 0 - width: 401 - height: 966 + width: 402 + height: 970 m_MinSize: {x: 100, y: 200} m_MaxSize: {x: 8096, y: 16192} vertical: 1 - controlID: 101226 + controlID: 109 --- !u!114 &16 MonoBehaviour: m_ObjectHideFlags: 52 @@ -1507,7 +1625,7 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 401 + width: 402 height: 136 m_MinSize: {x: 101, y: 121} m_MaxSize: {x: 4001, y: 4021} @@ -1536,10 +1654,15 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 3439 - y: 94 - width: 400 + x: 3438 + y: 90 + width: 401 height: 115 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -1562,10 +1685,10 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 136 - width: 401 - height: 830 - m_MinSize: {x: 275, y: 50} - m_MaxSize: {x: 4000, y: 4000} + width: 402 + height: 834 + m_MinSize: {x: 276, y: 71} + m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 19} m_Panes: - {fileID: 19} @@ -1591,10 +1714,15 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 3439 - y: 230 - width: 400 - height: 809 + x: 3438 + y: 226 + width: 401 + height: 813 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -1607,7 +1735,7 @@ MonoBehaviour: m_ControlHash: -371814159 m_PrefName: Preview_InspectorPreview m_LastInspectedObjectInstanceID: -1 - m_LastVerticalScrollValue: 55 + m_LastVerticalScrollValue: 0 m_GlobalObjectId: m_InspectorMode: 0 m_LockTracker: diff --git a/UserSettings/Layouts/default-2021.dwlt b/UserSettings/Layouts/default-2021.dwlt index 26ede6d..12a2e71 100644 --- a/UserSettings/Layouts/default-2021.dwlt +++ b/UserSettings/Layouts/default-2021.dwlt @@ -15,11 +15,11 @@ MonoBehaviour: m_PixelRect: serializedVersion: 2 x: 0 - y: 64 + y: 60 width: 1920 - height: 989 + height: 992 m_ShowMode: 4 - m_Title: Hierarchy + m_Title: Project m_RootView: {fileID: 2} m_MinSize: {x: 875, y: 300} m_MaxSize: {x: 10000, y: 10000} @@ -45,7 +45,7 @@ MonoBehaviour: x: 0 y: 0 width: 1920 - height: 989 + height: 992 m_MinSize: {x: 875, y: 300} m_MaxSize: {x: 10000, y: 10000} m_UseTopView: 1 @@ -90,7 +90,7 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 969 + y: 972 width: 1920 height: 20 m_MinSize: {x: 0, y: 0} @@ -115,11 +115,11 @@ MonoBehaviour: x: 0 y: 30 width: 1920 - height: 939 + height: 942 m_MinSize: {x: 300, y: 200} m_MaxSize: {x: 24288, y: 16192} vertical: 0 - controlID: 84 + controlID: 47 --- !u!114 &6 MonoBehaviour: m_ObjectHideFlags: 52 @@ -140,11 +140,11 @@ MonoBehaviour: x: 0 y: 0 width: 1518 - height: 939 + height: 942 m_MinSize: {x: 200, y: 200} m_MaxSize: {x: 16192, y: 16192} vertical: 1 - controlID: 85 + controlID: 48 --- !u!114 &7 MonoBehaviour: m_ObjectHideFlags: 52 @@ -165,11 +165,11 @@ MonoBehaviour: x: 0 y: 0 width: 1518 - height: 658 + height: 660 m_MinSize: {x: 200, y: 100} m_MaxSize: {x: 16192, y: 8096} vertical: 0 - controlID: 86 + controlID: 39 --- !u!114 &8 MonoBehaviour: m_ObjectHideFlags: 52 @@ -188,7 +188,7 @@ MonoBehaviour: x: 0 y: 0 width: 306 - height: 658 + height: 660 m_MinSize: {x: 201, y: 221} m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 15} @@ -214,7 +214,7 @@ MonoBehaviour: x: 306 y: 0 width: 1212 - height: 658 + height: 660 m_MinSize: {x: 202, y: 221} m_MaxSize: {x: 4002, y: 4021} m_ActualView: {fileID: 16} @@ -242,9 +242,9 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 658 + y: 660 width: 1518 - height: 281 + height: 282 m_MinSize: {x: 231, y: 271} m_MaxSize: {x: 10001, y: 10021} m_ActualView: {fileID: 14} @@ -273,11 +273,11 @@ MonoBehaviour: x: 1518 y: 0 width: 402 - height: 939 + height: 942 m_MinSize: {x: 100, y: 200} m_MaxSize: {x: 8096, y: 16192} vertical: 1 - controlID: 44 + controlID: 24 --- !u!114 &12 MonoBehaviour: m_ObjectHideFlags: 52 @@ -322,7 +322,7 @@ MonoBehaviour: x: 0 y: 132 width: 402 - height: 807 + height: 810 m_MinSize: {x: 276, y: 71} m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 23} @@ -351,9 +351,9 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 0 - y: 779 + y: 778 width: 1517 - height: 260 + height: 261 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -372,22 +372,22 @@ MonoBehaviour: m_SkipHidden: 0 m_SearchArea: 1 m_Folders: - - Assets/Scripts/UI + - Assets/IMG m_Globs: [] m_OriginalText: m_ViewMode: 1 m_StartGridSize: 64 m_LastFolders: - - Assets/Scripts/UI + - Assets/IMG m_LastFoldersGridSize: -1 m_LastProjectPath: /home/nicola/Schreibtisch/TalesOfNovariel m_LockTracker: m_IsLocked: 0 m_FolderTreeState: - scrollPos: {x: 0, y: 192} - m_SelectedIDs: 28690000 - m_LastClickedID: 26920 - m_ExpandedIDs: 000000002a6800002c6800000a69000000ca9a3b + scrollPos: {x: 0, y: 79} + m_SelectedIDs: e4670000 + m_LastClickedID: 26596 + m_ExpandedIDs: 00000000e2670000e467000000ca9a3b m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -415,7 +415,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 000000002a6800002c680000 + m_ExpandedIDs: 00000000e2670000e4670000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -467,7 +467,7 @@ MonoBehaviour: m_Icon: {fileID: 0} m_ResourceFile: m_NewAssetIndexInList: -1 - m_ScrollPosition: {x: 0, y: 0} + m_ScrollPosition: {x: 0, y: 86} m_GridSize: 64 m_SkipHiddenPackages: 0 m_DirectoriesAreaWidth: 335 @@ -492,9 +492,9 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 0 - y: 121 + y: 118 width: 305 - height: 637 + height: 639 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -503,8 +503,8 @@ MonoBehaviour: m_SceneHierarchy: m_TreeViewState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: 94620000 - m_LastClickedID: 25236 + m_SelectedIDs: + m_LastClickedID: 0 m_ExpandedIDs: 34fbffff m_RenameOverlay: m_UserAcceptedRename: 0 @@ -550,9 +550,9 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 306 - y: 121 + y: 118 width: 1210 - height: 637 + height: 639 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -788,9 +788,9 @@ MonoBehaviour: m_PlayAudio: 0 m_AudioPlay: 0 m_Position: - m_Target: {x: 960, y: 481.5, z: 0} + m_Target: {x: 947.01526, y: 452.82715, z: -50.509277} speed: 2 - m_Value: {x: 960, y: 481.5, z: 0} + m_Value: {x: 947.01526, y: 452.82715, z: -50.509277} m_RenderMode: 0 m_CameraMode: drawMode: 0 @@ -837,13 +837,13 @@ MonoBehaviour: m_GridAxis: 1 m_gridOpacity: 0.5 m_Rotation: - m_Target: {x: 0.019645238, y: 0.019715546, z: -0.00078249566, w: 0.9995659} + m_Target: {x: -0.014837916, y: -0.0042641773, z: -0.00045595775, w: 0.9998342} speed: 2 - m_Value: {x: 0.01964615, y: 0.01971646, z: -0.0007825319, w: 0.9996123} + m_Value: {x: 0.014837917, y: 0.0042641773, z: 0.00045595778, w: -0.9998342} m_Size: - m_Target: 404.61365 + m_Target: 666.5918 speed: 2 - m_Value: 404.61365 + m_Value: 637.8869 m_Ortho: m_Target: 0 speed: 2 @@ -888,10 +888,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 2226 - y: 94 - width: 1211 - height: 656 + x: 306 + y: 118 + width: 1210 + height: 639 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -930,7 +930,7 @@ MonoBehaviour: m_HSlider: 0 m_VSlider: 0 m_IgnoreScrollWheelUntilClicked: 0 - m_EnableMouseInput: 0 + m_EnableMouseInput: 1 m_EnableSliderZoomHorizontal: 0 m_EnableSliderZoomVertical: 0 m_UniformScale: 1 @@ -939,23 +939,23 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 21 - width: 1211 - height: 635 - m_Scale: {x: 0.587963, y: 0.587963} - m_Translation: {x: 605.5, y: 317.5} + width: 1210 + height: 618 + m_Scale: {x: 0.57222223, y: 0.57222223} + m_Translation: {x: 605, y: 309} m_MarginLeft: 0 m_MarginRight: 0 m_MarginTop: 0 m_MarginBottom: 0 m_LastShownAreaInsideMargins: serializedVersion: 2 - x: -1029.8268 + x: -1057.2815 y: -540 - width: 2059.6536 + width: 2114.563 height: 1080 m_MinimalGUI: 1 - m_defaultScale: 0.587963 - m_LastWindowPixelSize: {x: 1211, y: 656} + m_defaultScale: 0.57222223 + m_LastWindowPixelSize: {x: 1210, y: 639} m_ClearInEditMode: 1 m_NoCameraWarning: 1 m_LowResolutionForAspectRatios: 01000000000000000000 @@ -1628,10 +1628,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 1920 - y: 771 + x: 0 + y: 778 width: 1517 - height: 268 + height: 261 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -1658,7 +1658,7 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 1518 - y: 121 + y: 118 width: 401 height: 111 m_ViewDataDictionary: {fileID: 0} @@ -1687,9 +1687,9 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 1518 - y: 253 + y: 250 width: 401 - height: 786 + height: 789 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default diff --git a/UserSettings/Layouts/default-2022.dwlt b/UserSettings/Layouts/default-2022.dwlt new file mode 100644 index 0000000..dff6ba4 --- /dev/null +++ b/UserSettings/Layouts/default-2022.dwlt @@ -0,0 +1,1838 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 52 + 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: 12004, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_PixelRect: + serializedVersion: 2 + x: 1920 + y: 32 + width: 1920 + height: 1020 + m_ShowMode: 4 + m_Title: Scene + m_RootView: {fileID: 2} + m_MinSize: {x: 875, y: 300} + m_MaxSize: {x: 10000, y: 10000} + m_Maximized: 0 +--- !u!114 &2 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12008, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: + - {fileID: 3} + - {fileID: 5} + - {fileID: 4} + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 1920 + height: 1020 + m_MinSize: {x: 875, y: 300} + m_MaxSize: {x: 10000, y: 10000} + m_UseTopView: 1 + m_TopViewHeight: 30 + m_UseBottomView: 1 + m_BottomViewHeight: 20 +--- !u!114 &3 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12011, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 1920 + height: 30 + m_MinSize: {x: 0, y: 0} + m_MaxSize: {x: 0, y: 0} + m_LastLoadedLayoutName: +--- !u!114 &4 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12042, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 1000 + width: 1920 + height: 20 + m_MinSize: {x: 0, y: 0} + m_MaxSize: {x: 0, y: 0} +--- !u!114 &5 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: + - {fileID: 6} + - {fileID: 11} + m_Position: + serializedVersion: 2 + x: 0 + y: 30 + width: 1920 + height: 970 + m_MinSize: {x: 300, y: 200} + m_MaxSize: {x: 24288, y: 16192} + vertical: 0 + controlID: 21 +--- !u!114 &6 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: + - {fileID: 7} + - {fileID: 10} + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 1518 + height: 970 + m_MinSize: {x: 200, y: 100} + m_MaxSize: {x: 16192, y: 16192} + vertical: 1 + controlID: 22 +--- !u!114 &7 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: + - {fileID: 8} + - {fileID: 9} + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 1518 + height: 683 + m_MinSize: {x: 200, y: 50} + m_MaxSize: {x: 16192, y: 8096} + vertical: 0 + controlID: 23 +--- !u!114 &8 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 306 + height: 683 + m_MinSize: {x: 201, y: 221} + m_MaxSize: {x: 4001, y: 4021} + m_ActualView: {fileID: 15} + m_Panes: + - {fileID: 15} + m_Selected: 0 + m_LastSelected: 0 +--- !u!114 &9 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: SceneView + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 306 + y: 0 + width: 1212 + height: 683 + m_MinSize: {x: 202, y: 221} + m_MaxSize: {x: 4002, y: 4021} + m_ActualView: {fileID: 16} + m_Panes: + - {fileID: 16} + - {fileID: 17} + - {fileID: 18} + - {fileID: 19} + - {fileID: 20} + m_Selected: 0 + m_LastSelected: 1 +--- !u!114 &10 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: ProjectBrowser + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 683 + width: 1518 + height: 287 + m_MinSize: {x: 231, y: 271} + m_MaxSize: {x: 10001, y: 10021} + m_ActualView: {fileID: 14} + m_Panes: + - {fileID: 14} + - {fileID: 21} + m_Selected: 0 + m_LastSelected: 1 +--- !u!114 &11 +MonoBehaviour: + m_ObjectHideFlags: 52 + 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: 12010, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: + - {fileID: 12} + - {fileID: 13} + m_Position: + serializedVersion: 2 + x: 1518 + y: 0 + width: 402 + height: 970 + m_MinSize: {x: 100, y: 200} + m_MaxSize: {x: 8096, y: 16192} + vertical: 1 + controlID: 112 +--- !u!114 &12 +MonoBehaviour: + m_ObjectHideFlags: 52 + 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: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: SceneControlsWindow + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 402 + height: 136 + m_MinSize: {x: 101, y: 121} + m_MaxSize: {x: 4001, y: 4021} + m_ActualView: {fileID: 22} + m_Panes: + - {fileID: 22} + m_Selected: 0 + m_LastSelected: 0 +--- !u!114 &13 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 136 + width: 402 + height: 834 + m_MinSize: {x: 276, y: 71} + m_MaxSize: {x: 4001, y: 4021} + m_ActualView: {fileID: 23} + m_Panes: + - {fileID: 23} + m_Selected: 0 + m_LastSelected: 0 +--- !u!114 &14 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12014, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 230, y: 250} + m_MaxSize: {x: 10000, y: 10000} + m_TitleContent: + m_Text: Project + m_Image: {fileID: -5467254957812901981, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 1920 + y: 773 + width: 1517 + height: 266 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_OverlaysVisible: 1 + m_SearchFilter: + m_NameFilter: + m_ClassNames: [] + m_AssetLabels: [] + m_AssetBundleNames: [] + m_ReferencingInstanceIDs: + m_SceneHandles: + m_ShowAllHits: 0 + m_SkipHidden: 0 + m_SearchArea: 1 + m_Folders: + - Assets/Scenes + m_Globs: [] + m_OriginalText: + m_ImportLogFlags: 0 + m_FilterByTypeIntersection: 0 + m_ViewMode: 1 + m_StartGridSize: 64 + m_LastFolders: + - Assets/Scenes + m_LastFoldersGridSize: -1 + m_LastProjectPath: /home/nicola/Schreibtisch/TalesOfNovariel + m_LockTracker: + m_IsLocked: 0 + m_FolderTreeState: + scrollPos: {x: 0, y: 186} + m_SelectedIDs: ee5b0000 + m_LastClickedID: 23534 + m_ExpandedIDs: 00000000e65a0000e85a0000f05b000000ca9a3b + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 1 + m_ClientGUIView: {fileID: 0} + m_SearchString: + m_CreateAssetUtility: + m_EndAction: {fileID: 0} + m_InstanceID: 0 + m_Path: + m_Icon: {fileID: 0} + m_ResourceFile: + m_AssetTreeState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: + m_LastClickedID: 0 + m_ExpandedIDs: 00000000e65a0000e85a0000 + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 1 + m_ClientGUIView: {fileID: 0} + m_SearchString: + m_CreateAssetUtility: + m_EndAction: {fileID: 0} + m_InstanceID: 0 + m_Path: + m_Icon: {fileID: 0} + m_ResourceFile: + m_ListAreaState: + m_SelectedInstanceIDs: + m_LastClickedInstanceID: 0 + m_HadKeyboardFocusLastEvent: 1 + m_ExpandedInstanceIDs: c6230000d81c070080fe0000287f010000000000b25b0000005d0000 + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 1 + m_ClientGUIView: {fileID: 0} + m_CreateAssetUtility: + m_EndAction: {fileID: 0} + m_InstanceID: 0 + m_Path: + m_Icon: {fileID: 0} + m_ResourceFile: + m_NewAssetIndexInList: -1 + m_ScrollPosition: {x: 0, y: 0} + m_GridSize: 64 + m_SkipHiddenPackages: 0 + m_DirectoriesAreaWidth: 335 +--- !u!114 &15 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12061, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Hierarchy + m_Image: {fileID: 7966133145522015247, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 1920 + y: 90 + width: 305 + height: 662 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_OverlaysVisible: 1 + m_SceneHierarchy: + m_TreeViewState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: + m_LastClickedID: 0 + m_ExpandedIDs: e421ffff2cfbffff + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 0 + m_ClientGUIView: {fileID: 8} + m_SearchString: + m_ExpandedScenes: [] + m_CurrenRootInstanceID: 0 + m_LockTracker: + m_IsLocked: 0 + m_CurrentSortingName: TransformSorting + m_WindowGUID: 6f1193b7c6ac3e64ca0e317b16d20212 +--- !u!114 &16 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12013, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Scene + m_Image: {fileID: 2593428753322112591, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 2226 + y: 90 + width: 1210 + height: 662 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: + - dockPosition: 0 + containerId: overlay-toolbar__top + floating: 0 + collapsed: 0 + displayed: 1 + snapOffset: {x: -166, y: -26} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 3 + id: Tool Settings + index: 0 + layout: 1 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 0 + containerId: overlay-toolbar__top + floating: 0 + collapsed: 0 + displayed: 1 + snapOffset: {x: -141, y: 149} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 1 + id: unity-grid-and-snap-toolbar + index: 1 + layout: 1 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-toolbar__top + floating: 0 + collapsed: 0 + displayed: 1 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: unity-scene-view-toolbar + index: 0 + layout: 1 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-toolbar__top + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 1 + id: unity-search-toolbar + index: 1 + layout: 1 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 0 + containerId: overlay-container--left + floating: 0 + collapsed: 0 + displayed: 1 + snapOffset: {x: 0, y: 26} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: unity-transform-toolbar + index: 0 + layout: 2 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 0 + containerId: overlay-container--left + floating: 0 + collapsed: 0 + displayed: 1 + snapOffset: {x: 0, y: 197} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: unity-component-tools + index: 1 + layout: 2 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 0 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 1 + snapOffset: {x: -111, y: 26} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 1 + id: Orientation + index: 0 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Light Settings + index: 0 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Camera + index: 1 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Cloth Constraints + index: 1 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Cloth Collisions + index: 2 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Navmesh Display + index: 4 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Agent Display + index: 5 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Obstacle Display + index: 6 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Occlusion Culling + index: 3 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Physics Debugger + index: 4 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Scene Visibility + index: 5 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Particles + index: 6 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Tilemap + index: 11 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 0, y: 0} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/Tilemap Palette Helper + index: 12 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 1 + snapOffset: {x: 48, y: 48} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: AINavigationOverlay + index: 7 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 0 + snapOffset: {x: 48, y: 48} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: Scene View/TrailRenderer + index: 8 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + - dockPosition: 1 + containerId: overlay-container--right + floating: 0 + collapsed: 0 + displayed: 1 + snapOffset: {x: 48, y: 10} + snapOffsetDelta: {x: 0, y: 0} + snapCorner: 0 + id: UnityEditor.SceneViewCameraOverlay + index: 9 + layout: 4 + size: {x: 0, y: 0} + sizeOverriden: 0 + m_OverlaysVisible: 1 + m_WindowGUID: b85945ae8dd2cea46915e8777ee5c800 + m_Gizmos: 1 + m_OverrideSceneCullingMask: 6917529027641081856 + m_SceneIsLit: 1 + m_SceneLighting: 1 + m_2DMode: 0 + m_isRotationLocked: 0 + m_PlayAudio: 0 + m_AudioPlay: 0 + m_Position: + m_Target: {x: 405.34402, y: -462.42728, z: 289.2377} + speed: 2 + m_Value: {x: 405.34402, y: -462.42728, z: 289.2377} + m_RenderMode: 0 + m_CameraMode: + drawMode: 0 + name: Shaded + section: Shading Mode + m_ValidateTrueMetals: 0 + m_DoValidateTrueMetals: 0 + m_SceneViewState: + m_AlwaysRefresh: 0 + showFog: 1 + showSkybox: 1 + showFlares: 1 + showImageEffects: 1 + showParticleSystems: 1 + showVisualEffectGraphs: 1 + m_FxEnabled: 1 + m_Grid: + xGrid: + m_Fade: + m_Target: 0 + speed: 2 + m_Value: 0 + m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4} + m_Pivot: {x: 0, y: 0, z: 0} + m_Size: {x: 0, y: 0} + yGrid: + m_Fade: + m_Target: 1 + speed: 2 + m_Value: 1 + m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4} + m_Pivot: {x: 0, y: 0, z: 0} + m_Size: {x: 1, y: 1} + zGrid: + m_Fade: + m_Target: 0 + speed: 2 + m_Value: 0 + m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4} + m_Pivot: {x: 0, y: 0, z: 0} + m_Size: {x: 1, y: 1} + m_ShowGrid: 1 + m_GridAxis: 1 + m_gridOpacity: 0.5 + m_Rotation: + m_Target: {x: -0.32193258, y: -0.4240753, z: 0.16436398, w: -0.83021617} + speed: 2 + m_Value: {x: -0.32175294, y: -0.42523223, z: 0.16481258, w: -0.8297526} + m_Size: + m_Target: 377.3288 + speed: 2 + m_Value: 377.3288 + m_Ortho: + m_Target: 0 + speed: 2 + m_Value: 0 + m_CameraSettings: + m_Speed: 0.9452999 + m_SpeedNormalized: 0.46999997 + m_SpeedMin: 0.01 + m_SpeedMax: 2 + m_EasingEnabled: 1 + m_EasingDuration: 0.4 + m_AccelerationEnabled: 1 + m_FieldOfViewHorizontalOrVertical: 60 + m_NearClip: 0.03 + m_FarClip: 10000 + m_DynamicClip: 1 + m_OcclusionCulling: 0 + m_LastSceneViewRotation: {x: 0.028054088, y: -0.89433724, z: -0.056315146, w: -0.44282255} + m_LastSceneViewOrtho: 0 + m_ReplacementShader: {fileID: 0} + m_ReplacementString: + m_SceneVisActive: 1 + m_LastLockedObject: {fileID: 0} + m_ViewIsLockedToObject: 0 +--- !u!114 &17 +MonoBehaviour: + m_ObjectHideFlags: 52 + 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: 12015, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 100, y: 100} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Game + m_Image: {fileID: -6423792434712278376, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 2226 + y: 90 + width: 1210 + height: 662 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_OverlaysVisible: 1 + m_SerializedViewNames: [] + m_SerializedViewValues: [] + m_PlayModeViewName: GameView + m_ShowGizmos: 1 + m_TargetDisplay: 0 + m_ClearColor: {r: 0, g: 0, b: 0, a: 0} + m_TargetSize: {x: 1920, y: 1080} + m_TextureFilterMode: 0 + m_TextureHideFlags: 61 + m_RenderIMGUI: 1 + m_EnterPlayModeBehavior: 0 + m_UseMipMap: 0 + m_VSyncEnabled: 0 + m_Gizmos: 1 + m_Stats: 0 + m_SelectedSizes: 03000000000000000000000000000000000000000000000000000000000000000000000000000000 + m_ZoomArea: + m_HRangeLocked: 0 + m_VRangeLocked: 0 + hZoomLockedByDefault: 0 + vZoomLockedByDefault: 0 + m_HBaseRangeMin: -960 + m_HBaseRangeMax: 960 + m_VBaseRangeMin: -540 + m_VBaseRangeMax: 540 + m_HAllowExceedBaseRangeMin: 1 + m_HAllowExceedBaseRangeMax: 1 + m_VAllowExceedBaseRangeMin: 1 + m_VAllowExceedBaseRangeMax: 1 + m_ScaleWithWindow: 0 + m_HSlider: 0 + m_VSlider: 0 + m_IgnoreScrollWheelUntilClicked: 0 + m_EnableMouseInput: 0 + m_EnableSliderZoomHorizontal: 0 + m_EnableSliderZoomVertical: 0 + m_UniformScale: 1 + m_UpDirection: 1 + m_DrawArea: + serializedVersion: 2 + x: 0 + y: 21 + width: 1210 + height: 641 + m_Scale: {x: 0.5935185, y: 0.5935185} + m_Translation: {x: 605, y: 320.5} + m_MarginLeft: 0 + m_MarginRight: 0 + m_MarginTop: 0 + m_MarginBottom: 0 + m_LastShownAreaInsideMargins: + serializedVersion: 2 + x: -1019.3448 + y: -540 + width: 2038.6896 + height: 1080 + m_MinimalGUI: 1 + m_defaultScale: 0.5935185 + m_LastWindowPixelSize: {x: 1210, y: 662} + m_ClearInEditMode: 1 + m_NoCameraWarning: 1 + m_LowResolutionForAspectRatios: 01000000000000000000 + m_XRRenderMode: 0 + m_RenderTexture: {fileID: 0} +--- !u!114 &18 +MonoBehaviour: + m_ObjectHideFlags: 52 + 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: eb55afc2c109f42f2af37941a8c9300e, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 600, y: 300} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Input (Input Actions) + m_Image: {fileID: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 2226 + y: 90 + width: 1210 + height: 661 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_OverlaysVisible: 1 + m_ActionMapsTreeState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: 96ab0271 + m_LastClickedID: 1896000406 + m_ExpandedIDs: 00000000 + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 0 + m_ClientGUIView: {fileID: 0} + m_SearchString: + m_ActionsTreeState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: 7f681926 + m_LastClickedID: 639199359 + m_ExpandedIDs: 71f36b8d3ecfad9feb02e1a0dd8938a4190353a9bb00a4a9403893bd402ec6c0a3bbefc3240ffec3f8e146d4e74fd8d41bb032d560c274d6e6ecf4db0161a3e00c4d1de9698c8af5b26490f5ae166efdf46bf20cdc82a21116a40c237c371f247f681926c7ab262c5602c737de49913b102bd243b044d04d0df6274e4cf289554fd69156a712cc5d125f496396ab02714c14b37240bb7e7bab03247c + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 0 + m_ClientGUIView: {fileID: 9} + m_SearchString: + m_ControlPickerViewState: + m_AdvancedDropdownState: + states: + - itemId: 371857150 + selectedIndex: 0 + scroll: {x: 0, y: 0} + - itemId: 656259478 + selectedIndex: 0 + scroll: {x: 0, y: 0} + - itemId: 378383742 + selectedIndex: -1 + scroll: {x: 0, y: 0} + - itemId: 1275948795 + selectedIndex: 16 + scroll: {x: 0, y: 63.5} + - itemId: -2053868959 + selectedIndex: -1 + scroll: {x: 0, y: 0} + - itemId: 538257768 + selectedIndex: -1 + scroll: {x: 0, y: 0} + - itemId: -478254706 + selectedIndex: -1 + scroll: {x: 0, y: 0} + - itemId: -1253416362 + selectedIndex: -1 + scroll: {x: 0, y: 0} + - itemId: 998472819 + selectedIndex: -1 + scroll: {x: 0, y: 0} + - itemId: -376880915 + selectedIndex: -1 + scroll: {x: 0, y: 0} + m_ManualPathEditMode: 0 + m_ActionAssetManager: + m_AssetObjectForEditing: {fileID: 0} + m_ImportedAssetObject: {fileID: -944628639613478452, guid: cc5f5ab97010425e291f8fdc095f3718, type: 3} + m_AssetGUID: cc5f5ab97010425e291f8fdc095f3718 + m_ImportedAssetJson: "{\n \"name\": \"Input\",\n \"maps\": [\n {\n + \"name\": \"Menu\",\n \"id\": \"b9ea94f5-de8b-40ea-b099-4aee58784866\",\n + \"actions\": [\n {\n \"name\": \"Movement\",\n + \"type\": \"Value\",\n \"id\": \"d36a79bc-d0ab-45f9-bfe1-4461d720ced1\",\n + \"expectedControlType\": \"Stick\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": true\n + },\n {\n \"name\": \"Select\",\n + \"type\": \"Button\",\n \"id\": \"f5d4b87c-d3a2-46c3-8359-1200837b9488\",\n + \"expectedControlType\": \"Button\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": false\n + },\n {\n \"name\": \"Back\",\n + \"type\": \"Button\",\n \"id\": \"c829ac0c-1407-4b34-9de6-b3dc80faa27c\",\n + \"expectedControlType\": \"Button\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": false\n + },\n {\n \"name\": \"SkillOne\",\n + \"type\": \"Button\",\n \"id\": \"7f5add79-932e-49aa-b2b0-91a7222e844d\",\n + \"expectedControlType\": \"Button\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": false\n + },\n {\n \"name\": \"SkillTwo\",\n + \"type\": \"Button\",\n \"id\": \"d90ae832-468d-49ee-ac78-3f720aac9d91\",\n + \"expectedControlType\": \"Button\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": false\n + },\n {\n \"name\": \"SkillThree\",\n + \"type\": \"Button\",\n \"id\": \"3bf27bbc-2553-4c56-90ce-089ec3985f34\",\n + \"expectedControlType\": \"Button\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": false\n + },\n {\n \"name\": \"SkillFour\",\n + \"type\": \"Button\",\n \"id\": \"e5019b66-a0ae-4778-8afa-6272917330af\",\n + \"expectedControlType\": \"Button\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": false\n + },\n {\n \"name\": \"SkillFive\",\n + \"type\": \"Button\",\n \"id\": \"c77fc299-2907-414d-9dcd-ce25527fb09a\",\n + \"expectedControlType\": \"Button\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": false\n + },\n {\n \"name\": \"SkillSix\",\n + \"type\": \"Button\",\n \"id\": \"92be85ab-a708-4a61-8d71-19a0f4e1a3a4\",\n + \"expectedControlType\": \"Button\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": false\n + },\n {\n \"name\": \"Charsheet\",\n + \"type\": \"Button\",\n \"id\": \"d3e2f9b4-83df-4229-bdab-166ea722b672\",\n + \"expectedControlType\": \"Button\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": false\n + },\n {\n \"name\": \"Inventory\",\n + \"type\": \"Button\",\n \"id\": \"2a815faf-7f83-4f8e-b0c0-fb3c27e050f0\",\n + \"expectedControlType\": \"Button\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": false\n + },\n {\n \"name\": \"Questlog\",\n + \"type\": \"Button\",\n \"id\": \"56496e33-3b2a-4950-8e12-0c66d769d3b9\",\n + \"expectedControlType\": \"Button\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": false\n + },\n {\n \"name\": \"Pause\",\n + \"type\": \"Button\",\n \"id\": \"42da73ec-1cff-4563-a69e-b79d164ae159\",\n + \"expectedControlType\": \"Button\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": false\n + }\n ],\n \"bindings\": [\n {\n + \"name\": \"2D Vector\",\n \"id\": \"2d4968ad-f128-4410-9ca1-7c0b003b76cb\",\n + \"path\": \"2DVector\",\n \"interactions\": \"Press(behavior=1)\",\n + \"processors\": \"\",\n \"groups\": \"\",\n + \"action\": \"Movement\",\n \"isComposite\": true,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"up\",\n \"id\": \"20d0d2d3-d8ef-49d4-8d6c-909317b3c7c3\",\n + \"path\": \"/leftStick/up\",\n \"interactions\": + \"\",\n \"processors\": \"\",\n \"groups\": + \"Controller\",\n \"action\": \"Movement\",\n + \"isComposite\": false,\n \"isPartOfComposite\": true\n + },\n {\n \"name\": \"down\",\n + \"id\": \"696e37ef-8c72-493c-b940-d77689e44fb7\",\n \"path\": + \"/leftStick/down\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"Controller\",\n + \"action\": \"Movement\",\n \"isComposite\": false,\n + \"isPartOfComposite\": true\n },\n {\n + \"name\": \"left\",\n \"id\": \"e962ed26-9e34-4f28-b38b-78833722d55d\",\n + \"path\": \"/leftStick/left\",\n \"interactions\": + \"\",\n \"processors\": \"\",\n \"groups\": + \"Controller\",\n \"action\": \"Movement\",\n + \"isComposite\": false,\n \"isPartOfComposite\": true\n + },\n {\n \"name\": \"right\",\n + \"id\": \"322e1c16-7446-40cc-abc1-a1dda7977e7f\",\n \"path\": + \"/leftStick/right\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"Controller\",\n + \"action\": \"Movement\",\n \"isComposite\": false,\n + \"isPartOfComposite\": true\n },\n {\n + \"name\": \"\",\n \"id\": \"d8c9e3c1-1205-4af0-8e6c-8759b8a18d3a\",\n + \"path\": \"/buttonSouth\",\n \"interactions\": + \"\",\n \"processors\": \"\",\n \"groups\": + \"Controller\",\n \"action\": \"Select\",\n + \"isComposite\": false,\n \"isPartOfComposite\": false\n + },\n {\n \"name\": \"\",\n + \"id\": \"1e2ff324-8527-4542-b614-dd4740cbbc92\",\n \"path\": + \"/buttonEast\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"Controller\",\n + \"action\": \"Back\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"08a674f1-0352-45b5-89a1-d170b7365868\",\n + \"path\": \"/numpad1\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"SkillOne\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"ce83c276-23d5-4bf8-95c6-83b965316374\",\n + \"path\": \"/1\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"SkillOne\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"246a212b-b4c9-4210-983c-a437ba218b06\",\n + \"path\": \"/numpad2\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"SkillTwo\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"bfeadf2f-95c4-4955-b9d4-e341f9715522\",\n + \"path\": \"/2\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"SkillTwo\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"d21c4d66-bc17-4c89-b517-5b330fbd03a8\",\n + \"path\": \"/3\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"SkillThree\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"6a4d70e0-2075-4ea1-bca3-f0babec2d599\",\n + \"path\": \"/numpad3\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"SkillThree\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"65a59c0c-4728-4a4b-a138-b254edd5f96c\",\n + \"path\": \"/numpad4\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"SkillFour\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"b37ea1f3-42b2-44d8-b833-336b290953f5\",\n + \"path\": \"/4\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"SkillFour\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"321d6efa-a26f-468f-8cb1-0aa3cdc61c7e\",\n + \"path\": \"/5\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"SkillFive\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"dbf5a389-2019-4a1e-9180-079f9d6e469e\",\n + \"path\": \"/numpad5\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"SkillFive\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"588a56fd-8885-4742-823a-916f42d7639f\",\n + \"path\": \"/6\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"SkillSix\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"c4b935de-8b10-4544-b50a-08e1472c8fe9\",\n + \"path\": \"/numpad6\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"SkillSix\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"c3215b19-e6e2-4b38-be31-cb78772547c0\",\n + \"path\": \"/c\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Charsheet\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"198d5b2b-78fa-479f-8a06-ca71e1e8c914\",\n + \"path\": \"/buttonNorth\",\n \"interactions\": + \"\",\n \"processors\": \"\",\n \"groups\": + \"KeyboardMouse\",\n \"action\": \"Charsheet\",\n + \"isComposite\": false,\n \"isPartOfComposite\": false\n + },\n {\n \"name\": \"\",\n + \"id\": \"99797d2f-fccb-4165-b1ee-3032683a3e21\",\n \"path\": + \"/buttonNorth\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"Controller\",\n + \"action\": \"Charsheet\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"41d6126e-54e9-4ac3-9fd7-20ecf4db4eaa\",\n + \"path\": \"/i\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Inventory\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"c3be3c24-9ccb-4919-a516-48ea4f5f6a1e\",\n + \"path\": \"/buttonWest\",\n \"interactions\": + \"\",\n \"processors\": \"\",\n \"groups\": + \"KeyboardMouse\",\n \"action\": \"Inventory\",\n + \"isComposite\": false,\n \"isPartOfComposite\": false\n + },\n {\n \"name\": \"\",\n + \"id\": \"9ab4f699-2279-472d-a0c5-cd45c4e2fbce\",\n \"path\": + \"/buttonWest\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"Controller\",\n + \"action\": \"Inventory\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"5ecbd7b6-c10e-41d7-8338-064fac48d268\",\n + \"path\": \"/q\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Questlog\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"2dfaf5e4-6477-4304-9ffd-e0ac589c279f\",\n + \"path\": \"/select\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Questlog\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"783ace97-9d13-44ed-a722-6b446a33ac08\",\n + \"path\": \"/select\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"Controller\",\n + \"action\": \"Questlog\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"6288ecc6-0303-4eb2-a008-3e572a3b9437\",\n + \"path\": \"/escape\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Pause\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"8e61b6fe-ed27-435d-b841-64d36d25fc47\",\n + \"path\": \"/start\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Pause\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"3810d8e5-0249-48dd-a379-3efd589b1996\",\n + \"path\": \"/start\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"Controller\",\n + \"action\": \"Pause\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n }\n ]\n },\n + {\n \"name\": \"MainGame\",\n \"id\": \"712b45f3-3199-497f-85da-3436b9aca739\",\n + \"actions\": [\n {\n \"name\": \"Movement\",\n + \"type\": \"Value\",\n \"id\": \"e90d9193-4b2b-4a86-bf69-ad1d4865b7e8\",\n + \"expectedControlType\": \"Stick\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": true\n + },\n {\n \"name\": \"Interaction\",\n + \"type\": \"Button\",\n \"id\": \"b5f3621c-6eae-4a0a-87a4-d8569eab05d5\",\n + \"expectedControlType\": \"Button\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": false\n + },\n {\n \"name\": \"Charsheet\",\n + \"type\": \"Button\",\n \"id\": \"c46c052d-0d2e-483f-949b-d2a96f72c7f1\",\n + \"expectedControlType\": \"Button\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": false\n + },\n {\n \"name\": \"Inventory\",\n + \"type\": \"Button\",\n \"id\": \"d59063bc-b8f8-4043-bdec-4ee5b98ce30b\",\n + \"expectedControlType\": \"Button\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": false\n + },\n {\n \"name\": \"Questlog\",\n + \"type\": \"Button\",\n \"id\": \"4fb1c089-6959-467a-84d3-cf02a011f607\",\n + \"expectedControlType\": \"Button\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": false\n + },\n {\n \"name\": \"Pause\",\n + \"type\": \"Button\",\n \"id\": \"eac9bc5a-fff1-426b-9fee-e97b395b6c9d\",\n + \"expectedControlType\": \"Button\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": false\n + },\n {\n \"name\": \"Looking\",\n + \"type\": \"Value\",\n \"id\": \"b496d522-f184-4b23-9fd5-c3bddf1d8299\",\n + \"expectedControlType\": \"Stick\",\n \"processors\": \"\",\n + \"interactions\": \"\",\n \"initialStateCheck\": true\n + }\n ],\n \"bindings\": [\n {\n + \"name\": \"3D Vector\",\n \"id\": \"5333996c-65b0-4469-a70f-2a09a91091db\",\n + \"path\": \"3DVector(mode=1)\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"\",\n + \"action\": \"Movement\",\n \"isComposite\": true,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"up\",\n \"id\": \"81717563-c233-411f-bf17-bf53ced54dd9\",\n + \"path\": \"/space\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Movement\",\n \"isComposite\": false,\n + \"isPartOfComposite\": true\n },\n {\n + \"name\": \"down\",\n \"id\": \"bcf031ee-ea36-472b-af82-47241eebd844\",\n + \"path\": \"\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Movement\",\n \"isComposite\": false,\n + \"isPartOfComposite\": true\n },\n {\n + \"name\": \"left\",\n \"id\": \"cd4b43b0-036f-4e54-8154-002e765c7259\",\n + \"path\": \"/a\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Movement\",\n \"isComposite\": false,\n + \"isPartOfComposite\": true\n },\n {\n + \"name\": \"right\",\n \"id\": \"67bff71f-ce6a-430a-b68e-d4a52f2e48f0\",\n + \"path\": \"/d\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Movement\",\n \"isComposite\": false,\n + \"isPartOfComposite\": true\n },\n {\n + \"name\": \"forward\",\n \"id\": \"6c4440e2-099b-4260-aa44-166f0c35d080\",\n + \"path\": \"/w\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Movement\",\n \"isComposite\": false,\n + \"isPartOfComposite\": true\n },\n {\n + \"name\": \"backward\",\n \"id\": \"60cedbbc-e596-4c6d-b60e-a953e62c460d\",\n + \"path\": \"/s\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Movement\",\n \"isComposite\": false,\n + \"isPartOfComposite\": true\n },\n {\n + \"name\": \"3D Vector\",\n \"id\": \"c5cf6e46-b489-4ff7-bf1b-4cd8bdc80e4f\",\n + \"path\": \"3DVector\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"\",\n + \"action\": \"Movement\",\n \"isComposite\": true,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"up\",\n \"id\": \"df821494-d2f9-424a-9408-be6e1fa30f03\",\n + \"path\": \"/buttonSouth\",\n \"interactions\": + \"\",\n \"processors\": \"\",\n \"groups\": + \"Controller\",\n \"action\": \"Movement\",\n + \"isComposite\": false,\n \"isPartOfComposite\": true\n + },\n {\n \"name\": \"left\",\n + \"id\": \"09782a67-372e-41a2-b884-5482589fe6a6\",\n \"path\": + \"/leftStick/left\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"Controller\",\n + \"action\": \"Movement\",\n \"isComposite\": false,\n + \"isPartOfComposite\": true\n },\n {\n + \"name\": \"right\",\n \"id\": \"3a694ab9-4380-4e28-8d4e-f20ba1f40dba\",\n + \"path\": \"/leftStick/right\",\n \"interactions\": + \"\",\n \"processors\": \"\",\n \"groups\": + \"Controller\",\n \"action\": \"Movement\",\n + \"isComposite\": false,\n \"isPartOfComposite\": true\n + },\n {\n \"name\": \"forward\",\n + \"id\": \"f8ac0576-82df-4735-8b58-2ac9eb1a9fbf\",\n \"path\": + \"/leftStick/up\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"Controller\",\n + \"action\": \"Movement\",\n \"isComposite\": false,\n + \"isPartOfComposite\": true\n },\n {\n + \"name\": \"backward\",\n \"id\": \"47b850c7-8cf0-47fc-8e6a-b0cb81f2d44e\",\n + \"path\": \"/leftStick/down\",\n \"interactions\": + \"\",\n \"processors\": \"\",\n \"groups\": + \"Controller\",\n \"action\": \"Movement\",\n + \"isComposite\": false,\n \"isPartOfComposite\": true\n + },\n {\n \"name\": \"\",\n + \"id\": \"dc31e776-058a-450c-b759-e20abbfb62f0\",\n \"path\": + \"/e\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Interaction\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"6206e2a6-91d8-4bbc-9b78-f47f89648d46\",\n + \"path\": \"/buttonEast\",\n \"interactions\": + \"\",\n \"processors\": \"\",\n \"groups\": + \"Controller\",\n \"action\": \"Interaction\",\n + \"isComposite\": false,\n \"isPartOfComposite\": false\n + },\n {\n \"name\": \"\",\n + \"id\": \"9f93a5f5-6762-48a6-8747-ee04a1833148\",\n \"path\": + \"/c\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Charsheet\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"af6d7d0a-ffde-4a66-a749-011dd678189b\",\n + \"path\": \"/buttonNorth\",\n \"interactions\": + \"\",\n \"processors\": \"\",\n \"groups\": + \"Controller\",\n \"action\": \"Charsheet\",\n + \"isComposite\": false,\n \"isPartOfComposite\": false\n + },\n {\n \"name\": \"\",\n + \"id\": \"3876ad34-0e23-4436-bd5f-84c8411dee1a\",\n \"path\": + \"/i\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Inventory\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"334a7d9e-da06-4a7e-8f0f-fe3a95611d67\",\n + \"path\": \"/buttonWest\",\n \"interactions\": + \"\",\n \"processors\": \"\",\n \"groups\": + \"Controller\",\n \"action\": \"Inventory\",\n + \"isComposite\": false,\n \"isPartOfComposite\": false\n + },\n {\n \"name\": \"\",\n + \"id\": \"60d2c138-97f6-4ac1-b13a-a48995ae8642\",\n \"path\": + \"/q\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Questlog\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"9d591b31-ce52-4d56-b14f-484cfbba467a\",\n + \"path\": \"/select\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"Controller\",\n + \"action\": \"Questlog\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"ae77bfef-c262-47b7-82a1-e2108c417ced\",\n + \"path\": \"/escape\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Pause\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"\",\n \"id\": \"de90f611-adfa-45ba-a41b-9c286d59b95c\",\n + \"path\": \"/start\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"Controller\",\n + \"action\": \"Pause\",\n \"isComposite\": false,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"2D Vector\",\n \"id\": \"b54eb01e-500c-494e-a2ac-bbce47e8ad87\",\n + \"path\": \"2DVector\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"\",\n + \"action\": \"Looking\",\n \"isComposite\": true,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"up\",\n \"id\": \"ddc578d6-bc10-428f-9df3-4b8c2f6df074\",\n + \"path\": \"/delta/up\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Looking\",\n \"isComposite\": false,\n + \"isPartOfComposite\": true\n },\n {\n + \"name\": \"down\",\n \"id\": \"cb3bcc0f-1835-4e76-aef9-d9c4207d5b33\",\n + \"path\": \"/delta/down\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Looking\",\n \"isComposite\": false,\n + \"isPartOfComposite\": true\n },\n {\n + \"name\": \"left\",\n \"id\": \"02f9a2f5-653b-4386-a5ed-170470e4a4ed\",\n + \"path\": \"/delta/left\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Looking\",\n \"isComposite\": false,\n + \"isPartOfComposite\": true\n },\n {\n + \"name\": \"right\",\n \"id\": \"3faa6ef9-15da-4053-b3e1-50800560bd51\",\n + \"path\": \"/delta/right\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"KeyboardMouse\",\n + \"action\": \"Looking\",\n \"isComposite\": false,\n + \"isPartOfComposite\": true\n },\n {\n + \"name\": \"2D Vector\",\n \"id\": \"2d5b50ae-14cb-4341-833d-f5b4aa6d5ca8\",\n + \"path\": \"2DVector(mode=2)\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"\",\n + \"action\": \"Looking\",\n \"isComposite\": true,\n + \"isPartOfComposite\": false\n },\n {\n + \"name\": \"up\",\n \"id\": \"a1a023fe-9bf5-4840-a79c-a2d846a70b70\",\n + \"path\": \"/rightStick/up\",\n \"interactions\": + \"\",\n \"processors\": \"\",\n \"groups\": + \"Controller\",\n \"action\": \"Looking\",\n + \"isComposite\": false,\n \"isPartOfComposite\": true\n + },\n {\n \"name\": \"down\",\n + \"id\": \"407b59a1-c2fa-4f50-a971-38caceeed23f\",\n \"path\": + \"/rightStick/down\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"Controller\",\n + \"action\": \"Looking\",\n \"isComposite\": false,\n + \"isPartOfComposite\": true\n },\n {\n + \"name\": \"left\",\n \"id\": \"a51aab17-73a4-48aa-95a0-c8030f392838\",\n + \"path\": \"/rightStick/left\",\n \"interactions\": + \"\",\n \"processors\": \"\",\n \"groups\": + \"Controller\",\n \"action\": \"Looking\",\n + \"isComposite\": false,\n \"isPartOfComposite\": true\n + },\n {\n \"name\": \"right\",\n + \"id\": \"7d475dc9-67fd-477c-97f4-0f6938bedc61\",\n \"path\": + \"/rightStick/right\",\n \"interactions\": \"\",\n + \"processors\": \"\",\n \"groups\": \"Controller\",\n + \"action\": \"Looking\",\n \"isComposite\": false,\n + \"isPartOfComposite\": true\n }\n ]\n }\n + ],\n \"controlSchemes\": [\n {\n \"name\": \"KeyboardMouse\",\n + \"bindingGroup\": \"KeyboardMouse\",\n \"devices\": [\n + {\n \"devicePath\": \"\",\n + \"isOptional\": false,\n \"isOR\": false\n + },\n {\n \"devicePath\": \"\",\n + \"isOptional\": false,\n \"isOR\": false\n + }\n ]\n },\n {\n \"name\": \"Controller\",\n + \"bindingGroup\": \"Controller\",\n \"devices\": [\n + {\n \"devicePath\": \"\",\n + \"isOptional\": false,\n \"isOR\": false\n + }\n ]\n }\n ]\n}" + m_IsDirty: 0 + m_Toolbar: + m_IsDirty: 0 + m_SelectedControlSchemeIndex: 1 + m_SelectedDeviceRequirementIndex: -1 + m_ControlSchemes: + - m_Name: KeyboardMouse + m_BindingGroup: KeyboardMouse + m_DeviceRequirements: + - m_ControlPath: + m_Flags: 0 + - m_ControlPath: + m_Flags: 0 + - m_Name: Controller + m_BindingGroup: Controller + m_DeviceRequirements: + - m_ControlPath: + m_Flags: 0 + m_SearchText: + m_DirtyTitle: + m_Text: (*) Input (Input Actions) + m_Image: {fileID: 0} + m_Tooltip: + m_Title: + m_Text: Input (Input Actions) + m_Image: {fileID: 0} + m_Tooltip: +--- !u!114 &19 +MonoBehaviour: + m_ObjectHideFlags: 52 + 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: c3f24f77c633a444893b75d39ae4fa3c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 100, y: 100} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Input Debug + m_Image: {fileID: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 2226 + y: 90 + width: 1210 + height: 661 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_OverlaysVisible: 1 + m_TreeViewState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: + m_LastClickedID: 0 + m_ExpandedIDs: 01000000 + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 0 + m_ClientGUIView: {fileID: 0} + m_SearchString: +--- !u!114 &20 +MonoBehaviour: + m_ObjectHideFlags: 52 + 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: 03b8c364c5fbffe4c949a4ceb342fb8a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 900, y: 600} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Localization Tables + m_Image: {fileID: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 2226 + y: 94 + width: 1211 + height: 656 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_OverlaysVisible: 1 +--- !u!114 &21 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12003, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 100, y: 100} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Console + m_Image: {fileID: -4327648978806127646, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 1920 + y: 773 + width: 1517 + height: 266 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_OverlaysVisible: 1 +--- !u!114 &22 +MonoBehaviour: + m_ObjectHideFlags: 52 + 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: 4d0eea65a4b934e48b2b8115dcfbac57, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 100, y: 100} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Localization Scene Controls + m_Image: {fileID: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 3438 + y: 90 + width: 401 + height: 115 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_OverlaysVisible: 1 +--- !u!114 &23 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 275, y: 50} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Inspector + m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 3438 + y: 226 + width: 401 + height: 813 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_OverlaysVisible: 1 + m_ObjectsLockedBeforeSerialization: [] + m_InstanceIDsLockedBeforeSerialization: + m_PreviewResizer: + m_CachedPref: 160 + m_ControlHash: -371814159 + m_PrefName: Preview_InspectorPreview + m_LastInspectedObjectInstanceID: -1 + m_LastVerticalScrollValue: 0 + m_GlobalObjectId: + m_InspectorMode: 0 + m_LockTracker: + m_IsLocked: 0 + m_PreviewWindow: {fileID: 0} diff --git a/settings.txt b/settings.txt index a0a3449..caa6cfb 100644 --- a/settings.txt +++ b/settings.txt @@ -1,7 +1,7 @@ Resolution:1 Mode:0 Language:de -Musik:0.1054875 -Effekte:0.5 +Music:0.2077923 +Effects:0.7093654 SensitivityMouse:1 SensitivityController:2 \ No newline at end of file