We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ea47e commit 421ec96Copy full SHA for 421ec96
Packages/Sequence-Unity/Sequence/SequenceSDK/Config/SequenceConfig.cs
@@ -10,7 +10,7 @@ namespace Sequence.Config
10
[CreateAssetMenu(fileName = "SequenceConfig", menuName = "Sequence/SequenceConfig", order = 1)]
11
public class SequenceConfig : ScriptableObject
12
{
13
- [Header("Social Sign In Configuration - Standalone & Web Platforms")]
+ [Header("Social Sign In Configuration - Standalone, Android & Web Platforms")]
14
public string UrlScheme;
15
public string GoogleClientId;
16
public string DiscordClientId;
0 commit comments