Skip to content

Commit 837b9f8

Browse files
BellringerQuinnAdam
andauthored
Fix/windows editor secure storage (#174)
* fix up conditional compilation checks * Increment package version --------- Co-authored-by: Adam <[email protected]>
1 parent ae7520a commit 837b9f8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Packages/Sequence-Unity/Sequence/SequenceSDK/Utils/SecureStorage/WindowsProtectedDataStorage.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ public class WindowsProtectedDataStorage : ISecureStorage
1515

1616
public WindowsProtectedDataStorage()
1717
{
18-
#if UNITY_STANDALONE_WIN || UNITY_EDITOR_WIN
19-
#else
18+
#if !UNITY_STANDALONE_WIN && !UNITY_EDITOR_WIN
2019
throw new System.NotSupportedException("WindowsProtectedDataStorage is only supported on windows platform.");
2120
#endif
2221
}

Packages/Sequence-Unity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xyz.0xsequence.waas-unity",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"displayName": "Sequence Embedded Wallet SDK",
55
"description": "A Unity SDK for the Sequence WaaS API",
66
"unity": "2021.3",

0 commit comments

Comments
 (0)