urp optimization

This commit is contained in:
2022-11-11 22:23:14 +01:00
parent 34bfdeb043
commit 2b7984860c
10 changed files with 201 additions and 210 deletions

View File

@@ -2505,6 +2505,7 @@ GameObject:
- component: {fileID: 197904225}
- component: {fileID: 197904226}
- component: {fileID: 197904227}
- component: {fileID: 197904228}
m_Layer: 0
m_Name: Mangager
m_TagString: Untagged
@@ -2751,6 +2752,18 @@ MonoBehaviour:
m_EditorClassIdentifier:
fpsText: {fileID: 947787407}
_hudRefreshRate: 1
--- !u!114 &197904228
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 197904216}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 96ceaa4eb99078a4196c7b80db7d09f4, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!1 &245385154
GameObject:
m_ObjectHideFlags: 0
@@ -7078,7 +7091,7 @@ GameObject:
m_Component:
- component: {fileID: 519420032}
- component: {fileID: 519420031}
- component: {fileID: 519420029}
- component: {fileID: 519420033}
m_Layer: 0
m_Name: Main Camera
m_TagString: MainCamera
@@ -7086,14 +7099,6 @@ GameObject:
m_NavMeshLayer: 0
m_StaticEditorFlags: 2147483647
m_IsActive: 1
--- !u!81 &519420029
AudioListener:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 519420028}
m_Enabled: 0
--- !u!20 &519420031
Camera:
m_ObjectHideFlags: 0
@@ -7152,6 +7157,39 @@ Transform:
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &519420033
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 519420028}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3}
m_Name:
m_EditorClassIdentifier:
m_RenderShadows: 0
m_RequiresDepthTextureOption: 2
m_RequiresOpaqueTextureOption: 2
m_CameraType: 0
m_Cameras: []
m_RendererIndex: 0
m_VolumeLayerMask:
serializedVersion: 2
m_Bits: 1
m_VolumeTrigger: {fileID: 0}
m_VolumeFrameworkUpdateModeOption: 2
m_RenderPostProcessing: 0
m_Antialiasing: 0
m_AntialiasingQuality: 2
m_StopNaN: 0
m_Dithering: 0
m_ClearDepth: 1
m_AllowXRRendering: 1
m_RequiresDepthTexture: 0
m_RequiresColorTexture: 0
m_Version: 2
--- !u!1 &525047094
GameObject:
m_ObjectHideFlags: 0

14
Assets/Scripts/Quit.cs Normal file
View File

@@ -0,0 +1,14 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Quit : MonoBehaviour
{
void Update()
{
if (Input.GetKey("escape")) {
Application.Quit();
Debug.Log("App quitted!");
}
}
}

View File

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

View File

@@ -24,14 +24,14 @@ MonoBehaviour:
m_OpaqueDownsampling: 1
m_SupportsTerrainHoles: 1
m_StoreActionsOptimization: 0
m_SupportsHDR: 1
m_SupportsHDR: 0
m_MSAA: 1
m_RenderScale: 1
m_UpscalingFilter: 0
m_FsrOverrideSharpness: 0
m_FsrSharpness: 0.92
m_MainLightRenderingMode: 1
m_MainLightShadowsSupported: 1
m_MainLightShadowsSupported: 0
m_MainLightShadowmapResolution: 2048
m_AdditionalLightsRenderingMode: 1
m_AdditionalLightsPerObjectLimit: 4
@@ -42,7 +42,7 @@ MonoBehaviour:
m_AdditionalLightsShadowResolutionTierHigh: 1024
m_ReflectionProbeBlending: 0
m_ReflectionProbeBoxProjection: 0
m_ShadowDistance: 50
m_ShadowDistance: 10
m_ShadowCascadeCount: 1
m_Cascade2Split: 0.25
m_Cascade3Split: {x: 0.1, y: 0.3}

View File

@@ -36,7 +36,7 @@ MonoBehaviour:
blendMode: 0
m_UseDepthStencilBuffer: 1
m_UseCameraSortingLayersTexture: 0
m_CameraSortingLayersTextureBound: 0
m_CameraSortingLayersTextureBound: -1
m_CameraSortingLayerDownsamplingMethod: 0
m_MaxLightRenderTextureCount: 16
m_MaxShadowRenderTextureCount: 1

View File

