Skip to content

Commit

Permalink
new command
Browse files Browse the repository at this point in the history
  • Loading branch information
112kutiko committed Jun 9, 2023
1 parent 9622468 commit a911fc0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
9 changes: 8 additions & 1 deletion Assets/scripts/debug_ss.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,14 @@ void Update()
case "stopWatch":
Application.Quit();
break;
default:
case "cords":
float lat = PlayerPrefs.GetFloat("_lat_c");
float longi = PlayerPrefs.GetFloat("_long_c");
Debug.Log("cords: " + lat + " " + " "+ longi);

break;

default:
Debug.Log("not found");
break;
}
Expand Down
28 changes: 14 additions & 14 deletions UserSettings/Layouts/default-2022.dwlt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MonoBehaviour:
width: 1920
height: 989
m_ShowMode: 4
m_Title: Inspector
m_Title: Console
m_RootView: {fileID: 2}
m_MinSize: {x: 875, y: 300}
m_MaxSize: {x: 10000, y: 10000}
Expand Down Expand Up @@ -119,7 +119,7 @@ MonoBehaviour:
m_MinSize: {x: 300, y: 100}
m_MaxSize: {x: 24288, y: 16192}
vertical: 0
controlID: 39
controlID: 85
--- !u!114 &6
MonoBehaviour:
m_ObjectHideFlags: 52
Expand Down Expand Up @@ -243,8 +243,8 @@ MonoBehaviour:
y: 556
width: 1466
height: 383
m_MinSize: {x: 100, y: 100}
m_MaxSize: {x: 4000, y: 4000}
m_MinSize: {x: 101, y: 121}
m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 17}
m_Panes:
- {fileID: 16}
Expand Down Expand Up @@ -568,9 +568,9 @@ MonoBehaviour:
m_PlayAudio: 0
m_AudioPlay: 0
m_Position:
m_Target: {x: -20.366093, y: 129.13843, z: -230.88892}
m_Target: {x: -0.5039964, y: 15, z: -144.28929}
speed: 2
m_Value: {x: -20.366093, y: 129.13843, z: -230.88892}
m_Value: {x: -0.5039964, y: 15, z: -144.28929}
m_RenderMode: 0
m_CameraMode:
drawMode: 0
Expand Down Expand Up @@ -616,13 +616,13 @@ MonoBehaviour:
m_GridAxis: 1
m_gridOpacity: 0.5
m_Rotation:
m_Target: {x: 0.53261936, y: 0.42721257, z: -0.35692656, w: 0.6375071}
m_Target: {x: 0.089812696, y: 0.038233023, z: -0.003449778, w: 0.99522316}
speed: 2
m_Value: {x: 0.5326178, y: 0.42721134, z: -0.35692555, w: 0.63750523}
m_Value: {x: 0.089812286, y: 0.03823285, z: -0.0034497625, w: 0.99521863}
m_Size:
m_Target: 205.286
m_Target: 12.669951
speed: 2
m_Value: 205.286
m_Value: 12.669951
m_Ortho:
m_Target: 0
speed: 2
Expand Down Expand Up @@ -684,9 +684,9 @@ MonoBehaviour:
m_SceneHierarchy:
m_TreeViewState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_SelectedIDs: 38e1ffff
m_LastClickedID: 0
m_ExpandedIDs: 28fbffffec5200005c5300007a540000
m_ExpandedIDs: 58e2ffff3a5e0000aa5e0000c85f0000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
Expand Down Expand Up @@ -904,7 +904,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 10}
m_SelectedIDs: 30410000
m_LastClickedID: 16688
m_ExpandedIDs: 0000000046560000
m_ExpandedIDs: 00000000b4600000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
Expand Down Expand Up @@ -932,7 +932,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 0000000046560000
m_ExpandedIDs: 00000000b4600000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
Expand Down

0 comments on commit a911fc0

Please sign in to comment.