mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-06-29 09:19:05 -04:00
31fd1c8c33
# Description of Changes * Bump version to 2.6.0 # API and ABI breaking changes None # Expected complexity level and risk * 1 - this is just a version bump # Testing - [X] Version number is correct (`2.6.0`) - [X] BSL license file has been updated with the new date and version number
SpacetimeDB C# SDK
Overview
This repository contains the C#, Unity and Godot client SDKs for SpacetimeDB. These SDKs contain all the tools you need to build native clients for SpacetimeDB modules using C#.
Documentation
Unity
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
Godot
The Godot 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 Godot tutorial/demo available:
- Godot Tutorial Doc
- Godot Demo Repo
Internal developer documentation
See DEVELOP.md.