@@ -59,7 +59,7 @@ GraphicsSettings:
m_FogKeepExp: 1
m_FogKeepExp2: 1
m_AlbedoSwatchInfos: []
m_LightsUseLinearIntensity: 0
m_LightsUseLinearIntensity: 1
m_LightsUseColorTemperature: 1
m_DefaultRenderingLayerMask: 1
m_LogWhenShaderIsCompiled: 0

View File

@@ -47,7 +47,7 @@ PlayerSettings:
defaultScreenWidthWeb: 960
defaultScreenHeightWeb: 600
m_StereoRenderingPath: 0
m_ActiveColorSpace: 0
m_ActiveColorSpace: 1
m_MTRendering: 1
mipStripping: 0
numberOfMipsStripped: 0
@@ -76,7 +76,7 @@ PlayerSettings:
androidFullscreenMode: 1
defaultIsNativeResolution: 1
macRetinaSupport: 1
runInBackground: 0
runInBackground: 1
captureSingleScreen: 0
muteOtherAudioSources: 0
Prepare IOS For Recording: 0

View File

@@ -4,44 +4,8 @@
QualitySettings:
m_ObjectHideFlags: 0
serializedVersion: 5
m_CurrentQuality: 5
m_CurrentQuality: 3
m_QualitySettings:
- serializedVersion: 2
name: Very Low
pixelLightCount: 0
shadows: 0
shadowResolution: 0
shadowProjection: 1
shadowCascades: 1
shadowDistance: 15
shadowNearPlaneOffset: 3
shadowCascade2Split: 0.33333334
shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667}
shadowmaskMode: 0
skinWeights: 1
textureQuality: 1
anisotropicTextures: 0
antiAliasing: 0
softParticles: 0
softVegetation: 0
realtimeReflectionProbes: 0
billboardsFaceCameraPosition: 0
vSyncCount: 0
lodBias: 0.3
maximumLODLevel: 0
streamingMipmapsActive: 0
streamingMipmapsAddAllCameras: 1
streamingMipmapsMemoryBudget: 512
streamingMipmapsRenderersPerFrame: 512
streamingMipmapsMaxLevelReduction: 2
streamingMipmapsMaxFileIORequests: 1024
particleRaycastBudget: 4
asyncUploadTimeSlice: 2
asyncUploadBufferSize: 16
asyncUploadPersistentBuffer: 1
resolutionScalingFixedDPIFactor: 1
customRenderPipeline: {fileID: 0}
excludedTargetPlatforms: []
- serializedVersion: 2
name: Low
pixelLightCount: 0
@@ -76,7 +40,7 @@ QualitySettings:
asyncUploadBufferSize: 16
asyncUploadPersistentBuffer: 1
resolutionScalingFixedDPIFactor: 1
customRenderPipeline: {fileID: 0}
customRenderPipeline: {fileID: 11400000, guid: f14ceadaeba9f6c47ae9db7e84441a57, type: 2}
excludedTargetPlatforms: []
- serializedVersion: 2
name: Medium
@@ -98,7 +62,7 @@ QualitySettings:
softVegetation: 0
realtimeReflectionProbes: 0
billboardsFaceCameraPosition: 0
vSyncCount: 1
vSyncCount: 0
lodBias: 0.7
maximumLODLevel: 0
streamingMipmapsActive: 0
@@ -112,7 +76,7 @@ QualitySettings:
asyncUploadBufferSize: 16
asyncUploadPersistentBuffer: 1
resolutionScalingFixedDPIFactor: 1
customRenderPipeline: {fileID: 0}
customRenderPipeline: {fileID: 11400000, guid: f14ceadaeba9f6c47ae9db7e84441a57, type: 2}
excludedTargetPlatforms: []
- serializedVersion: 2
name: High
@@ -134,7 +98,7 @@ QualitySettings:
softVegetation: 1
realtimeReflectionProbes: 1
billboardsFaceCameraPosition: 1
vSyncCount: 1
vSyncCount: 0
lodBias: 1
maximumLODLevel: 0
streamingMipmapsActive: 0
@@ -148,43 +112,7 @@ QualitySettings:
asyncUploadBufferSize: 16
asyncUploadPersistentBuffer: 1
resolutionScalingFixedDPIFactor: 1
customRenderPipeline: {fileID: 0}
excludedTargetPlatforms: []
- serializedVersion: 2
name: Very High
pixelLightCount: 3
shadows: 2
shadowResolution: 2
shadowProjection: 1
shadowCascades: 2
shadowDistance: 70
shadowNearPlaneOffset: 3
shadowCascade2Split: 0.33333334
shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667}
shadowmaskMode: 1
skinWeights: 4
textureQuality: 0
anisotropicTextures: 2
antiAliasing: 2
softParticles: 1
softVegetation: 1
realtimeReflectionProbes: 1
billboardsFaceCameraPosition: 1
vSyncCount: 1
lodBias: 1.5
maximumLODLevel: 0
streamingMipmapsActive: 0
streamingMipmapsAddAllCameras: 1
streamingMipmapsMemoryBudget: 512
streamingMipmapsRenderersPerFrame: 512
streamingMipmapsMaxLevelReduction: 2
streamingMipmapsMaxFileIORequests: 1024
particleRaycastBudget: 1024
asyncUploadTimeSlice: 2
asyncUploadBufferSize: 16
asyncUploadPersistentBuffer: 1
resolutionScalingFixedDPIFactor: 1
customRenderPipeline: {fileID: 0}
customRenderPipeline: {fileID: 11400000, guid: f14ceadaeba9f6c47ae9db7e84441a57, type: 2}
excludedTargetPlatforms: []
- serializedVersion: 2
name: Ultra
@@ -206,7 +134,7 @@ QualitySettings:
softVegetation: 1
realtimeReflectionProbes: 1
billboardsFaceCameraPosition: 1
vSyncCount: 1
vSyncCount: 0
lodBias: 2
maximumLODLevel: 0
streamingMipmapsActive: 0
@@ -215,7 +143,7 @@ QualitySettings:
streamingMipmapsRenderersPerFrame: 512
streamingMipmapsMaxLevelReduction: 2
streamingMipmapsMaxFileIORequests: 1024
particleRaycastBudget: 4096
particleRaycastBudget: 2048
asyncUploadTimeSlice: 2
asyncUploadBufferSize: 16
asyncUploadPersistentBuffer: 1
@@ -223,18 +151,18 @@ QualitySettings:
customRenderPipeline: {fileID: 11400000, guid: f14ceadaeba9f6c47ae9db7e84441a57, type: 2}
excludedTargetPlatforms: []
m_PerPlatformDefaultQuality:
Android: 2
GameCoreScarlett: 5
GameCoreXboxOne: 5
Lumin: 5
Nintendo Switch: 5
PS4: 5
PS5: 5
Android: 1
GameCoreScarlett: 3
GameCoreXboxOne: 3
Lumin: 3
Nintendo Switch: 3
PS4: 3
PS5: 3
Server: 0
Stadia: 5
Standalone: 5
WebGL: 3
Windows Store Apps: 5
XboxOne: 5
iPhone: 2
tvOS: 2
Stadia: 3
Standalone: 3
WebGL: 2
Windows Store Apps: 3
XboxOne: 3
iPhone: 1
tvOS: 1

