Skip to content

Releases: 0xsequence/sequence-unreal

Sequence Unreal 1.3 (Hudless version for 5.3)

26 Sep 20:42
Compare
Choose a tag to compare
  • Fixed lack of X-Project-Key in indexer request headers, so fixes rate limits that were being applied
  • Fixed 2 naming collisions with UWallet -> UCryptoWallet & UAuthenticator -> USeqAuthenticator
  • Added logging to aid in debugging builds
  • Fix for android with logging in twice in a row resulting in issues.
  • Fix for TokenSupplies call not working properly
  • Fix for FeeOption filtering with native currencies
  • Introduces Account Federation

Sequence Unreal 1.3 (Hudless version for 5.2)

26 Sep 20:28
Compare
Choose a tag to compare
  • Fixed lack of X-Project-Key in indexer request headers, so fixes rate limits that were being applied
  • Fixed 2 naming collisions with UWallet -> UCryptoWallet & UAuthenticator -> USeqAuthenticator
  • Added logging to aid in debugging builds
  • Fix for android with logging in twice in a row resulting in issues.
  • Fix for TokenSupplies call not working properly
  • Fix for FeeOption filtering with native currencies
  • Introduces Account Federation

Sequence Unreal 1.3

26 Sep 14:09
c89e2db
Compare
Choose a tag to compare
  • Fixed lack of X-Project-Key in indexer request headers, so fixes rate limits that were being applied
  • Fixed 2 naming collisions with UWallet -> UCryptoWallet & UAuthenticator -> USeqAuthenticator
  • Added logging to aid in debugging builds
  • Fix for android with logging in twice in a row resulting in issues.
  • Fix for TokenSupplies call not working properly
  • Fix for FeeOption filtering with native currencies
  • Introduces Account Federation

Sequence Unreal 1.2.1 (HUDless version for 5.3)

29 Aug 18:20
Compare
Choose a tag to compare

Thie is a version of sequence unreal without a HUD to support the older version unreal engine 5.3.
SequenceUnreal_5_3_Hudless.zip

Sequence Unreal 1.2.1 (HUDless version for 5.2)

29 Aug 18:19
Compare
Choose a tag to compare

Thie is a version of sequence unreal without a HUD to support the older version unreal engine 5.2.
SequenceUnreal_5_2_Hudless.zip

Sequence Unreal 1.2.1 (HotFix)

29 Aug 17:46
3b8e255
Compare
Choose a tag to compare

Fixes an issue with networks where setting certain networks were failing to work due to malformed URL's

Sequence Unreal 1.2

20 Aug 15:37
9bdb14b
Compare
Choose a tag to compare
  • Adds full support for blueprints (New blueprint Api access can be found on the AC_SequencePawn_Component)
  • Updated authentication system
  • Added support for PlayFab based Login
  • Added support for Guest based Login
  • Fixed overlapping name issues with certain USTRUCTS with other plugins that shared the same USTRUCT names.
  • Updated both C++ API access & Blueprint API access so that users can easily find out what networks Sequence Supports, as well as get network names from Id's and vice versa.
  • Updated both C++ API access & Blueprint API access so that users can easily conduct decimal conversions for transactions

Sequence Unreal 1.1 (5.4 required)

03 Jul 20:07
c0e70d7
Compare
Choose a tag to compare

Added Transak OnRamp support, You can now get supported countries, and load a TransakURL into an external Web Browser.

Added FeeOption Support, You can now get filtered and unfiltered FeeOptions, as well as being able to send a transaction with a given feeOption.

Added Support for AppleEncryptor on Apple devices (OSX & IOS) for automating security on those platforms.

Removed DeployContractCalls from SequenceWallet.

Updated Docs to better account for how the plugin behaves when used from Epic's MarketPlace.

Renamed WaaSTenantKey to WaaSConfigKey in SequenceConfig.ini reader. (Be sure to update this variable name in your .ini file!).

Enforcing lower case on all emails entered when using email based authentication.

Sequence Unreal Beta 1.0.9 (5.4 required)

05 Jun 14:12
6f5b629
Compare
Choose a tag to compare

State management updates. USequenceWallet is now a GameInstanceSubsystem which allows its state to persist between levels.
Readme has been updated to reflect changes in how it should be accessed.

Updated RedirectURL to now use the production version rather than the dev version. As well as this the redirect URL can now be set in the Config.ini file.

Lots of linker fixes & Refactor, removed many .h and all .cpp files out of the public folder into private and updated code that required it to avoid various linking issues when used outside the plugins directory structure.

Fixed a memory leak.

Introduced the apache 2.0 license

Sequence Unreal Beta 1.0.8 (5.4 required)

27 May 19:23
968b518
Compare
Choose a tag to compare

This release contains fixes for compilation issues with Mac & IOS platforms using older versions of their respective SDK's.