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.
2 parents 8ad0ac7 + d0e9008 commit d5a968cCopy full SHA for d5a968c
Packages/Sequence-Unity/Sequence/SequenceSDK/Config/SequenceConfig.cs
@@ -54,7 +54,7 @@ public static SequenceConfig GetConfig(SequenceService sequenceService = Sequenc
54
_config.WaaSVersion = $"1 (Unity {PackageVersionReader.GetVersion()})";
55
}
56
57
-#if UNITY_EDITOR
+#if UNITY_EDITOR && !SEQ_DISABLE_PACKAGE_OVERRIDE
58
_config.WaaSVersion = $"1 (Unity {PackageVersionReader.GetVersion()})"; // version file is only updated when building
59
#endif
60
Packages/Sequence-Unity/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "xyz.0xsequence.waas-unity",
3
- "version": "3.19.3",
+ "version": "3.19.4",
4
"displayName": "Sequence Embedded Wallet SDK",
5
"description": "A Unity SDK for the Sequence WaaS API",
6
"unity": "2021.3",
0 commit comments