Files
Zeke Foppa 6108b791e9 CI - Fix gen-quickstart check (#4977)
# Description of Changes

CI was running `gen-quickstart.sh` and then checking for a diff.. but it
was checking in the wrong directory.

I have also regenerated the files because the fixed check was failing.

# API and ABI breaking changes

None.

# Expected complexity level and risk

1

# Testing

- [x] CI passes
- [x] updated CI failed without the changes to the other files

---------

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2026-05-08 12:51:05 +00:00
..
2026-01-23 21:28:24 +00:00
2025-08-12 18:20:58 +00:00
2023-12-21 06:08:41 -06:00
2026-04-30 19:24:41 +00:00
2024-08-28 11:13:33 -07:00

SpacetimeDB C# SDK

Overview

This repository contains the C# and Unity client SDKs for SpacetimeDB. These SDKs contain all the tools you need to build native clients for SpacetimeDB modules using C#.

Documentation

The Unity SDK uses the same code as the C# SDK. You can find the documentation for the C# SDK in the C# SDK Reference. For a guided tutorial, see the C# SDK Quickstart.

There is also a comprehensive Unity tutorial/demo available:

Internal developer documentation

See DEVELOP.md.