mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-13 11:17:50 -04:00
4921983024
# Description of Changes Migrating https://github.com/clockworklabs/com.clockworklabs.spacetimedbsdk/pull/349 since we are merging that repo into this one. > Add some developer docs. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing None. Docs only. --------- Co-authored-by: James Gilles <jameshgilles@gmail.com> Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org> Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
17 lines
810 B
Markdown
17 lines
810 B
Markdown
# SpacetimeDB C# SDK
|
|
|
|
## Overview
|
|
|
|
This repository contains the C# and [Unity](https://unity.com/) 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](https://spacetimedb.com/docs/sdks/c-sharp). For a guided tutorial, see the [C# SDK Quickstart](https://spacetimedb.com/docs/sdks/c-sharp/quickstart).
|
|
|
|
There is also a comprehensive Unity tutorial/demo available:
|
|
- [Unity Tutorial](https://spacetimedb.com/docs/unity/part-1) Doc
|
|
- [Unity Demo](https://github.com/clockworklabs/SpacetimeDB/tree/master/demo/Blackholio) Repo
|
|
|
|
## Internal developer documentation
|
|
See [`DEVELOP.md`](./DEVELOP.md).
|