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:
- Create a
Pluginsfolder in your Unreal project root if it does not exist. - Copy the
SpacetimeDbSdkfolder intoPlugins/. - Right-click your
.uprojectfile and select Generate Visual Studio project files. - Add
"SpacetimeDbSdk"to your module'sBuild.cs:
PublicDependencyModuleNames.AddRange(new string[] { "SpacetimeDbSdk" });