Installation
Documentation for Unreal SDK Installation for the Sequence infrastructure stack for web3 gaming.
Using Epic Games Marketplace
-
Visit the Epic Games Marketplace
-
Click “Free” to add the plugin to your purchased Assets.
-
Click “Open in Launcher”, and install the Plugin for your Engine version.
-
Open your project, navigate to
Edit > Plugins
, and enable theSequencePlugin
-
Restart the Unreal Editor so the changes can take effect
-
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
-
Download the latest release .zip file from Release from GitHub.
-
Navigate to the root directory of your Unreal project using a file management system or command line and create a
Plugins
folder, if you don’t already have one. -
Unzip the downloaded file and copy the
SequencePlugin
folder into your project’sPlugins
folder. -
Launch your project, then allow it to update the UProject Settings.
-
To find the
SequencePlugin
content folder in your content drawer enable show plugin content:Content Drawer > Settings > Show Plugin Content
Using Sequence’s Unreal Boilerplate
Use our project boilerplate to quickly start building your project from scratch.
-
Install the Unreal Engine version 5.4, if you don’t have it already.
-
Open the Boilerplate Project and visit our Unreal Boilerplate Guide
-
Restart the Unreal Editor so the changes can take effect
-
To find the
SequencePlugin
content folder in your content drawer enable show engine content:Content Drawer > Settings > Show Engine Content