Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions sdk/unreal/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sdk/unreal/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 or later
- Android
- iOS
- PC Standalone
Expand Down
7 changes: 4 additions & 3 deletions sdk/unreal/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ description: Quickstart Documentation for Sequence's Unreal SDK.

<Steps>
<Step title="Install the 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.

</Step>
<Step title="Configure the SDK">
Expand Down Expand Up @@ -35,7 +36,7 @@ such as Google, Apple, or PlayFab.
</Frame>
</Step>
<Step title="Test Sequence's Features">
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.

Expand Down