mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-07 16:19:38 -04:00
0b308708fb
# Description of Changes The regression tests in `sdks/csharp` accept a `SPACETIMEDB_SERVER_URL` environment variable override. This makes it easier to run the tests through the same infrastructure as our other tests (see https://github.com/clockworklabs/SpacetimeDB/pull/4921). # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing actually none. I could be convinced to test. It will be exercised in https://github.com/clockworklabs/SpacetimeDB/pull/4921. Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
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:
- Unity Tutorial Doc
- Unity Demo Repo
Internal developer documentation
See DEVELOP.md.