Skip to content

Releases: privy-io/unity-sdk

v1.1.0

16 Apr 17:23
de76e18

Choose a tag to compare

1.1.0 (2026-04-15)

Added

  • implements GenerateAuthorizationSignature support on PrivyUser (#29) (e921537)

v1.0.0

07 Apr 18:22
9beee58

Choose a tag to compare

1.0.0 (2026-04-07)

⚠ BREAKING CHANGES

  • introduces namespacing, error classes and renames legacy types (#14)

  • introduces namespacing, error classes and renames legacy types (#14) (99bc653)

Fixed

  • add System.Threading.Tasks using directive (#26) (1894446)
  • macos: add missing using system.threading.task in webviewhandler (#23) (e32e863)
  • macos: add missing using utils in WebViewhandler (#22) (5d4db96)

v1.0.0-rc

18 Mar 19:26
59f2304

Choose a tag to compare

v1.0.0-rc Pre-release
Pre-release

1.0.0-rc (2026-03-17)

⚠ BREAKING CHANGES

  • introduces namespacing, error classes and renames legacy types (#14)

  • introduces namespacing, error classes and renames legacy types (#14) (99bc653)

Fixed

  • macos: add missing using system.threading.task in webviewhandler (#23) (e32e863)
  • macos: add missing using utils in WebViewhandler (#22) (5d4db96)

v0.9.0

10 Mar 20:43
8516a08

Choose a tag to compare

0.9.0 (2026-03-10)

⚠ BREAKING CHANGES

  • The SDK is no longer distributed as a .unitypackage. It is now a standard Unity Package Manager (UPM) package. Install via one of: Git URL or OpenUPM.

  • release 0.9.0 (#12) (45dde11)

  • UPM reorg for SDK distribution (300cde2)

Added

  • added IEmbeddedSolanaWalletProvider.SignAndSendTransaction for signing and broadcasting Solana transactions to a specified cluster. (5ba3c6c)
  • added IEmbeddedSolanaWalletProvider.SignTransaction for signing Solana transactions without broadcasting. (5ba3c6c)
  • added a WebGL template installer under Tools > Privy > Install WebGL Templates for projects consuming the SDK as a UPM package. (300cde2)
  • added support for solana signTransaction and signAndSendTransaction. (5ba3c6c)

Fixed

  • solana signAndSend needs caip2 in TEE mode and not rpcUrl (#5) (edc3067)

v0.9.0-rc.1

06 Mar 20:52
3c422bc

Choose a tag to compare

v0.9.0-rc.1 Pre-release
Pre-release

Breaking changes

  • BREAKING: The SDK is no longer distributed as a .unitypackage. It is now a standard Unity Package Manager (UPM) package. Install via one of:
    • Git URL — In the Unity Editor, go to Window > Package Manager > + > Add package from git URL and enter:
      https://github.com/privy-io/unity-sdk.git?path=SDK
      
    • OpenUPM
      openupm add com.privy.unity-sdk
      

Added

  • Added IEmbeddedSolanaWalletProvider.SignTransaction for signing Solana transactions without broadcasting.
  • Added IEmbeddedSolanaWalletProvider.SignAndSendTransaction for signing and broadcasting Solana transactions to a specified cluster.
  • Added SolanaCluster and SolanaSendOptions types for configuring Solana transaction submission.
  • Added a WebGL template installer under Tools > Privy > Install WebGL Templates for projects consuming the SDK as a UPM package.

v0.8.0

27 Feb 20:39
035317b

Choose a tag to compare

Added

  • Support for login phone accounts via SMS.
  • Support for linking and unlinking phone accounts.
  • Support for updating an the phone number associated with a user.

Full Changelog: v0.7.1...v0.8.0

v0.7.1

27 Feb 20:30
d57e2f1

Choose a tag to compare

chore: initial commit