View File

@@ -24,7 +24,7 @@ MonoBehaviour:
m_MinSize: {x: 300, y: 200}
m_MaxSize: {x: 24288, y: 16192}
vertical: 0
controlID: 131
controlID: 3022
--- !u!114 &2
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -45,9 +45,9 @@ MonoBehaviour:
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 329
x: 297
y: 73
width: 1111
width: 1117
height: 571
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
@@ -59,7 +59,7 @@ MonoBehaviour:
m_ShowGizmos: 0
m_TargetDisplay: 0
m_ClearColor: {r: 0, g: 0, b: 0, a: 0}
m_TargetSize: {x: 1111, y: 550}
m_TargetSize: {x: 1117, y: 550}
m_TextureFilterMode: 0
m_TextureHideFlags: 61
m_RenderIMGUI: 1
@@ -74,8 +74,8 @@ MonoBehaviour:
m_VRangeLocked: 0
hZoomLockedByDefault: 0
vZoomLockedByDefault: 0
m_HBaseRangeMin: -555.5
m_HBaseRangeMax: 555.5
m_HBaseRangeMin: -558.5
m_HBaseRangeMax: 558.5
m_VBaseRangeMin: -275
m_VBaseRangeMax: 275
m_HAllowExceedBaseRangeMin: 1
@@ -95,23 +95,23 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 21
width: 1111
width: 1117
height: 550
m_Scale: {x: 1, y: 1}
m_Translation: {x: 555.5, y: 275}
m_Translation: {x: 558.5, y: 275}
m_MarginLeft: 0
m_MarginRight: 0
m_MarginTop: 0
m_MarginBottom: 0
m_LastShownAreaInsideMargins:
serializedVersion: 2
x: -555.5
x: -558.5
y: -275
width: 1111
width: 1117
height: 550
m_MinimalGUI: 1
m_defaultScale: 1
m_LastWindowPixelSize: {x: 1111, y: 571}
m_LastWindowPixelSize: {x: 1117, y: 571}
m_ClearInEditMode: 1
m_NoCameraWarning: 1
m_LowResolutionForAspectRatios: 01000000000000000000
@@ -136,12 +136,12 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 1442
width: 1416
height: 947
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 16192, y: 16192}
vertical: 1
controlID: 132
controlID: 3023
--- !u!114 &4
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -161,12 +161,12 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 1442
width: 1416
height: 592
m_MinSize: {x: 200, y: 100}
m_MaxSize: {x: 16192, y: 8096}
vertical: 0
controlID: 133
controlID: 3024
--- !u!114 &5
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -184,7 +184,7 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 329
width: 297
height: 592
m_MinSize: {x: 201, y: 221}
m_MaxSize: {x: 4001, y: 4021}
@@ -215,7 +215,7 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 73
width: 328
width: 296
height: 571
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
@@ -226,7 +226,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 28fbffff
m_ExpandedIDs: 6ed3ffffeed3ffff5cd7ffff28fbffff
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -265,9 +265,9 @@ MonoBehaviour:
m_Children: []
m_Position:
serializedVersion: 2
x: 329
x: 297
y: 0
width: 1113
width: 1119
height: 592
m_MinSize: {x: 202, y: 221}
m_MaxSize: {x: 4002, y: 4021}
@@ -297,9 +297,9 @@ MonoBehaviour:
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 329
x: 297
y: 73
width: 1111
width: 1117
height: 571
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
@@ -557,9 +557,9 @@ MonoBehaviour:
m_PlayAudio: 0
m_AudioPlay: 0
m_Position:
m_Target: {x: -5.871439, y: -0.70468926, z: -0.28832665}
m_Target: {x: -3.2328522, y: -1.3212909, z: -0.1779072}
speed: 2
m_Value: {x: -5.871439, y: -0.70468926, z: -0.28832665}
m_Value: {x: -3.2328522, y: -1.3212909, z: -0.1779072}
m_RenderMode: 0
m_CameraMode:
drawMode: 0
@@ -610,9 +610,9 @@ MonoBehaviour:
speed: 2
m_Value: {x: 0, y: 0, z: 0, w: 1}
m_Size:
m_Target: 19.80472
m_Target: 11.886256
speed: 2
m_Value: 19.80472
m_Value: 11.886256
m_Ortho:
m_Target: 1
speed: 2
@@ -656,12 +656,12 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 592
width: 1442
width: 1416
height: 355
m_MinSize: {x: 200, y: 100}
m_MaxSize: {x: 16192, y: 8096}
vertical: 0
controlID: 93
controlID: 2987
--- !u!114 &10
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -679,7 +679,7 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 790
width: 776
height: 355
m_MinSize: {x: 231, y: 271}
m_MaxSize: {x: 10001, y: 10021}
@@ -710,7 +710,7 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 665
width: 789
width: 775
height: 334
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
@@ -729,22 +729,22 @@ MonoBehaviour:
m_SkipHidden: 0
m_SearchArea: 1
m_Folders:
- Assets
- Assets/Scripts
m_Globs: []
m_OriginalText:
m_ViewMode: 1
m_StartGridSize: 55
m_LastFolders:
- Assets
- Assets/Scripts
m_LastFoldersGridSize: 55
m_LastProjectPath: C:\dev\find the source\projekt\FindTheSource
m_LockTracker:
m_IsLocked: 0
m_FolderTreeState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 86750000
m_LastClickedID: 30086
m_ExpandedIDs: 0000000086750000
m_SelectedIDs: f8750000
m_LastClickedID: 30200
m_ExpandedIDs: 00000000ee750000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -772,7 +772,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 0000000086750000
m_ExpandedIDs: 00000000ee750000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -797,9 +797,9 @@ MonoBehaviour:
m_Icon: {fileID: 0}
m_ResourceFile:
m_ListAreaState:
m_SelectedInstanceIDs:
m_LastClickedInstanceID: 0
m_HadKeyboardFocusLastEvent: 1
m_SelectedInstanceIDs: 9cd40000
m_LastClickedInstanceID: 54428
m_HadKeyboardFocusLastEvent: 0
m_ExpandedInstanceIDs: c623000000000000
m_RenameOverlay:
m_UserAcceptedRename: 0
@@ -843,9 +843,9 @@ MonoBehaviour:
m_Children: []
m_Position:
serializedVersion: 2
x: 790
x: 776
y: 0
width: 652
width: 640
height: 355
m_MinSize: {x: 102, y: 121}
m_MaxSize: {x: 4002, y: 4021}
@@ -874,9 +874,9 @@ MonoBehaviour:
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 790
x: 776
y: 665
width: 650
width: 638
height: 334
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
@@ -897,12 +897,12 @@ MonoBehaviour:
m_Children: []
m_Position:
serializedVersion: 2
x: 1442
x: 1416
y: 0
width: 478
width: 504
height: 947
m_MinSize: {x: 275, y: 50}
m_MaxSize: {x: 4000, y: 4000}
m_MinSize: {x: 276, y: 71}
m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 15}
m_Panes:
- {fileID: 15}
@@ -928,9 +928,9 @@ MonoBehaviour:
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 1442
x: 1416
y: 73
width: 477
width: 503
height: 926
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
@@ -942,7 +942,7 @@ MonoBehaviour:
m_CachedPref: 160
m_ControlHash: -371814159
m_PrefName: Preview_InspectorPreview
m_LastInspectedObjectInstanceID: -1
m_LastInspectedObjectInstanceID: 54428
m_LastVerticalScrollValue: 0
m_GlobalObjectId:
m_InspectorMode: 0

