Skip to content

Commit 0e641fb

Browse files
authored
Merge pull request #333 from 0xsequence/Fix/incorrect-assert-namespace
Fixed incorrect assert namespace in ew adapter
2 parents 7c50634 + 4c81380 commit 0e641fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Packages/Sequence-Unity/Sequence/SequenceSDK/Adapter/EmbeddedWalletAdapter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
using System.Linq;
44
using System.Numerics;
55
using System.Threading.Tasks;
6-
using NUnit.Framework;
76
using Sequence.Authentication;
87
using Sequence.EmbeddedWallet;
98
using Sequence.Marketplace;
109
using Sequence.Utils;
1110
using UnityEngine;
11+
using UnityEngine.Assertions;
1212

1313
namespace Sequence.Adapter
1414
{

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": "4.6.1",
3+
"version": "4.6.2",
44
"displayName": "Sequence Embedded Wallet SDK",
55
"description": "A Unity SDK for Sequence APIs",
66
"unity": "2021.3",

0 commit comments

Comments
 (0)