1 - Setup
Need help with the tutorial? Join our Discord server!
A completed version of the game we'll create in this tutorial is available at:
https://github.com/clockworklabs/SpacetimeDB/tree/v1.12.0/demo/Blackholio
Setting up the Tutorial Unreal Project
In this section, we will guide you through the process of setting up a Unreal Project that will serve as the starting point for our tutorial. By the end of this section, you will have a basic Unreal project and be ready to implement the server functionality.
Step 1: Create a Blank Unreal Project
SpacetimeDB supports Unreal version 5.6. See the overview for more information on specific supported versions.
Launch Unreal 5.6 and create a new project by selecting Games from the Unreal Project Browser.
Select the Blank template and in Project Defaults select C++.
For Project Name use blackholio.
Click Create to generate the blank project.