View File

@@ -119,7 +119,7 @@ MonoBehaviour:
m_MinSize: {x: 300, y: 200}
m_MaxSize: {x: 24288, y: 16192}
vertical: 0
controlID: 675
controlID: 3350
--- !u!114 &6
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -139,12 +139,12 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 1471
width: 1416
height: 947
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 16192, y: 16192}
vertical: 1
controlID: 740
controlID: 3351
--- !u!114 &7
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -164,12 +164,12 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 1471
width: 1416
height: 592
m_MinSize: {x: 200, y: 100}
m_MaxSize: {x: 16192, y: 8096}
vertical: 0
controlID: 741
controlID: 3352
--- !u!114 &8
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -187,7 +187,7 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 307
width: 297
height: 592
m_MinSize: {x: 201, y: 221}
m_MaxSize: {x: 4001, y: 4021}
@@ -206,23 +206,23 @@ 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: 307
x: 297
y: 0
width: 1164
width: 1119
height: 592
m_MinSize: {x: 202, y: 221}
m_MaxSize: {x: 4002, y: 4021}
m_ActualView: {fileID: 14}
m_ActualView: {fileID: 16}
m_Panes:
- {fileID: 16}
- {fileID: 14}
m_Selected: 1
m_LastSelected: 0
m_Selected: 0
m_LastSelected: 1
--- !u!114 &10
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -242,12 +242,12 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 592
width: 1471
width: 1416
height: 355
m_MinSize: {x: 200, y: 100}
m_MaxSize: {x: 16192, y: 8096}
vertical: 0
controlID: 634
controlID: 3272
--- !u!114 &11
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -265,7 +265,7 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 807
width: 776
height: 355
m_MinSize: {x: 231, y: 271}
m_MaxSize: {x: 10001, y: 10021}
@@ -289,9 +289,9 @@ MonoBehaviour:
m_Children: []
m_Position:
serializedVersion: 2
x: 807
x: 776
y: 0
width: 664
width: 640
height: 355
m_MinSize: {x: 102, y: 121}
m_MaxSize: {x: 4002, y: 4021}
@@ -315,9 +315,9 @@ MonoBehaviour:
m_Children: []
m_Position:
serializedVersion: 2
x: 1471
x: 1416
y: 0
width: 449
width: 504
height: 947
m_MinSize: {x: 276, y: 71}
m_MaxSize: {x: 4001, y: 4021}
@@ -346,9 +346,9 @@ MonoBehaviour:
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 307
x: 297
y: 73
width: 1162
width: 1117
height: 571
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
@@ -360,11 +360,11 @@ MonoBehaviour:
m_ShowGizmos: 0
m_TargetDisplay: 0
m_ClearColor: {r: 0, g: 0, b: 0, a: 0}
m_TargetSize: {x: 1162, y: 550}
m_TargetSize: {x: 1117, y: 550}
m_TextureFilterMode: 0
m_TextureHideFlags: 61
m_RenderIMGUI: 1
m_EnterPlayModeBehavior: 1
m_EnterPlayModeBehavior: 0
m_UseMipMap: 0
m_VSyncEnabled: 0
m_Gizmos: 0
@@ -375,8 +375,8 @@ MonoBehaviour:
m_VRangeLocked: 0
hZoomLockedByDefault: 0
vZoomLockedByDefault: 0
m_HBaseRangeMin: -581
m_HBaseRangeMax: 581
m_HBaseRangeMin: -558.5
m_HBaseRangeMax: 558.5
m_VBaseRangeMin: -275
m_VBaseRangeMax: 275
m_HAllowExceedBaseRangeMin: 1
@@ -396,23 +396,23 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 21
width: 1162
width: 1117
height: 550
m_Scale: {x: 1, y: 1}
m_Translation: {x: 581, y: 275}
m_Translation: {x: 558.5, y: 275}
m_MarginLeft: 0
m_MarginRight: 0
m_MarginTop: 0
m_MarginBottom: 0
m_LastShownAreaInsideMargins:
serializedVersion: 2
x: -581
x: -558.5
y: -275
width: 1162
width: 1117
height: 550
m_MinimalGUI: 1
m_defaultScale: 1
m_LastWindowPixelSize: {x: 1162, y: 571}
m_LastWindowPixelSize: {x: 1117, y: 571}
m_ClearInEditMode: 1
m_NoCameraWarning: 1
m_LowResolutionForAspectRatios: 01000000000000000000
@@ -440,7 +440,7 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 73
width: 306
width: 296
height: 571
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
@@ -451,7 +451,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 28fbffff
m_ExpandedIDs: 6ed3ffffeed3ffff5cd7ffff28fbffff
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -495,9 +495,9 @@ MonoBehaviour:
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 329
x: 297
y: 73
width: 1111
width: 1117
height: 571
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
@@ -755,9 +755,9 @@ MonoBehaviour:
m_PlayAudio: 0
m_AudioPlay: 0
m_Position:
m_Target: {x: -5.871439, y: -0.70468926, z: -0.28832665}
m_Target: {x: -3.2328522, y: -1.3212909, z: -0.1779072}
speed: 2
m_Value: {x: -5.871439, y: -0.70468926, z: -0.28832665}
m_Value: {x: -3.2328522, y: -1.3212909, z: -0.1779072}
m_RenderMode: 0
m_CameraMode:
drawMode: 0
@@ -808,9 +808,9 @@ MonoBehaviour:
speed: 2
m_Value: {x: 0, y: 0, z: 0, w: 1}
m_Size:
m_Target: 19.80472
m_Target: 11.886256
speed: 2
m_Value: 19.80472
m_Value: 11.886256
m_Ortho:
m_Target: 1
speed: 2
@@ -857,7 +857,7 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 665
width: 806
width: 775
height: 334
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
@@ -876,22 +876,22 @@ MonoBehaviour:
m_SkipHidden: 0
m_SearchArea: 1
m_Folders:
- Assets
- Assets/Scripts
m_Globs: []
m_OriginalText:
m_ViewMode: 1
m_StartGridSize: 55
m_LastFolders:
- Assets
- Assets/Scripts
m_LastFoldersGridSize: 55
m_LastProjectPath: C:\dev\find the source\projekt\FindTheSource
m_LockTracker:
m_IsLocked: 0
m_FolderTreeState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 86750000
m_LastClickedID: 30086
m_ExpandedIDs: 0000000086750000
m_SelectedIDs: f8750000
m_LastClickedID: 30200
m_ExpandedIDs: 00000000ee750000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -919,7 +919,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 0000000086750000
m_ExpandedIDs: 00000000ee750000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -946,7 +946,7 @@ MonoBehaviour:
m_ListAreaState:
m_SelectedInstanceIDs:
m_LastClickedInstanceID: 0
m_HadKeyboardFocusLastEvent: 1
m_HadKeyboardFocusLastEvent: 0
m_ExpandedInstanceIDs: c623000000000000
m_RenameOverlay:
m_UserAcceptedRename: 0
@@ -995,9 +995,9 @@ MonoBehaviour:
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 807
x: 776
y: 665
width: 662
width: 638
height: 334
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
@@ -1023,9 +1023,9 @@ MonoBehaviour:
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 1471
x: 1416
y: 73
width: 448
width: 503
height: 926
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas: