Skip to content

Commit 201d912

Browse files
authored
Merge pull request #242 from immutable/refactor/unauthenticated-scene
[DX-3021] refactor: sample app select auth method and unauthenticated scenes
2 parents fa6eeef + 2f18b25 commit 201d912

File tree

11 files changed

+1774
-960
lines changed

11 files changed

+1774
-960
lines changed

sample/Assets/Scenes/SelectAuthMethod.unity

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ MonoBehaviour:
206206
m_TargetGraphic: {fileID: 416242725}
207207
m_HandleRect: {fileID: 416242724}
208208
m_Direction: 0
209-
m_Value: 1
209+
m_Value: 0
210210
m_Size: 1
211211
m_NumberOfSteps: 0
212212
m_OnValueChanged:
@@ -987,8 +987,8 @@ RectTransform:
987987
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
988988
m_AnchorMin: {x: 0, y: 1}
989989
m_AnchorMax: {x: 0, y: 1}
990-
m_AnchoredPosition: {x: 923.8324, y: -46}
991-
m_SizeDelta: {x: 1815.6648, y: 60}
990+
m_AnchoredPosition: {x: 1011.9289, y: -56}
991+
m_SizeDelta: {x: 1991.8578, y: 80}
992992
m_Pivot: {x: 0.5, y: 0.5}
993993
--- !u!114 &854433810
994994
MonoBehaviour:
@@ -1006,7 +1006,7 @@ MonoBehaviour:
10061006
m_MinWidth: -1
10071007
m_MinHeight: -1
10081008
m_PreferredWidth: -1
1009-
m_PreferredHeight: 60
1009+
m_PreferredHeight: 80
10101010
m_FlexibleWidth: -1
10111011
m_FlexibleHeight: -1
10121012
m_LayoutPriority: 1
@@ -1481,8 +1481,8 @@ MonoBehaviour:
14811481
m_TargetGraphic: {fileID: 167431872}
14821482
m_HandleRect: {fileID: 167431871}
14831483
m_Direction: 2
1484-
m_Value: 1
1485-
m_Size: 0.99999994
1484+
m_Value: 0
1485+
m_Size: 1
14861486
m_NumberOfSteps: 0
14871487
m_OnValueChanged:
14881488
m_PersistentCalls:
@@ -2019,7 +2019,7 @@ MonoBehaviour:
20192019
m_Calls: []
20202020
m_FontData:
20212021
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
2022-
m_FontSize: 14
2022+
m_FontSize: 20
20232023
m_FontStyle: 0
20242024
m_BestFit: 0
20252025
m_MinSize: 1

0 commit comments

Comments
 (0)