From 557770f480881cb648f1043972f11f4cf43ca534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andy=20Gru=CC=88ning?= Date: Fri, 11 Apr 2025 19:35:10 +0200 Subject: [PATCH 1/4] making the epic games marketplace the preferred installation path for unreal --- sdk/unreal/installation.mdx | 26 +++++++++++++------------- sdk/unreal/quickstart.mdx | 5 +++-- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/sdk/unreal/installation.mdx b/sdk/unreal/installation.mdx index 6b4bdc50..427c5d9e 100644 --- a/sdk/unreal/installation.mdx +++ b/sdk/unreal/installation.mdx @@ -4,15 +4,19 @@ title: "Installation" description: Documentation for Unreal SDK Installation for the Sequence infrastructure stack for web3 gaming. --- +## Using Epic Games Marketplace +1. Visit the [Epic Games Marketplace](https://www.unrealengine.com/marketplace/en-US/product/sequence-embedded-wallets) -## Using Sequence's Unreal Boilerplate +2. Click "Free" to add the plugin to your purchased Assets. -1. [Download our Boilerplate from GitHub](https://github.com/0xsequence/unreal-embedded-wallet-boilerplate) +3. Click "Open in Launcher", and install the Plugin for your Engine version. -2. Install the Unreal Engine version 5.4, if you don't have it already. +4. Open your project, navigate to `Edit > Plugins`, and enable the `SequencePlugin` -3. Open the Boilerplate Project and visit our [Unreal Boilerplate Guide](/guides/unreal-ew-guide) +5. Restart the Unreal Editor so the changes can take effect + +6. To find the `SequencePlugin` content folder in your content drawer enable show engine content: `Content Drawer > Settings > Show Engine Content` ## Using the latest GitHub Release @@ -26,19 +30,15 @@ description: Documentation for Unreal SDK Installation for the Sequence infrastr 5. To find the `SequencePlugin` content folder in your content drawer enable show plugin content: `Content Drawer > Settings > Show Plugin Content` -## Using Epic Games Marketplace - -1. Visit the [Epic Games Marketplace](https://www.unrealengine.com/marketplace/en-US/product/sequence-embedded-wallets) - -2. Click "Free" to add the plugin to your purchased Assets. +## Using Sequence's Unreal Boilerplate -3. Click "Open in Launcher", and install the Plugin for your Engine version. +Use our project boilerplate to quickly start building your project from scratch. -4. Open your project, navigate to `Edit > Plugins`, and enable the `SequencePlugin` +1. [Download our Boilerplate from GitHub](https://github.com/0xsequence/unreal-embedded-wallet-boilerplate) -5. Restart the Unreal Editor so the changes can take effect +2. Install the Unreal Engine version 5.4, if you don't have it already. -6. To find the `SequencePlugin` content folder in your content drawer enable show engine content: `Content Drawer > Settings > Show Engine Content` +3. Open the Boilerplate Project and visit our [Unreal Boilerplate Guide](/guides/unreal-ew-guide) ## Upgrading to Unreal 5.4 diff --git a/sdk/unreal/quickstart.mdx b/sdk/unreal/quickstart.mdx index a205f1d5..579e0ac1 100644 --- a/sdk/unreal/quickstart.mdx +++ b/sdk/unreal/quickstart.mdx @@ -6,8 +6,9 @@ description: Quickstart Documentation for Sequence's Unreal SDK. -Download and install the latest version of Sequence's Unreal SDK from [GitHub](https://github.com/0xsequence/sequence-unreal/releases), or start a new project from scratch -by downloading our [Unreal Project Boilerplate](https://github.com/0xsequence/unreal-embedded-wallet-boilerplate). + Download the SDK from the [Epic Games Marketplace](https://www.unrealengine.com/marketplace/en-US/product/sequence-embedded-wallets). + Checkout our [installation steps](/sdk/unreal/installation) for more information. Alternatively, use our + [project boilerplate](https://github.com/0xsequence/unreal-embedded-wallet-boilerplate) to quickly start a new Unreal project from scratch. From a24eaf121ef5313f620c066132c3b5c5e2f7f4cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andy=20Gru=CC=88ning?= Date: Fri, 11 Apr 2025 19:43:38 +0200 Subject: [PATCH 2/4] fix --- sdk/unreal/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/unreal/quickstart.mdx b/sdk/unreal/quickstart.mdx index 579e0ac1..5289213d 100644 --- a/sdk/unreal/quickstart.mdx +++ b/sdk/unreal/quickstart.mdx @@ -36,7 +36,7 @@ such as Google, Apple, or PlayFab. -Sequence's Unreal SDK includes a variety of Blueprints to help you quickly start your game. +Sequence's Unreal SDK includes a variety of Boilerplates to help you quickly start your game. Once everything is configured, you can create widgets to display an Inventory, Wallet View, or In-Game Store. Checkout [how to integrate a Wallet View](/sdk/unreal/bootstrap_game#my-wallet-view) using just three Blueprint nodes to view and send funds. From 9c474d4ff08e82e18cac2d10803fbb388490e3cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andy=20Gru=CC=88ning?= Date: Fri, 11 Apr 2025 19:56:23 +0200 Subject: [PATCH 3/4] change to unreal engine '5.2 and later' --- sdk/unreal/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/unreal/introduction.mdx b/sdk/unreal/introduction.mdx index 9bd6d4fe..32becf91 100644 --- a/sdk/unreal/introduction.mdx +++ b/sdk/unreal/introduction.mdx @@ -18,7 +18,7 @@ Get started with our [Quickstart Guide.](/sdk/unreal/quickstart) Please view our [Platform Requirements](/sdk/unreal/platforms) -- Unreal Engine 5.5, 5.4, 5.3 & 5.2 +- Unreal Engine 5.2 and later - Android - iOS - PC Standalone From 8954e524408ca720bab239d499024e3833f129ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andy=20Gru=CC=88ning?= Date: Fri, 11 Apr 2025 19:57:21 +0200 Subject: [PATCH 4/4] change to 'or later' --- sdk/unreal/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/unreal/introduction.mdx b/sdk/unreal/introduction.mdx index 32becf91..70378fb6 100644 --- a/sdk/unreal/introduction.mdx +++ b/sdk/unreal/introduction.mdx @@ -18,7 +18,7 @@ Get started with our [Quickstart Guide.](/sdk/unreal/quickstart) Please view our [Platform Requirements](/sdk/unreal/platforms) -- Unreal Engine 5.2 and later +- Unreal Engine 5.2 or later - Android - iOS - PC Standalone