From a10e7c68875a9fe51fd2a68738dbcf43d6e5a02c Mon Sep 17 00:00:00 2001 From: Playmaker1210 Date: Tue, 29 Nov 2022 17:22:56 +0100 Subject: [PATCH] fix --- Assets/Scripts/Network/WriteFile.cs | 13 ++- UserSettings/Layouts/default-2021.dwlt | 156 ++++++++++++------------- 2 files changed, 87 insertions(+), 82 deletions(-) diff --git a/Assets/Scripts/Network/WriteFile.cs b/Assets/Scripts/Network/WriteFile.cs index 0c342c7..7629308 100644 --- a/Assets/Scripts/Network/WriteFile.cs +++ b/Assets/Scripts/Network/WriteFile.cs @@ -5,8 +5,13 @@ using System.IO; public class WriteFile : MonoBehaviour { - StreamWriter writer = new StreamWriter(@"..\..\..\..\..\backend\adat.txt", false); - string data = "thewarrior2"; - writer.Write(data); - writer.Close(); + + + public void writeUserName(string username) { + StreamWriter writer = new StreamWriter(@"adat.txt", false); + writer.Write(username); + writer.Close(); + } + + } diff --git a/UserSettings/Layouts/default-2021.dwlt b/UserSettings/Layouts/default-2021.dwlt index 8dd593a..b3c9aef 100644 --- a/UserSettings/Layouts/default-2021.dwlt +++ b/UserSettings/Layouts/default-2021.dwlt @@ -8,7 +8,7 @@ MonoBehaviour: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 - m_EditorHideFlags: 1 + m_EditorHideFlags: 0 m_Script: {fileID: 12004, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: @@ -16,10 +16,10 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 43 - width: 1366 - height: 685 + width: 1920 + height: 997 m_ShowMode: 4 - m_Title: Project + m_Title: Scene m_RootView: {fileID: 8} m_MinSize: {x: 875, y: 300} m_MaxSize: {x: 10000, y: 10000} @@ -39,10 +39,10 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 546 + x: 754 y: 0 - width: 484 - height: 259 + width: 694 + height: 386 m_MinSize: {x: 102, y: 121} m_MaxSize: {x: 4002, y: 4021} m_ActualView: {fileID: 19} @@ -68,13 +68,13 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 376 - width: 1030 - height: 259 + y: 561 + width: 1448 + height: 386 m_MinSize: {x: 200, y: 100} m_MaxSize: {x: 16192, y: 8096} vertical: 0 - controlID: 17 + controlID: 110 --- !u!114 &4 MonoBehaviour: m_ObjectHideFlags: 52 @@ -94,12 +94,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 30 - width: 1366 - height: 635 + width: 1920 + height: 947 m_MinSize: {x: 300, y: 200} m_MaxSize: {x: 24288, y: 16192} vertical: 0 - controlID: 15 + controlID: 161 --- !u!114 &5 MonoBehaviour: m_ObjectHideFlags: 52 @@ -115,12 +115,12 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 1030 + x: 1448 y: 0 - width: 336 - height: 635 - m_MinSize: {x: 275, y: 50} - m_MaxSize: {x: 4000, y: 4000} + width: 472 + height: 947 + m_MinSize: {x: 276, y: 71} + m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 15} m_Panes: - {fileID: 15} @@ -143,8 +143,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 182 - height: 376 + width: 256 + height: 561 m_MinSize: {x: 201, y: 221} m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 16} @@ -169,8 +169,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 546 - height: 259 + width: 754 + height: 386 m_MinSize: {x: 231, y: 271} m_MaxSize: {x: 10001, y: 10021} m_ActualView: {fileID: 14} @@ -198,8 +198,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1366 - height: 685 + width: 1920 + height: 997 m_MinSize: {x: 875, y: 300} m_MaxSize: {x: 10000, y: 10000} m_UseTopView: 1 @@ -223,7 +223,7 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1366 + width: 1920 height: 30 m_MinSize: {x: 0, y: 0} m_MaxSize: {x: 0, y: 0} @@ -244,8 +244,8 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 665 - width: 1366 + y: 977 + width: 1920 height: 20 m_MinSize: {x: 0, y: 0} m_MaxSize: {x: 0, y: 0} @@ -268,12 +268,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1030 - height: 635 + width: 1448 + height: 947 m_MinSize: {x: 200, y: 200} m_MaxSize: {x: 16192, y: 16192} vertical: 1 - controlID: 16 + controlID: 151 --- !u!114 &12 MonoBehaviour: m_ObjectHideFlags: 52 @@ -293,12 +293,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1030 - height: 376 + width: 1448 + height: 561 m_MinSize: {x: 200, y: 100} m_MaxSize: {x: 16192, y: 8096} vertical: 0 - controlID: 67 + controlID: 152 --- !u!114 &13 MonoBehaviour: m_ObjectHideFlags: 52 @@ -314,12 +314,12 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 182 + x: 256 y: 0 - width: 848 - height: 376 - m_MinSize: {x: 200, y: 200} - m_MaxSize: {x: 4000, y: 4000} + width: 1192 + height: 561 + m_MinSize: {x: 202, y: 221} + m_MaxSize: {x: 4002, y: 4021} m_ActualView: {fileID: 17} m_Panes: - {fileID: 17} @@ -347,9 +347,9 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 0 - y: 449 - width: 545 - height: 238 + y: 634 + width: 753 + height: 365 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -367,22 +367,22 @@ MonoBehaviour: m_SkipHidden: 0 m_SearchArea: 1 m_Folders: - - Assets/Scripts/Network + - Assets m_Globs: [] m_OriginalText: m_ViewMode: 1 m_StartGridSize: 64 m_LastFolders: - - Assets/Scripts/Network + - Assets m_LastFoldersGridSize: -1 - m_LastProjectPath: C:\dev\ColorBall + m_LastProjectPath: C:\dev\Ball Puzzle m_LockTracker: m_IsLocked: 0 m_FolderTreeState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: 065c0000 - m_LastClickedID: 23558 - m_ExpandedIDs: 00000000ca5a0000d65a000000ca9a3bffffff7f + m_SelectedIDs: 62590000 + m_LastClickedID: 22882 + m_ExpandedIDs: 0000000062590000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -410,7 +410,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 00000000ca5a0000 + m_ExpandedIDs: 0000000062590000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -437,7 +437,7 @@ MonoBehaviour: m_ListAreaState: m_SelectedInstanceIDs: m_LastClickedInstanceID: 0 - m_HadKeyboardFocusLastEvent: 1 + m_HadKeyboardFocusLastEvent: 0 m_ExpandedInstanceIDs: c6230000 m_RenameOverlay: m_UserAcceptedRename: 0 @@ -486,10 +486,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 1030 + x: 1448 y: 73 - width: 335 - height: 614 + width: 471 + height: 926 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -529,8 +529,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 73 - width: 181 - height: 355 + width: 255 + height: 540 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -538,9 +538,9 @@ MonoBehaviour: m_SceneHierarchy: m_TreeViewState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: 0c5c0000 - m_LastClickedID: 0 - m_ExpandedIDs: 32fbffff + m_SelectedIDs: 465a0000 + m_LastClickedID: 23110 + m_ExpandedIDs: b2faffff6e5a0000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -584,10 +584,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 182 + x: 256 y: 73 - width: 846 - height: 355 + width: 1190 + height: 540 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default @@ -784,14 +784,14 @@ MonoBehaviour: m_OverrideSceneCullingMask: 6917529027641081856 m_SceneIsLit: 1 m_SceneLighting: 1 - m_2DMode: 1 + m_2DMode: 0 m_isRotationLocked: 0 m_PlayAudio: 0 m_AudioPlay: 0 m_Position: - m_Target: {x: 456.9573, y: 233.3013, z: 0.46202534} + m_Target: {x: 4.5540876, y: 2.8056917, z: 2.9974775} speed: 2 - m_Value: {x: 456.9573, y: 233.3013, z: 0.46202534} + m_Value: {x: 4.5540876, y: 2.8056917, z: 2.9974775} m_RenderMode: 0 m_CameraMode: drawMode: 0 @@ -820,17 +820,17 @@ MonoBehaviour: m_Size: {x: 0, y: 0} yGrid: m_Fade: - m_Target: 0 + m_Target: 1 speed: 2 - m_Value: 0 + 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: 1 + m_Target: 0 speed: 2 - m_Value: 1 + 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} @@ -838,17 +838,17 @@ MonoBehaviour: m_GridAxis: 1 m_gridOpacity: 0.5 m_Rotation: - m_Target: {x: 0, y: 0, z: 0, w: 1} + m_Target: {x: -0.2547998, y: 0.06868037, z: -0.018146472, w: -0.96437645} speed: 2 - m_Value: {x: 0, y: 0, z: 0, w: 1} + m_Value: {x: -0.25480095, y: 0.068680674, z: -0.018146552, w: -0.9643807} m_Size: - m_Target: 214.81152 + m_Target: 9.532637 speed: 2 - m_Value: 214.81152 + m_Value: 9.532637 m_Ortho: - m_Target: 1 + m_Target: 0 speed: 2 - m_Value: 1 + m_Value: 0 m_CameraSettings: m_Speed: 1 m_SpeedNormalized: 0.5 @@ -981,10 +981,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 546 - y: 449 - width: 482 - height: 238 + x: 754 + y: 634 + width: 692 + height: 365 m_ViewDataDictionary: {fileID: 0} m_OverlayCanvas: m_LastAppliedPresetName: Default