Skip to content

Commit f1c92aa

Browse files
committed
chore: update sample app
1 parent de4109c commit f1c92aa

10 files changed

+1300
-359
lines changed

sample/Assets/Scenes/AuthenticatedScene.unity

+49-9
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ MonoBehaviour:
10481048
m_TargetGraphic: {fileID: 66309839}
10491049
m_HandleRect: {fileID: 66309838}
10501050
m_Direction: 0
1051-
m_Value: 0
1051+
m_Value: 1
10521052
m_Size: 1
10531053
m_NumberOfSteps: 0
10541054
m_OnValueChanged:
@@ -2110,10 +2110,10 @@ MonoBehaviour:
21102110
m_Name:
21112111
m_EditorClassIdentifier:
21122112
m_Padding:
2113-
m_Left: 16
2114-
m_Right: 16
2115-
m_Top: 16
2116-
m_Bottom: 16
2113+
m_Left: 0
2114+
m_Right: 0
2115+
m_Top: 0
2116+
m_Bottom: 0
21172117
m_ChildAlignment: 0
21182118
m_Spacing: 20
21192119
m_ChildForceExpandWidth: 1
@@ -3880,10 +3880,10 @@ MonoBehaviour:
38803880
m_Name:
38813881
m_EditorClassIdentifier:
38823882
m_Padding:
3883-
m_Left: 16
3884-
m_Right: 16
3885-
m_Top: 16
3886-
m_Bottom: 16
3883+
m_Left: 20
3884+
m_Right: 20
3885+
m_Top: 20
3886+
m_Bottom: 20
38873887
m_ChildAlignment: 0
38883888
m_Spacing: 20
38893889
m_ChildForceExpandWidth: 1
@@ -5501,6 +5501,8 @@ GameObject:
55015501
- component: {fileID: 1850628786}
55025502
- component: {fileID: 1850628785}
55035503
- component: {fileID: 1850628788}
5504+
- component: {fileID: 1850628790}
5505+
- component: {fileID: 1850628789}
55045506
m_Layer: 5
55055507
m_Name: Canvas
55065508
m_TagString: Untagged
@@ -5604,6 +5606,44 @@ MonoBehaviour:
56045606
m_EditorClassIdentifier:
56055607
m_HorizontalFit: 0
56065608
m_VerticalFit: 0
5609+
--- !u!114 &1850628789
5610+
MonoBehaviour:
5611+
m_ObjectHideFlags: 0
5612+
m_CorrespondingSourceObject: {fileID: 0}
5613+
m_PrefabInstance: {fileID: 0}
5614+
m_PrefabAsset: {fileID: 0}
5615+
m_GameObject: {fileID: 1850628783}
5616+
m_Enabled: 1
5617+
m_EditorHideFlags: 0
5618+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
5619+
m_Name:
5620+
m_EditorClassIdentifier:
5621+
m_Material: {fileID: 0}
5622+
m_Color: {r: 0, g: 0, b: 0, a: 1}
5623+
m_RaycastTarget: 1
5624+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
5625+
m_Maskable: 1
5626+
m_OnCullStateChanged:
5627+
m_PersistentCalls:
5628+
m_Calls: []
5629+
m_Sprite: {fileID: 0}
5630+
m_Type: 0
5631+
m_PreserveAspect: 0
5632+
m_FillCenter: 1
5633+
m_FillMethod: 4
5634+
m_FillAmount: 1
5635+
m_FillClockwise: 1
5636+
m_FillOrigin: 0
5637+
m_UseSpriteMesh: 0
5638+
m_PixelsPerUnitMultiplier: 1
5639+
--- !u!222 &1850628790
5640+
CanvasRenderer:
5641+
m_ObjectHideFlags: 0
5642+
m_CorrespondingSourceObject: {fileID: 0}
5643+
m_PrefabInstance: {fileID: 0}
5644+
m_PrefabAsset: {fileID: 0}
5645+
m_GameObject: {fileID: 1850628783}
5646+
m_CullTransparentMesh: 1
56075647
--- !u!1 &1870468639
56085648
GameObject:
56095649
m_ObjectHideFlags: 0

0 commit comments

Comments
 (0)