·spacetimedb-csharp
</>

spacetimedb-csharp

douglance/spacetimedb

为 SpacetimeDB 构建 C# 模块和 Unity 客户端。涵盖服务器端模块开发和客户端SDK集成。

2安装·0热度·@douglance

安装

$npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-csharp

SKILL.md

This skill provides comprehensive guidance for building C# server-side modules and Unity/C# clients that connect to SpacetimeDB.

| Missing partial keyword | public partial struct Table | Generated code won't compile | | ctx.Db.player (lowercase) | ctx.Db.Player (PascalCase) | Property not found | | Optional | string? | Type not found | | ctx.Db.Table.Get(id) | ctx.Db.Table.Id.Find(id) | Method not found | | Wrong .csproj name | StdbModule.csproj | Publish fails silently |

| .NET 9 SDK | .NET 8 SDK only | WASI compilation fails | | Missing WASI workload | dotnet workload install wasi-experimental | Build fails | | [Procedure] attribute | Reducers only | Procedures not supported in C# | | Missing Public = true | Add to [Table] attribute | Clients can't subscribe |

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-csharp
分类
</>开发工具
认证
收录时间
2026-02-02
更新时间
2026-02-18

快速解答

什么是 spacetimedb-csharp?

为 SpacetimeDB 构建 C# 模块和 Unity 客户端。涵盖服务器端模块开发和客户端SDK集成。 来源:douglance/spacetimedb。

如何安装 spacetimedb-csharp?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-csharp 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/douglance/spacetimedb

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-02