unreal

Installation
SKILL.md

SpacetimeDB Unreal Engine Integration

This skill covers Unreal Engine-specific patterns for connecting to SpacetimeDB. For server-side module development, see the rust-server or csharp-server skills.


Installation

Add the SpacetimeDB Unreal SDK as a plugin:

  1. Create a Plugins folder in your Unreal project root if it does not exist.
  2. Copy the SpacetimeDbSdk folder into Plugins/.
  3. Right-click your .uproject file and select Generate Visual Studio project files.
  4. Add "SpacetimeDbSdk" to your module's Build.cs:
PublicDependencyModuleNames.AddRange(new string[] { "SpacetimeDbSdk" });
Related skills
Installs
1
GitHub Stars
24.7K
First Seen
2 days ago