diff --git a/Assets/Prefabs/EnemyBall_1.asset b/Assets/Prefabs/EnemyBall_1.asset index 8822eb9..426c02f 100644 --- a/Assets/Prefabs/EnemyBall_1.asset +++ b/Assets/Prefabs/EnemyBall_1.asset @@ -13,8 +13,8 @@ MonoBehaviour: m_Name: EnemyBall_1 m_EditorClassIdentifier: color: {r: 0.87169814, g: 0.37334993, b: 0.37334993, a: 1} - bounciness: 200 - unpredictability: 0.2 + bounciness: 350 + unpredictability: 0.1 inheritance: 2 maxLives: 1 frequency: 0.3 diff --git a/Assets/Prefabs/EnemyBall_2.asset b/Assets/Prefabs/EnemyBall_2.asset index 3738808..9a0e6b5 100644 --- a/Assets/Prefabs/EnemyBall_2.asset +++ b/Assets/Prefabs/EnemyBall_2.asset @@ -13,7 +13,7 @@ MonoBehaviour: m_Name: EnemyBall_2 m_EditorClassIdentifier: color: {r: 0.3535521, g: 0.690566, b: 0.29055887, a: 1} - bounciness: 120 + bounciness: 90 unpredictability: 2 inheritance: 3 maxLives: 2 diff --git a/Assets/Prefabs/EnemyBall_3.asset b/Assets/Prefabs/EnemyBall_3.asset index 5f1fe4d..42636ff 100644 --- a/Assets/Prefabs/EnemyBall_3.asset +++ b/Assets/Prefabs/EnemyBall_3.asset @@ -13,8 +13,8 @@ MonoBehaviour: m_Name: EnemyBall_3 m_EditorClassIdentifier: color: {r: 0.3545776, g: 0.30619434, b: 0.8867924, a: 1} - bounciness: 145 - unpredictability: 3.5 + bounciness: 135 + unpredictability: 3 inheritance: 1 maxLives: 3 frequency: 0.1 diff --git a/Assets/Scenes/SampleScene.unity b/Assets/Scenes/SampleScene.unity index 630675a..11e0582 100644 --- a/Assets/Scenes/SampleScene.unity +++ b/Assets/Scenes/SampleScene.unity @@ -10120,29 +10120,29 @@ MonoBehaviour: - serializedVersion: 3 time: 0 value: 0.5 - inSlope: -0.00046339093 - outSlope: -0.00046339093 + inSlope: 0.00088428624 + outSlope: 0.00088428624 tangentMode: 0 weightedMode: 0 inWeight: 0 - outWeight: 0.072911 + outWeight: 0.162635 - serializedVersion: 3 - time: 100.39147 - value: 1.3189018 - inSlope: 0.025014037 - outSlope: 0.025014037 + time: 80.101685 + value: 1.0488197 + inSlope: 0.017734427 + outSlope: 0.017734427 tangentMode: 0 weightedMode: 0 - inWeight: 0.33333334 + inWeight: 0.051033847 outWeight: 0.33333334 - serializedVersion: 3 - time: 149.49628 - value: 1.1344701 - inSlope: 0.05703196 - outSlope: 0.05703196 + time: 149.84105 + value: 0.74664456 + inSlope: 0.0022117116 + outSlope: 0.0022117116 tangentMode: 0 weightedMode: 0 - inWeight: 0.06544512 + inWeight: 0.15885662 outWeight: 0 m_PreInfinity: 2 m_PostInfinity: 0 @@ -10160,8 +10160,8 @@ MonoBehaviour: inWeight: 0 outWeight: 0.07308655 - serializedVersion: 3 - time: 26.379711 - value: 0.27327132 + time: 28.365149 + value: 0.25955743 inSlope: 0.001436802 outSlope: 0.001436802 tangentMode: 0 @@ -10169,8 +10169,8 @@ MonoBehaviour: inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 - time: 128.21503 - value: 1.1227735 + time: 89.49713 + value: 0.87069833 inSlope: 0.015105529 outSlope: 0.015105529 tangentMode: 0 @@ -10178,13 +10178,13 @@ MonoBehaviour: inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 - time: 185.99226 - value: 0.77500033 - inSlope: 0.008204589 - outSlope: 0.008204589 + time: 187.797 + value: 0.68267655 + inSlope: 0.000994875 + outSlope: 0.000994875 tangentMode: 0 weightedMode: 0 - inWeight: 0.19434157 + inWeight: 0.22734462 outWeight: 0 m_PreInfinity: 2 m_PostInfinity: 0 diff --git a/Assets/Scripts/EnemyController.cs b/Assets/Scripts/EnemyController.cs index 5c11fc6..04ba90d 100644 --- a/Assets/Scripts/EnemyController.cs +++ b/Assets/Scripts/EnemyController.cs @@ -87,7 +87,7 @@ private void Die() GameObject child = Instantiate(gameObject, transform.position + new Vector3((Random.value-0.5f)*2, Random.value), Quaternion.identity); var enemyController = child.GetComponent(); enemyController.Init(settings, transform.localScale.x / 1.5f, livesLeft - 1, childrenNumber - 1); - Vector3 force = new Vector3(Random.Range(-settings.unpredictability, settings.unpredictability), 1) * settings.bounciness; + Vector3 force = new Vector3(Random.Range(-settings.unpredictability, settings.unpredictability), 1).normalized * settings.bounciness; enemyController.rigidbody2d.AddForce(force); Environment.enemySpawner.AddEntity(child); } diff --git a/UserSettings/Layouts/CurrentMaximizeLayout.dwlt b/UserSettings/Layouts/CurrentMaximizeLayout.dwlt index 45c34c0..8151905 100644 --- a/UserSettings/Layouts/CurrentMaximizeLayout.dwlt +++ b/UserSettings/Layouts/CurrentMaximizeLayout.dwlt @@ -46,10 +46,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 293.6 + x: 257.6 y: 73.6 - width: 1322.8 - height: 563 + width: 1358.8 + height: 541.4 m_SerializedDataModeController: m_DataMode: 0 m_PreferredDataMode: 0 @@ -66,7 +66,7 @@ MonoBehaviour: m_ShowGizmos: 0 m_TargetDisplay: 0 m_ClearColor: {r: 0, g: 0, b: 0, a: 0} - m_TargetSize: {x: 1653.5, y: 677.5} + m_TargetSize: {x: 1698.5, y: 650.5} m_TextureFilterMode: 0 m_TextureHideFlags: 61 m_RenderIMGUI: 1 @@ -81,10 +81,10 @@ MonoBehaviour: m_VRangeLocked: 0 hZoomLockedByDefault: 0 vZoomLockedByDefault: 0 - m_HBaseRangeMin: -661.4 - m_HBaseRangeMax: 661.4 - m_VBaseRangeMin: -271 - m_VBaseRangeMax: 271 + m_HBaseRangeMin: -679.4 + m_HBaseRangeMax: 679.4 + m_VBaseRangeMin: -260.2 + m_VBaseRangeMax: 260.2 m_HAllowExceedBaseRangeMin: 1 m_HAllowExceedBaseRangeMax: 1 m_VAllowExceedBaseRangeMin: 1 @@ -102,23 +102,23 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 21 - width: 1322.8 - height: 542 + width: 1358.8 + height: 520.4 m_Scale: {x: 1, y: 1} - m_Translation: {x: 661.4, y: 271} + m_Translation: {x: 679.4, y: 260.2} m_MarginLeft: 0 m_MarginRight: 0 m_MarginTop: 0 m_MarginBottom: 0 m_LastShownAreaInsideMargins: serializedVersion: 2 - x: -661.4 - y: -271 - width: 1322.8 - height: 542 + x: -679.4 + y: -260.2 + width: 1358.8 + height: 520.4 m_MinimalGUI: 1 m_defaultScale: 1 - m_LastWindowPixelSize: {x: 1653.5, y: 703.75} + m_LastWindowPixelSize: {x: 1698.5, y: 676.75} m_ClearInEditMode: 1 m_NoCameraWarning: 1 m_LowResolutionForAspectRatios: 00000000000000000000 @@ -138,7 +138,7 @@ MonoBehaviour: m_EditorClassIdentifier: m_Children: - {fileID: 4} - - {fileID: 9} + - {fileID: 10} m_Position: serializedVersion: 2 x: 0 @@ -169,7 +169,7 @@ MonoBehaviour: x: 0 y: 0 width: 1618.4 - height: 584 + height: 562.4 m_MinSize: {x: 200, y: 50} m_MaxSize: {x: 16192, y: 8096} vertical: 0 @@ -191,10 +191,10 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 293.6 - height: 584 - m_MinSize: {x: 201, y: 221} - m_MaxSize: {x: 4001, y: 4021} + width: 257.6 + height: 562.4 + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} m_ActualView: {fileID: 6} m_Panes: - {fileID: 6} @@ -223,8 +223,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 73.6 - width: 292.6 - height: 563 + width: 256.6 + height: 541.4 m_SerializedDataModeController: m_DataMode: 0 m_PreferredDataMode: 0 @@ -238,9 +238,9 @@ MonoBehaviour: m_SceneHierarchy: m_TreeViewState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: + m_SelectedIDs: ba550000 m_LastClickedID: 0 - m_ExpandedIDs: eafaffff + m_ExpandedIDs: 90c9ffffccc9ffff62cbffffb8daffff06dbffff84dcffffeafaffffc2570000ee570000d66e0000026f0000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -279,18 +279,19 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 293.6 + x: 257.6 y: 0 - width: 1324.8 - height: 584 + width: 1360.8 + height: 562.4 m_MinSize: {x: 102, y: 121} m_MaxSize: {x: 4002, y: 4021} m_ActualView: {fileID: 2} m_Panes: - {fileID: 2} - {fileID: 8} + - {fileID: 9} m_Selected: 0 - m_LastSelected: 1 + m_LastSelected: 2 --- !u!114 &8 MonoBehaviour: m_ObjectHideFlags: 52 @@ -326,59 +327,6 @@ MonoBehaviour: m_SaveData: [] m_OverlaysVisible: 1 --- !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: 0 - m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} - m_Name: - m_EditorClassIdentifier: - m_Children: - - {fileID: 10} - - {fileID: 14} - m_Position: - serializedVersion: 2 - x: 0 - y: 584 - width: 1618.4 - height: 426.80005 - m_MinSize: {x: 200, y: 50} - m_MaxSize: {x: 16192, y: 8096} - vertical: 0 - controlID: 116 ---- !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: 0 - width: 912.8 - height: 426.80005 - m_MinSize: {x: 231, y: 271} - m_MaxSize: {x: 10001, y: 10021} - m_ActualView: {fileID: 11} - m_Panes: - - {fileID: 11} - - {fileID: 12} - - {fileID: 13} - m_Selected: 0 - m_LastSelected: 0 ---- !u!114 &11 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -387,269 +335,22 @@ MonoBehaviour: 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: -5179483145760003458, guid: 0000000000000000d000000000000000, - type: 0} - m_Tooltip: - m_Pos: - serializedVersion: 2 - x: 0 - y: 657.60004 - width: 911.8 - height: 405.80005 - 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/Graphics/Animations - m_Globs: [] - m_OriginalText: - m_ImportLogFlags: 0 - m_FilterByTypeIntersection: 0 - m_ViewMode: 1 - m_StartGridSize: 96 - m_LastFolders: - - Assets/Graphics/Animations - m_LastFoldersGridSize: 96 - m_LastProjectPath: C:\Archive\Code\Unity\LollyJump - m_LockTracker: - m_IsLocked: 0 - m_FolderTreeState: - scrollPos: {x: 0, y: 0} - m_SelectedIDs: 665a0000 - m_LastClickedID: 23142 - m_ExpandedIDs: 000000004c5a00004e5a00005a5a000000ca9a3b - 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: 000000004c5a00004e5a0000 - 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: 0 - m_ExpandedInstanceIDs: c6230000345900005a59000056590000a8590000a659000000000000 - 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: 10} - 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: 96 - m_SkipHiddenPackages: 0 - m_DirectoriesAreaWidth: 168.40001 ---- !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: 12071, guid: 0000000000000000e000000000000000, type: 0} - m_Name: - m_EditorClassIdentifier: - m_MinSize: {x: 100, y: 100} - m_MaxSize: {x: 4000, y: 4000} - m_TitleContent: - m_Text: Animation - m_Image: {fileID: -3237396543322336831, guid: 0000000000000000d000000000000000, - type: 0} - m_Tooltip: - m_Pos: - serializedVersion: 2 - x: 0 - y: 747.2 - width: 775.8 - height: 316.20007 - 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_LockTracker: - m_IsLocked: 0 - m_LastSelectedObjectID: 293242 ---- !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: 0 - m_Script: {fileID: 12003, guid: 0000000000000000e000000000000000, type: 0} + m_Script: {fileID: 12013, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: - m_MinSize: {x: 100, y: 100} + m_MinSize: {x: 200, y: 200} m_MaxSize: {x: 4000, y: 4000} m_TitleContent: - m_Text: Console - m_Image: {fileID: -4950941429401207979, guid: 0000000000000000d000000000000000, + m_Text: Scene + m_Image: {fileID: 8634526014445323508, guid: 0000000000000000d000000000000000, type: 0} m_Tooltip: m_Pos: serializedVersion: 2 - x: 0 - y: 747.2 - width: 775.8 - height: 316.20007 - 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 &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: 0 - m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} - m_Name: AnimatorControllerTool - m_EditorClassIdentifier: - m_Children: [] - m_Position: - serializedVersion: 2 - x: 912.8 - y: 0 - width: 705.60004 - height: 426.80005 - m_MinSize: {x: 102, y: 121} - m_MaxSize: {x: 4002, y: 4021} - m_ActualView: {fileID: 16} - m_Panes: - - {fileID: 15} - - {fileID: 16} - m_Selected: 1 - m_LastSelected: 0 ---- !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: 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: 8634526014445323508, guid: 0000000000000000d000000000000000, - type: 0} - m_Tooltip: - m_Pos: - serializedVersion: 2 - x: 912.8 - y: 657.60004 - width: 703.60004 - height: 405.80005 + x: 257.6 + y: 73.6 + width: 1358.8 + height: 541.4 m_SerializedDataModeController: m_DataMode: 0 m_PreferredDataMode: 0 @@ -1008,9 +709,9 @@ MonoBehaviour: m_PlayAudio: 0 m_AudioPlay: 0 m_Position: - m_Target: {x: 0.5855824, y: 1.3123075, z: 306.70386} + m_Target: {x: 0.5467673, y: 0.9680296, z: 226.1862} speed: 2 - m_Value: {x: 0.5855824, y: 1.3123075, z: 306.70386} + m_Value: {x: 0.5467673, y: 0.9680296, z: 226.1862} m_RenderMode: 0 m_CameraMode: drawMode: 0 @@ -1060,9 +761,9 @@ MonoBehaviour: speed: 2 m_Value: {x: 0, y: 0, z: 0, w: 1} m_Size: - m_Target: 8.333658 + m_Target: 6.619917 speed: 2 - m_Value: 8.333658 + m_Value: 6.619917 m_Ortho: m_Target: 1 speed: 2 @@ -1087,6 +788,305 @@ MonoBehaviour: m_SceneVisActive: 1 m_LastLockedObject: {fileID: 0} m_ViewIsLockedToObject: 0 +--- !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: 0 + m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: + - {fileID: 11} + - {fileID: 15} + m_Position: + serializedVersion: 2 + x: 0 + y: 562.4 + width: 1618.4 + height: 448.40002 + m_MinSize: {x: 200, y: 50} + m_MaxSize: {x: 16192, y: 8096} + vertical: 0 + controlID: 111 +--- !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: 1 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: ProjectBrowser + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 0 + y: 0 + width: 912.8 + height: 448.40002 + m_MinSize: {x: 231, y: 271} + m_MaxSize: {x: 10001, y: 10021} + m_ActualView: {fileID: 12} + m_Panes: + - {fileID: 12} + - {fileID: 13} + - {fileID: 14} + m_Selected: 0 + m_LastSelected: 1 +--- !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: 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: -5179483145760003458, guid: 0000000000000000d000000000000000, + type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 0 + y: 636 + width: 911.8 + height: 427.40002 + 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/Prefabs + m_Globs: [] + m_OriginalText: + m_ImportLogFlags: 0 + m_FilterByTypeIntersection: 0 + m_ViewMode: 1 + m_StartGridSize: 96 + m_LastFolders: + - Assets/Prefabs + m_LastFoldersGridSize: 96 + m_LastProjectPath: C:\Archive\Code\Unity\LollyJump + m_LockTracker: + m_IsLocked: 0 + m_FolderTreeState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: 705a0000 + m_LastClickedID: 23152 + m_ExpandedIDs: 00000000585a00005a5a00006c5a000000ca9a3b + 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: 00000000585a00005a5a0000 + 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: ba550000 + m_LastClickedInstanceID: 21946 + m_HadKeyboardFocusLastEvent: 1 + m_ExpandedInstanceIDs: c6230000345900005a59000056590000a8590000a659000000000000 + 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: 11} + 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: 96 + m_SkipHiddenPackages: 0 + m_DirectoriesAreaWidth: 168.40001 +--- !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: 0 + m_Script: {fileID: 12071, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 100, y: 100} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Animation + m_Image: {fileID: -3237396543322336831, guid: 0000000000000000d000000000000000, + type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 0 + y: 636 + width: 911.8 + height: 427.40002 + 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_LockTracker: + m_IsLocked: 0 + m_LastSelectedObjectID: 31064 +--- !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: 0 + 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: -4950941429401207979, guid: 0000000000000000d000000000000000, + type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 0 + y: 747.2 + width: 775.8 + height: 316.20007 + 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 &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: 0 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: AnimatorControllerTool + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 912.8 + y: 0 + width: 705.60004 + height: 448.40002 + m_MinSize: {x: 100, y: 100} + m_MaxSize: {x: 4000, y: 4000} + m_ActualView: {fileID: 16} + m_Panes: + - {fileID: 16} + m_Selected: 0 + m_LastSelected: 0 --- !u!114 &16 MonoBehaviour: m_ObjectHideFlags: 52 @@ -1109,9 +1109,9 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 912.8 - y: 657.60004 + y: 636 width: 703.60004 - height: 405.80005 + height: 427.40002 m_SerializedDataModeController: m_DataMode: 0 m_PreferredDataMode: 0 @@ -1127,6 +1127,9 @@ MonoBehaviour: - {fileID: 305990990664531203, guid: 222fb0673a024e043822000ffbfb0bec, type: 2} - {fileID: -721906692010563761, guid: 5df9299177d83524284eda628ae16caa, type: 2} - {fileID: -3445233300947531654, guid: 0d011f6b017b8f0479baf14f82dcf400, type: 2} + - {fileID: 7573955712314624781, guid: 9c1a4b3af60da2d448f03d4ca9f43018, type: 2} + - {fileID: -4825636406775289281, guid: cfc3d6fa29ce1ce4fbc102aba01ba286, type: 2} + - {fileID: 3846045064082588256, guid: 170c92dcdf4265b4e898bf85d079275e, type: 2} m_ValueSerializationHelper: - e00: 1 e01: 0 @@ -1144,14 +1147,14 @@ MonoBehaviour: e31: 0 e32: 0 e33: 1 - - e00: 1 + - e00: 0.40547368 e01: 0 e02: 0 - e03: 0 + e03: -5.273697 e10: 0 - e11: 1 + e11: 0.40547368 e12: 0 - e13: 0 + e13: 155.87999 e20: 0 e21: 0 e22: 1 @@ -1160,14 +1163,62 @@ MonoBehaviour: e31: 0 e32: 0 e33: 1 - - e00: 1 + - e00: 0.37398055 e01: 0 e02: 0 - e03: 0 + e03: 26.219421 e10: 0 - e11: 1 + e11: 0.37398055 e12: 0 - e13: 0 + e13: 145.78252 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + - e00: 0.40547368 + e01: 0 + e02: 0 + e03: -5.273697 + e10: 0 + e11: 0.40547368 + e12: 0 + e13: 136.17053 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + - e00: 0.40547368 + e01: 0 + e02: 0 + e03: -5.273697 + e10: 0 + e11: 0.40547368 + e12: 0 + e13: 126.03369 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + - e00: 0.40547368 + e01: 0 + e02: 0 + e03: -5.273697 + e10: 0 + e11: 0.40547368 + e12: 0 + e13: 144.28 e20: 0 e21: 0 e22: 1 @@ -1213,8 +1264,8 @@ MonoBehaviour: y: 0 width: 429.59998 height: 1010.80005 - m_MinSize: {x: 276, y: 71} - m_MaxSize: {x: 4001, y: 4021} + m_MinSize: {x: 275, y: 50} + m_MaxSize: {x: 4000, y: 4000} m_ActualView: {fileID: 18} m_Panes: - {fileID: 18} @@ -1262,7 +1313,7 @@ MonoBehaviour: m_ControlHash: -371814159 m_PrefName: Preview_InspectorPreview m_LastInspectedObjectInstanceID: -1 - m_LastVerticalScrollValue: 458.4001 + m_LastVerticalScrollValue: 0 m_GlobalObjectId: m_InspectorMode: 0 m_LockTracker: