Skip to content

Commit 516c194

Browse files
authored
making the epic games marketplace the preferred installation path for unreal (#75)
* making the epic games marketplace the preferred installation path for unreal * fix * change to unreal engine '5.2 and later' * change to 'or later'
1 parent 560c8e3 commit 516c194

3 files changed

Lines changed: 18 additions & 17 deletions

File tree

sdk/unreal/installation.mdx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@ title: "Installation"
44
description: Documentation for Unreal SDK Installation for the Sequence infrastructure stack for web3 gaming.
55
---
66

7+
## Using Epic Games Marketplace
78

9+
1. Visit the [Epic Games Marketplace](https://www.unrealengine.com/marketplace/en-US/product/sequence-embedded-wallets)
810

9-
## Using Sequence's Unreal Boilerplate
11+
2. Click "Free" to add the plugin to your purchased Assets.
1012

11-
1. [Download our Boilerplate from GitHub](https://github.com/0xsequence/unreal-embedded-wallet-boilerplate)
13+
3. Click "Open in Launcher", and install the Plugin for your Engine version.
1214

13-
2. Install the Unreal Engine version 5.4, if you don't have it already.
15+
4. Open your project, navigate to `Edit > Plugins`, and enable the `SequencePlugin`
1416

15-
3. Open the Boilerplate Project and visit our [Unreal Boilerplate Guide](/guides/unreal-ew-guide)
17+
5. Restart the Unreal Editor so the changes can take effect
18+
19+
6. To find the `SequencePlugin` content folder in your content drawer enable show engine content: `Content Drawer > Settings > Show Engine Content`
1620

1721
## Using the latest GitHub Release
1822

@@ -26,19 +30,15 @@ description: Documentation for Unreal SDK Installation for the Sequence infrastr
2630

2731
5. To find the `SequencePlugin` content folder in your content drawer enable show plugin content: `Content Drawer > Settings > Show Plugin Content`
2832

29-
## Using Epic Games Marketplace
30-
31-
1. Visit the [Epic Games Marketplace](https://www.unrealengine.com/marketplace/en-US/product/sequence-embedded-wallets)
32-
33-
2. Click "Free" to add the plugin to your purchased Assets.
33+
## Using Sequence's Unreal Boilerplate
3434

35-
3. Click "Open in Launcher", and install the Plugin for your Engine version.
35+
Use our project boilerplate to quickly start building your project from scratch.
3636

37-
4. Open your project, navigate to `Edit > Plugins`, and enable the `SequencePlugin`
37+
1. [Download our Boilerplate from GitHub](https://github.com/0xsequence/unreal-embedded-wallet-boilerplate)
3838

39-
5. Restart the Unreal Editor so the changes can take effect
39+
2. Install the Unreal Engine version 5.4, if you don't have it already.
4040

41-
6. To find the `SequencePlugin` content folder in your content drawer enable show engine content: `Content Drawer > Settings > Show Engine Content`
41+
3. Open the Boilerplate Project and visit our [Unreal Boilerplate Guide](/guides/unreal-ew-guide)
4242

4343
## Upgrading to Unreal 5.4
4444

sdk/unreal/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Get started with our [Quickstart Guide.](/sdk/unreal/quickstart)
1818

1919
Please view our [Platform Requirements](/sdk/unreal/platforms)
2020

21-
- Unreal Engine 5.5, 5.4, 5.3 & 5.2
21+
- Unreal Engine 5.2 or later
2222
- Android
2323
- iOS
2424
- PC Standalone

sdk/unreal/quickstart.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ description: Quickstart Documentation for Sequence's Unreal SDK.
66

77
<Steps>
88
<Step title="Install the Unreal SDK">
9-
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
10-
by downloading our [Unreal Project Boilerplate](https://github.com/0xsequence/unreal-embedded-wallet-boilerplate).
9+
Download the SDK from the [Epic Games Marketplace](https://www.unrealengine.com/marketplace/en-US/product/sequence-embedded-wallets).
10+
Checkout our [installation steps](/sdk/unreal/installation) for more information. Alternatively, use our
11+
[project boilerplate](https://github.com/0xsequence/unreal-embedded-wallet-boilerplate) to quickly start a new Unreal project from scratch.
1112

1213
</Step>
1314
<Step title="Configure the SDK">
@@ -35,7 +36,7 @@ such as Google, Apple, or PlayFab.
3536
</Frame>
3637
</Step>
3738
<Step title="Test Sequence's Features">
38-
Sequence's Unreal SDK includes a variety of Blueprints to help you quickly start your game.
39+
Sequence's Unreal SDK includes a variety of Boilerplates to help you quickly start your game.
3940
Once everything is configured, you can create widgets to display an Inventory, Wallet View, or In-Game Store.
4041
Checkout [how to integrate a Wallet View](/sdk/unreal/bootstrap_game#my-wallet-view) using just three Blueprint nodes to view and send funds.
4142

0 commit comments

Comments
 (0)