Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hex
ygopro2
Commits
c3613e75
Commit
c3613e75
authored
Jul 27, 2025
by
hex
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapt to special-shaped screen
parent
a7bb8593
Pipeline
#39585
failed
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
180 deletions
+50
-180
Assets/SibylSystem/Program.cs
Assets/SibylSystem/Program.cs
+2
-1
Assets/transUI/prefab/trans_menu.prefab
Assets/transUI/prefab/trans_menu.prefab
+1
-1
UserSettings/Layouts/default-2021.dwlt
UserSettings/Layouts/default-2021.dwlt
+47
-178
No files found.
Assets/SibylSystem/Program.cs
View file @
c3613e75
...
@@ -1260,6 +1260,7 @@ public class Program : MonoBehaviour
...
@@ -1260,6 +1260,7 @@ public class Program : MonoBehaviour
void
OnGUI
()
void
OnGUI
()
{
{
if
(
Event
.
current
.
type
==
EventType
.
ScrollWheel
)
if
(
Event
.
current
.
type
==
EventType
.
ScrollWheel
)
{
{
_padScroll
=
-
Event
.
current
.
delta
.
y
/
100
;
_padScroll
=
-
Event
.
current
.
delta
.
y
/
100
;
...
@@ -1275,7 +1276,7 @@ public class Program : MonoBehaviour
...
@@ -1275,7 +1276,7 @@ public class Program : MonoBehaviour
FPS
=
FPS
.
Substring
(
0
,
5
);
FPS
=
FPS
.
Substring
(
0
,
5
);
}
}
catch
{
}
catch
{
}
GUI
.
Label
(
new
Rect
(
10
,
5
,
200
,
200
),
"[Ver 1.036.2-TCube] "
+
"FPS: "
+
FPS
);
GUI
.
Label
(
new
Rect
(
Screen
.
safeArea
.
x
+
10
,
5
,
200
,
200
),
"[Ver 1.036.2-TCube] "
+
"FPS: "
+
FPS
);
}
}
...
...
Assets/transUI/prefab/trans_menu.prefab
View file @
c3613e75
...
@@ -1417,7 +1417,7 @@ MonoBehaviour:
...
@@ -1417,7 +1417,7 @@ MonoBehaviour:
keepCrispWhenShrunk
:
1
keepCrispWhenShrunk
:
1
mTrueTypeFont
:
{
fileID
:
12800000
,
guid
:
f775853fdfd14bb47934543e95c3bae3
,
type
:
3
}
mTrueTypeFont
:
{
fileID
:
12800000
,
guid
:
f775853fdfd14bb47934543e95c3bae3
,
type
:
3
}
mFont
:
{
fileID
:
0
}
mFont
:
{
fileID
:
0
}
mText
:
KoishiPro2 iOS 1.036.2-
tc
ube
mText
:
KoishiPro2 iOS 1.036.2-
TC
ube
mFontSize
:
18
mFontSize
:
18
mFontStyle
:
0
mFontStyle
:
0
mAlignment
:
1
mAlignment
:
1
...
...
UserSettings/Layouts/default-2021.dwlt
View file @
c3613e75
%YAML
1.1
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
%TAG
!u!
tag:unity3d.com,2011:
---
!u!114
&1
---
!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
:
0
y
:
66
width
:
1512
height
:
916
m_ShowMode
:
0
m_Title
:
Project Settings
m_RootView
:
{
fileID
:
4
}
m_MinSize
:
{
x
:
310
,
y
:
221
}
m_MaxSize
:
{
x
:
4000
,
y
:
4021
}
m_Maximized
:
1
---
!u!114
&2
MonoBehaviour
:
MonoBehaviour
:
m_ObjectHideFlags
:
52
m_ObjectHideFlags
:
52
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_CorrespondingSourceObject
:
{
fileID
:
0
}
...
@@ -43,62 +19,12 @@ MonoBehaviour:
...
@@ -43,62 +19,12 @@ MonoBehaviour:
width
:
1512
width
:
1512
height
:
916
height
:
916
m_ShowMode
:
4
m_ShowMode
:
4
m_Title
:
Simulator
m_Title
:
Hierarchy
m_RootView
:
{
fileID
:
5
}
m_RootView
:
{
fileID
:
2
}
m_MinSize
:
{
x
:
875
,
y
:
300
}
m_MinSize
:
{
x
:
875
,
y
:
300
}
m_MaxSize
:
{
x
:
10000
,
y
:
10000
}
m_MaxSize
:
{
x
:
10000
,
y
:
10000
}
m_Maximized
:
1
m_Maximized
:
1
---
!u!114
&3
---
!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
:
0
m_Script
:
{
fileID
:
12006
,
guid
:
0000000000000000e000000000000000
,
type
:
0
}
m_Name
:
ProjectSettingsWindow
m_EditorClassIdentifier
:
m_Children
:
[]
m_Position
:
serializedVersion
:
2
x
:
0
y
:
0
width
:
1512
height
:
916
m_MinSize
:
{
x
:
310
,
y
:
221
}
m_MaxSize
:
{
x
:
4000
,
y
:
4021
}
m_ActualView
:
{
fileID
:
15
}
m_Panes
:
-
{
fileID
:
15
}
m_Selected
:
0
m_LastSelected
:
0
---
!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
:
0
m_Script
:
{
fileID
:
12010
,
guid
:
0000000000000000e000000000000000
,
type
:
0
}
m_Name
:
m_EditorClassIdentifier
:
m_Children
:
-
{
fileID
:
3
}
m_Position
:
serializedVersion
:
2
x
:
0
y
:
0
width
:
1512
height
:
916
m_MinSize
:
{
x
:
310
,
y
:
221
}
m_MaxSize
:
{
x
:
4000
,
y
:
4021
}
vertical
:
0
controlID
:
69
---
!u!114
&5
MonoBehaviour
:
MonoBehaviour
:
m_ObjectHideFlags
:
52
m_ObjectHideFlags
:
52
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_CorrespondingSourceObject
:
{
fileID
:
0
}
...
@@ -111,9 +37,9 @@ MonoBehaviour:
...
@@ -111,9 +37,9 @@ MonoBehaviour:
m_Name
:
m_Name
:
m_EditorClassIdentifier
:
m_EditorClassIdentifier
:
m_Children
:
m_Children
:
-
{
fileID
:
6
}
-
{
fileID
:
3
}
-
{
fileID
:
8
}
-
{
fileID
:
5
}
-
{
fileID
:
7
}
-
{
fileID
:
4
}
m_Position
:
m_Position
:
serializedVersion
:
2
serializedVersion
:
2
x
:
0
x
:
0
...
@@ -126,7 +52,7 @@ MonoBehaviour:
...
@@ -126,7 +52,7 @@ MonoBehaviour:
m_TopViewHeight
:
30
m_TopViewHeight
:
30
m_UseBottomView
:
1
m_UseBottomView
:
1
m_BottomViewHeight
:
20
m_BottomViewHeight
:
20
---
!u!114
&
6
---
!u!114
&
3
MonoBehaviour
:
MonoBehaviour
:
m_ObjectHideFlags
:
52
m_ObjectHideFlags
:
52
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_CorrespondingSourceObject
:
{
fileID
:
0
}
...
@@ -148,7 +74,7 @@ MonoBehaviour:
...
@@ -148,7 +74,7 @@ MonoBehaviour:
m_MinSize
:
{
x
:
0
,
y
:
0
}
m_MinSize
:
{
x
:
0
,
y
:
0
}
m_MaxSize
:
{
x
:
0
,
y
:
0
}
m_MaxSize
:
{
x
:
0
,
y
:
0
}
m_LastLoadedLayoutName
:
m_LastLoadedLayoutName
:
---
!u!114
&
7
---
!u!114
&
4
MonoBehaviour
:
MonoBehaviour
:
m_ObjectHideFlags
:
52
m_ObjectHideFlags
:
52
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_CorrespondingSourceObject
:
{
fileID
:
0
}
...
@@ -169,7 +95,7 @@ MonoBehaviour:
...
@@ -169,7 +95,7 @@ MonoBehaviour:
height
:
20
height
:
20
m_MinSize
:
{
x
:
0
,
y
:
0
}
m_MinSize
:
{
x
:
0
,
y
:
0
}
m_MaxSize
:
{
x
:
0
,
y
:
0
}
m_MaxSize
:
{
x
:
0
,
y
:
0
}
---
!u!114
&
8
---
!u!114
&
5
MonoBehaviour
:
MonoBehaviour
:
m_ObjectHideFlags
:
52
m_ObjectHideFlags
:
52
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_CorrespondingSourceObject
:
{
fileID
:
0
}
...
@@ -182,8 +108,8 @@ MonoBehaviour:
...
@@ -182,8 +108,8 @@ MonoBehaviour:
m_Name
:
m_Name
:
m_EditorClassIdentifier
:
m_EditorClassIdentifier
:
m_Children
:
m_Children
:
-
{
fileID
:
9
}
-
{
fileID
:
6
}
-
{
fileID
:
1
4
}
-
{
fileID
:
1
1
}
m_Position
:
m_Position
:
serializedVersion
:
2
serializedVersion
:
2
x
:
0
x
:
0
...
@@ -193,8 +119,8 @@ MonoBehaviour:
...
@@ -193,8 +119,8 @@ MonoBehaviour:
m_MinSize
:
{
x
:
300
,
y
:
200
}
m_MinSize
:
{
x
:
300
,
y
:
200
}
m_MaxSize
:
{
x
:
24288
,
y
:
16192
}
m_MaxSize
:
{
x
:
24288
,
y
:
16192
}
vertical
:
0
vertical
:
0
controlID
:
1
95
controlID
:
1
6
---
!u!114
&
9
---
!u!114
&
6
MonoBehaviour
:
MonoBehaviour
:
m_ObjectHideFlags
:
52
m_ObjectHideFlags
:
52
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_CorrespondingSourceObject
:
{
fileID
:
0
}
...
@@ -207,8 +133,8 @@ MonoBehaviour:
...
@@ -207,8 +133,8 @@ MonoBehaviour:
m_Name
:
m_Name
:
m_EditorClassIdentifier
:
m_EditorClassIdentifier
:
m_Children
:
m_Children
:
-
{
fileID
:
7
}
-
{
fileID
:
10
}
-
{
fileID
:
10
}
-
{
fileID
:
13
}
m_Position
:
m_Position
:
serializedVersion
:
2
serializedVersion
:
2
x
:
0
x
:
0
...
@@ -218,8 +144,8 @@ MonoBehaviour:
...
@@ -218,8 +144,8 @@ MonoBehaviour:
m_MinSize
:
{
x
:
200
,
y
:
200
}
m_MinSize
:
{
x
:
200
,
y
:
200
}
m_MaxSize
:
{
x
:
16192
,
y
:
16192
}
m_MaxSize
:
{
x
:
16192
,
y
:
16192
}
vertical
:
1
vertical
:
1
controlID
:
1
96
controlID
:
1
7
---
!u!114
&
10
---
!u!114
&
7
MonoBehaviour
:
MonoBehaviour
:
m_ObjectHideFlags
:
52
m_ObjectHideFlags
:
52
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_CorrespondingSourceObject
:
{
fileID
:
0
}
...
@@ -232,8 +158,8 @@ MonoBehaviour:
...
@@ -232,8 +158,8 @@ MonoBehaviour:
m_Name
:
m_Name
:
m_EditorClassIdentifier
:
m_EditorClassIdentifier
:
m_Children
:
m_Children
:
-
{
fileID
:
11
}
-
{
fileID
:
8
}
-
{
fileID
:
12
}
-
{
fileID
:
9
}
m_Position
:
m_Position
:
serializedVersion
:
2
serializedVersion
:
2
x
:
0
x
:
0
...
@@ -243,8 +169,8 @@ MonoBehaviour:
...
@@ -243,8 +169,8 @@ MonoBehaviour:
m_MinSize
:
{
x
:
200
,
y
:
100
}
m_MinSize
:
{
x
:
200
,
y
:
100
}
m_MaxSize
:
{
x
:
16192
,
y
:
8096
}
m_MaxSize
:
{
x
:
16192
,
y
:
8096
}
vertical
:
0
vertical
:
0
controlID
:
1
97
controlID
:
1
8
---
!u!114
&
11
---
!u!114
&
8
MonoBehaviour
:
MonoBehaviour
:
m_ObjectHideFlags
:
52
m_ObjectHideFlags
:
52
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_CorrespondingSourceObject
:
{
fileID
:
0
}
...
@@ -265,12 +191,12 @@ MonoBehaviour:
...
@@ -265,12 +191,12 @@ MonoBehaviour:
height
:
444
height
:
444
m_MinSize
:
{
x
:
201
,
y
:
221
}
m_MinSize
:
{
x
:
201
,
y
:
221
}
m_MaxSize
:
{
x
:
4001
,
y
:
4021
}
m_MaxSize
:
{
x
:
4001
,
y
:
4021
}
m_ActualView
:
{
fileID
:
1
7
}
m_ActualView
:
{
fileID
:
1
3
}
m_Panes
:
m_Panes
:
-
{
fileID
:
1
7
}
-
{
fileID
:
1
3
}
m_Selected
:
0
m_Selected
:
0
m_LastSelected
:
0
m_LastSelected
:
0
---
!u!114
&
12
---
!u!114
&
9
MonoBehaviour
:
MonoBehaviour
:
m_ObjectHideFlags
:
52
m_ObjectHideFlags
:
52
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_CorrespondingSourceObject
:
{
fileID
:
0
}
...
@@ -291,13 +217,13 @@ MonoBehaviour:
...
@@ -291,13 +217,13 @@ MonoBehaviour:
height
:
444
height
:
444
m_MinSize
:
{
x
:
202
,
y
:
221
}
m_MinSize
:
{
x
:
202
,
y
:
221
}
m_MaxSize
:
{
x
:
4002
,
y
:
4021
}
m_MaxSize
:
{
x
:
4002
,
y
:
4021
}
m_ActualView
:
{
fileID
:
1
8
}
m_ActualView
:
{
fileID
:
1
4
}
m_Panes
:
m_Panes
:
-
{
fileID
:
1
6
}
-
{
fileID
:
1
2
}
-
{
fileID
:
1
8
}
-
{
fileID
:
1
4
}
m_Selected
:
1
m_Selected
:
1
m_LastSelected
:
0
m_LastSelected
:
0
---
!u!114
&1
3
---
!u!114
&1
0
MonoBehaviour
:
MonoBehaviour
:
m_ObjectHideFlags
:
52
m_ObjectHideFlags
:
52
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_CorrespondingSourceObject
:
{
fileID
:
0
}
...
@@ -318,13 +244,13 @@ MonoBehaviour:
...
@@ -318,13 +244,13 @@ MonoBehaviour:
height
:
422
height
:
422
m_MinSize
:
{
x
:
101
,
y
:
121
}
m_MinSize
:
{
x
:
101
,
y
:
121
}
m_MaxSize
:
{
x
:
4001
,
y
:
4021
}
m_MaxSize
:
{
x
:
4001
,
y
:
4021
}
m_ActualView
:
{
fileID
:
20
}
m_ActualView
:
{
fileID
:
16
}
m_Panes
:
m_Panes
:
-
{
fileID
:
1
9
}
-
{
fileID
:
1
5
}
-
{
fileID
:
20
}
-
{
fileID
:
16
}
m_Selected
:
1
m_Selected
:
1
m_LastSelected
:
0
m_LastSelected
:
0
---
!u!114
&1
4
---
!u!114
&1
1
MonoBehaviour
:
MonoBehaviour
:
m_ObjectHideFlags
:
52
m_ObjectHideFlags
:
52
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_CorrespondingSourceObject
:
{
fileID
:
0
}
...
@@ -345,69 +271,12 @@ MonoBehaviour:
...
@@ -345,69 +271,12 @@ MonoBehaviour:
height
:
866
height
:
866
m_MinSize
:
{
x
:
276
,
y
:
71
}
m_MinSize
:
{
x
:
276
,
y
:
71
}
m_MaxSize
:
{
x
:
4001
,
y
:
4021
}
m_MaxSize
:
{
x
:
4001
,
y
:
4021
}
m_ActualView
:
{
fileID
:
21
}
m_ActualView
:
{
fileID
:
17
}
m_Panes
:
m_Panes
:
-
{
fileID
:
21
}
-
{
fileID
:
17
}
m_Selected
:
0
m_Selected
:
0
m_LastSelected
:
0
m_LastSelected
:
0
---
!u!114
&15
---
!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
:
13854
,
guid
:
0000000000000000e000000000000000
,
type
:
0
}
m_Name
:
m_EditorClassIdentifier
:
m_MinSize
:
{
x
:
310
,
y
:
200
}
m_MaxSize
:
{
x
:
4000
,
y
:
4000
}
m_TitleContent
:
m_Text
:
Project Settings
m_Image
:
{
fileID
:
-5712115415447495865
,
guid
:
0000000000000000d000000000000000
,
type
:
0
}
m_Tooltip
:
m_Pos
:
serializedVersion
:
2
x
:
0
y
:
66
width
:
1512
height
:
895
m_ViewDataDictionary
:
{
fileID
:
0
}
m_OverlayCanvas
:
m_LastAppliedPresetName
:
Default
m_SaveData
:
[]
m_OverlaysVisible
:
1
m_PosLeft
:
{
x
:
0
,
y
:
0
}
m_PosRight
:
{
x
:
0
,
y
:
1410.9875
}
m_Scope
:
1
m_SplitterFlex
:
0.2
m_SearchText
:
m_TreeViewState
:
scrollPos
:
{
x
:
0
,
y
:
0
}
m_SelectedIDs
:
4dcf9b58
m_LastClickedID
:
1486606157
m_ExpandedIDs
:
a01a5fa600000000
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
&16
MonoBehaviour
:
MonoBehaviour
:
m_ObjectHideFlags
:
52
m_ObjectHideFlags
:
52
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_CorrespondingSourceObject
:
{
fileID
:
0
}
...
@@ -769,7 +638,7 @@ MonoBehaviour:
...
@@ -769,7 +638,7 @@ MonoBehaviour:
m_SceneVisActive
:
1
m_SceneVisActive
:
1
m_LastLockedObject
:
{
fileID
:
0
}
m_LastLockedObject
:
{
fileID
:
0
}
m_ViewIsLockedToObject
:
0
m_ViewIsLockedToObject
:
0
---
!u!114
&1
7
---
!u!114
&1
3
MonoBehaviour
:
MonoBehaviour
:
m_ObjectHideFlags
:
52
m_ObjectHideFlags
:
52
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_CorrespondingSourceObject
:
{
fileID
:
0
}
...
@@ -802,9 +671,9 @@ MonoBehaviour:
...
@@ -802,9 +671,9 @@ MonoBehaviour:
m_SceneHierarchy
:
m_SceneHierarchy
:
m_TreeViewState
:
m_TreeViewState
:
scrollPos
:
{
x
:
0
,
y
:
0
}
scrollPos
:
{
x
:
0
,
y
:
0
}
m_SelectedIDs
:
m_SelectedIDs
:
04b00000
m_LastClickedID
:
0
m_LastClickedID
:
4506
0
m_ExpandedIDs
:
06fbffff
m_ExpandedIDs
:
c6f5ffff16f6ffffecf9ffff
06fbffff
m_RenameOverlay
:
m_RenameOverlay
:
m_UserAcceptedRename
:
0
m_UserAcceptedRename
:
0
m_Name
:
m_Name
:
...
@@ -820,7 +689,7 @@ MonoBehaviour:
...
@@ -820,7 +689,7 @@ MonoBehaviour:
m_IsRenaming
:
0
m_IsRenaming
:
0
m_OriginalEventType
:
11
m_OriginalEventType
:
11
m_IsRenamingFilename
:
0
m_IsRenamingFilename
:
0
m_ClientGUIView
:
{
fileID
:
11
}
m_ClientGUIView
:
{
fileID
:
8
}
m_SearchString
:
m_SearchString
:
m_ExpandedScenes
:
[]
m_ExpandedScenes
:
[]
m_CurrenRootInstanceID
:
0
m_CurrenRootInstanceID
:
0
...
@@ -828,7 +697,7 @@ MonoBehaviour:
...
@@ -828,7 +697,7 @@ MonoBehaviour:
m_IsLocked
:
0
m_IsLocked
:
0
m_CurrentSortingName
:
TransformSorting
m_CurrentSortingName
:
TransformSorting
m_WindowGUID
:
4c969a2b90040154d917609493e03593
m_WindowGUID
:
4c969a2b90040154d917609493e03593
---
!u!114
&1
8
---
!u!114
&1
4
MonoBehaviour
:
MonoBehaviour
:
m_ObjectHideFlags
:
52
m_ObjectHideFlags
:
52
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_CorrespondingSourceObject
:
{
fileID
:
0
}
...
@@ -889,7 +758,7 @@ MonoBehaviour:
...
@@ -889,7 +758,7 @@ MonoBehaviour:
friendlyName
:
Apple iPhone 13 Pro Max
friendlyName
:
Apple iPhone 13 Pro Max
networkReachability
:
1
networkReachability
:
1
systemLanguage
:
10
systemLanguage
:
10
---
!u!114
&1
9
---
!u!114
&1
5
MonoBehaviour
:
MonoBehaviour
:
m_ObjectHideFlags
:
52
m_ObjectHideFlags
:
52
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_CorrespondingSourceObject
:
{
fileID
:
0
}
...
@@ -946,7 +815,7 @@ MonoBehaviour:
...
@@ -946,7 +815,7 @@ MonoBehaviour:
scrollPos
:
{
x
:
0
,
y
:
100
}
scrollPos
:
{
x
:
0
,
y
:
100
}
m_SelectedIDs
:
cebf0000
m_SelectedIDs
:
cebf0000
m_LastClickedID
:
49102
m_LastClickedID
:
49102
m_ExpandedIDs
:
000000007
8ae00007aae00007cae00007eae000080ae000082ae000084
ae0000
m_ExpandedIDs
:
000000007
0ae000072ae000074ae000076ae000078ae00007aae00007c
ae0000
m_RenameOverlay
:
m_RenameOverlay
:
m_UserAcceptedRename
:
0
m_UserAcceptedRename
:
0
m_Name
:
m_Name
:
...
@@ -962,7 +831,7 @@ MonoBehaviour:
...
@@ -962,7 +831,7 @@ MonoBehaviour:
m_IsRenaming
:
0
m_IsRenaming
:
0
m_OriginalEventType
:
11
m_OriginalEventType
:
11
m_IsRenamingFilename
:
1
m_IsRenamingFilename
:
1
m_ClientGUIView
:
{
fileID
:
1
3
}
m_ClientGUIView
:
{
fileID
:
1
0
}
m_SearchString
:
m_SearchString
:
m_CreateAssetUtility
:
m_CreateAssetUtility
:
m_EndAction
:
{
fileID
:
0
}
m_EndAction
:
{
fileID
:
0
}
...
@@ -974,7 +843,7 @@ MonoBehaviour:
...
@@ -974,7 +843,7 @@ MonoBehaviour:
scrollPos
:
{
x
:
0
,
y
:
0
}
scrollPos
:
{
x
:
0
,
y
:
0
}
m_SelectedIDs
:
m_SelectedIDs
:
m_LastClickedID
:
0
m_LastClickedID
:
0
m_ExpandedIDs
:
000000007
8ae00007aae00007cae00007eae000080ae000082ae000084
ae0000
m_ExpandedIDs
:
000000007
0ae000072ae000074ae000076ae000078ae00007aae00007c
ae0000
m_RenameOverlay
:
m_RenameOverlay
:
m_UserAcceptedRename
:
0
m_UserAcceptedRename
:
0
m_Name
:
m_Name
:
...
@@ -1018,7 +887,7 @@ MonoBehaviour:
...
@@ -1018,7 +887,7 @@ MonoBehaviour:
m_IsRenaming
:
0
m_IsRenaming
:
0
m_OriginalEventType
:
11
m_OriginalEventType
:
11
m_IsRenamingFilename
:
1
m_IsRenamingFilename
:
1
m_ClientGUIView
:
{
fileID
:
1
3
}
m_ClientGUIView
:
{
fileID
:
1
0
}
m_CreateAssetUtility
:
m_CreateAssetUtility
:
m_EndAction
:
{
fileID
:
0
}
m_EndAction
:
{
fileID
:
0
}
m_InstanceID
:
0
m_InstanceID
:
0
...
@@ -1030,7 +899,7 @@ MonoBehaviour:
...
@@ -1030,7 +899,7 @@ MonoBehaviour:
m_GridSize
:
64
m_GridSize
:
64
m_SkipHiddenPackages
:
0
m_SkipHiddenPackages
:
0
m_DirectoriesAreaWidth
:
207
m_DirectoriesAreaWidth
:
207
---
!u!114
&
20
---
!u!114
&
16
MonoBehaviour
:
MonoBehaviour
:
m_ObjectHideFlags
:
52
m_ObjectHideFlags
:
52
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_CorrespondingSourceObject
:
{
fileID
:
0
}
...
@@ -1060,7 +929,7 @@ MonoBehaviour:
...
@@ -1060,7 +929,7 @@ MonoBehaviour:
m_LastAppliedPresetName
:
Default
m_LastAppliedPresetName
:
Default
m_SaveData
:
[]
m_SaveData
:
[]
m_OverlaysVisible
:
1
m_OverlaysVisible
:
1
---
!u!114
&
21
---
!u!114
&
17
MonoBehaviour
:
MonoBehaviour
:
m_ObjectHideFlags
:
52
m_ObjectHideFlags
:
52
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_CorrespondingSourceObject
:
{
fileID
:
0
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment