SpacetimeDB Unity Integration This skill covers Unity-specific patterns for connecting to SpacetimeDB. For server-side module development, see the skill. --- Installation Add via Unity Package Manager using the git URL: Window Package Manager + Add package from git URL --- Generate Module Bindings Place generated files in your Assets folder so Unity compiles them. --- SpacetimeManager Singleton The core pattern for Unity integration. This MonoBehaviour manages the connection lifecycle. --- FrameTick (Critical) must be called every frame in . The SDK queues all network messages and only proces…