From 71057d9d5399cb49aa8d4d399c1dbcc884256d3d Mon Sep 17 00:00:00 2001 From: Andrey Dobrikov Date: Mon, 16 Mar 2026 17:42:33 -0400 Subject: [PATCH] Add utils --- SDK/Runtime/EmbeddedWallet/WebviewHandler.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SDK/Runtime/EmbeddedWallet/WebviewHandler.cs b/SDK/Runtime/EmbeddedWallet/WebviewHandler.cs index 80ae156..071638f 100644 --- a/SDK/Runtime/EmbeddedWallet/WebviewHandler.cs +++ b/SDK/Runtime/EmbeddedWallet/WebviewHandler.cs @@ -5,6 +5,7 @@ #if UNITY_IOS || UNITY_ANDROID || UNITY_STANDALONE_OSX || UNITY_EDITOR_OSX using UnityEngine; +using Privy.Utils; namespace Privy.Wallets {