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 ae7520a commit 837b9f8Copy full SHA for 837b9f8
Packages/Sequence-Unity/Sequence/SequenceSDK/Utils/SecureStorage/WindowsProtectedDataStorage.cs
@@ -15,8 +15,7 @@ public class WindowsProtectedDataStorage : ISecureStorage
15
16
public WindowsProtectedDataStorage()
17
{
18
-#if UNITY_STANDALONE_WIN || UNITY_EDITOR_WIN
19
-#else
+#if !UNITY_STANDALONE_WIN && !UNITY_EDITOR_WIN
20
throw new System.NotSupportedException("WindowsProtectedDataStorage is only supported on windows platform.");
21
#endif
22
}
Packages/Sequence-Unity/package.json
@@ -1,6 +1,6 @@
1
2
"name": "xyz.0xsequence.waas-unity",
3
- "version": "3.8.0",
+ "version": "3.8.1",
4
"displayName": "Sequence Embedded Wallet SDK",
5
"description": "A Unity SDK for the Sequence WaaS API",
6
"unity": "2021.3",
0 commit comments