Skip to content

clockworklabs/SpacetimeDBUnityTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SpacetimeDB Unity Engine Tutorial Demos

Overview

C# Documentation

Installation

  1. Download the latest .unitypackage release.
  2. Open the .unitypackage within your Unity project.
  3. Publish your server module via SpacetimeDB CLI.

Usage

  1. Open the Assets/Scenes/Main scene and inspect the GameManager ScriptableObject as a starting point.
  2. See the Unity "Part 1 - Basic Multiplayer" tutorial docs.
  3. See the SpacetimeDB Unity SDK README.

Part 1 - Basic Multiplayer

  • The server module example is included from the tutorial docs.
  • The client example is included from the tutorial docs.

TODO