Skip to content

Commit c921da3

Browse files
committed
fix: select auth method scene missing font for output
1 parent ef1c8fd commit c921da3

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

sample/Assets/Scenes/SelectAuthMethod.unity

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ MonoBehaviour:
206206
m_TargetGraphic: {fileID: 416242725}
207207
m_HandleRect: {fileID: 416242724}
208208
m_Direction: 0
209-
m_Value: 1
210-
m_Size: 0.9999999
209+
m_Value: 0
210+
m_Size: 1
211211
m_NumberOfSteps: 0
212212
m_OnValueChanged:
213213
m_PersistentCalls:
@@ -1324,7 +1324,7 @@ MonoBehaviour:
13241324
m_HandleRect: {fileID: 167431871}
13251325
m_Direction: 2
13261326
m_Value: 1
1327-
m_Size: 0.99999994
1327+
m_Size: 1
13281328
m_NumberOfSteps: 0
13291329
m_OnValueChanged:
13301330
m_PersistentCalls:
@@ -1673,8 +1673,8 @@ RectTransform:
16731673
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
16741674
m_AnchorMin: {x: 0, y: 0}
16751675
m_AnchorMax: {x: 0, y: 0}
1676-
m_AnchoredPosition: {x: 1222.7355, y: 0}
1677-
m_SizeDelta: {x: 2405.471, y: 0}
1676+
m_AnchoredPosition: {x: 1016.24, y: 0}
1677+
m_SizeDelta: {x: 1992.48, y: 0}
16781678
m_Pivot: {x: 0.5, y: 0.5}
16791679
--- !u!114 &1661390145
16801680
MonoBehaviour:
@@ -1768,8 +1768,8 @@ RectTransform:
17681768
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
17691769
m_AnchorMin: {x: 0, y: 0}
17701770
m_AnchorMax: {x: 0, y: 0}
1771-
m_AnchoredPosition: {x: 1222.7355, y: 0}
1772-
m_SizeDelta: {x: 2405.471, y: 0}
1771+
m_AnchoredPosition: {x: 1016.24, y: 0}
1772+
m_SizeDelta: {x: 1992.48, y: 0}
17731773
m_Pivot: {x: 0.5, y: 0.5}
17741774
--- !u!114 &1688502349
17751775
MonoBehaviour:
@@ -1822,21 +1822,21 @@ MonoBehaviour:
18221822
18231823
18241824
1.
1825-
Device Code Authorisation Device Code Authorisation is available for all supported
1826-
platforms. This method opens the player''s default browser and guides them through
1827-
the authentication flow.
1825+
Authorisation Code Flow with Proof Key for Code Exchange (PKCE) is available
1826+
for Android, iOS, macOS and WebGL (not officially supported). This method provides
1827+
a seamless and secure authentication experience by opening a pop-up window on
1828+
macOS or an in-app browser on mobile devices. Players are automatically redirected
1829+
back to the game once authenticated, eliminating manual switching.
18281830
18291831
1830-
2. Authorisation Code Flow with Proof Key for
1831-
Code Exchange (PKCE) PKCE is available for Android, iOS and macOS. This method
1832-
simplifies the process by opening a pop-up window on macOS or an in-app browser
1833-
on mobile devices, guiding users through the authentication flow. Once authenticated,
1834-
players are automatically redirected back to the game, eliminating the need for
1835-
manual switching.
1832+
2. Device
1833+
Code Authorisation is available for Windows, Android, iOS and macOS. This method
1834+
opens the player''s default browser and guides them through the authentication
1835+
flow.
18361836
18371837
1838-
Recommendation: For an optimal gaming experience on Android,
1839-
iOS, macOS or WebGL, it is recommended to use the PKCE flow.'
1838+
Recommendation: Whenever possible, use the PKCE flow as it is the
1839+
most secure and seamless method for authentication on Android, iOS and macOS.'
18401840
--- !u!222 &1688502351
18411841
CanvasRenderer:
18421842
m_ObjectHideFlags: 0
@@ -1912,7 +1912,7 @@ MonoBehaviour:
19121912
m_PersistentCalls:
19131913
m_Calls: []
19141914
m_FontData:
1915-
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 3}
1915+
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
19161916
m_FontSize: 20
19171917
m_FontStyle: 0
19181918
m_BestFit: 0

0 commit comments

Comments
 (0)