Skip to content

Releases: 0xsequence/sequence-unity

3.14.1

18 Dec 18:03
v3.14.1
d882f9c
Compare
Choose a tag to compare

What's Changed

  • Add ability to get email from SequenceWallet
  • Add Soneium mainnet
  • Use PlayerPrefs for secure storage while working in the editor
  • Bug fixes

Full Changelog: v3.12.1...v3.14.1

3.12.1

06 Dec 17:17
v3.12.1
16d55b3
Compare
Choose a tag to compare

What's Changed

  • Added primary sales integration to demo scene
  • Added support for LAOS mainnet and testnet
  • Bug fixes
  • Improved error handling

Full Changelog: v3.11.1...v3.12.1

3.11.1

04 Nov 21:30
v3.11.1
36965ec
Compare
Choose a tag to compare

What's Changed

  • Update supported networks
    • Added B3, APE chain, TOY testnet, Immutable zkEVM mainnet + testnet, SKALE Nebula Gaming Hub mainnet + testnet, Root network, Root Porcini testnet, Soneium Minato testnet
    • Remove AstarZK networks as they are no longer active
  • Bug fixes and developer experience improvements

Full Changelog: v3.8.2...v3.11.1

3.8.2

04 Oct 15:18
v3.8.2
eee9e85
Compare
Choose a tag to compare

What's Changed

  • New networks - Borne and Scale Nebula testnets
  • Improved transaction receipt parsing
  • Get OIDC ID token from Sequence API
  • Use an EOA wallet with the SequenceWallet interface using EOAWalletToSequenceWalletAdapter
  • Polygon native token renamed from MATIC to POL
  • Bug fixes

Full Changelog: v3.5.2...v3.8.2

v3.5.2

04 Sep 15:23
v3.5.2
f636cfd
Compare
Choose a tag to compare

What's Changed

  • Read marketplace listings
  • Editor secure storage
  • Get associated accounts list integration
  • Security enhancements
  • Bug fixes

Full Changelog: v3.3.1...v3.5.2

3.3.1

06 Aug 15:10
v3.3.1
6a3c942
Compare
Choose a tag to compare

Bug fixes

Full Changelog: v3.3.0...v3.3.1

3.3.0

02 Aug 18:26
v3.3.0
9f7575a
Compare
Choose a tag to compare

What's Changed

  • Added new networks
  • Add Windows secure storage support
  • Added secure storage on web
  • Automatically catch intent timing mismatch errors (TimeMismatchException)
  • Bug fixes

Full Changelog: v3.0.0...v3.3.0

3.0.0

25 Jul 15:41
v3.0.0
1580ecd
Compare
Choose a tag to compare

What's Changed

  • Bug fixed
  • New auth system, adding: Guest login, PlayFab login, simpler email login
  • Cleaner interfaces and variable names

Full Changelog: v2.15.1...v3.0.0

2.15.1

27 Jun 15:01
v2.15.1
ba92bca
Compare
Choose a tag to compare

What's Changed

  • Added web build support - WebGL + WebGPU
  • Added secure storage for session wallet information on iOS and MacOS using Keychain Services
  • Connect with an external wallet using a web-based flow
  • OpenIdAuthenticator can now be replaced by any class implementing the IAuthenticator interface in WaaSLogin
  • Lowercase all emails used for auth
  • Add third party licenses
  • Bug fixes

Full Changelog: 2.10.0...v2.15.1

2.9.0

03 Jun 20:52
v2.9.0
4331b88
Compare
Choose a tag to compare
  • IntelliSense summaries
  • New project structure - compliant with Unity Asset Store policies
  • Indexer returns error event instead of just logging errors directly
  • Transak on-ramp support - allow users to buy a variety of cryptocurrencies using their credit card
  • Now exported as a Local UPM package
  • Miscellaneous bug fixes