Skip to main content

NakamaIntegration

8 tools in this family (folder Editor/Tools/NakamaIntegration/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.

ToolEffectDescription
netsocial_apply_default_templatewritesGenerate a Nakama integration from one of three curated presets:
netsocial_export_docker_compose_yamlwritesGenerate a docker-compose.yml that self-hosts a Nakama server + CockroachDB locally.
netsocial_export_server_config_yamlwritesGenerate a Nakama server config (nakama.yml) tailored to the spec: auth provider hints,
netsocial_generate_codewritesEmit a Nakama integration into Assets/_Game/Nakama/. Generates NakamaClient.cs
netsocial_propose_from_promptread-onlyBuild a NakamaSpec from a designer prompt (e.g. 'MMO with 4-player co-op, leaderboards,
netsocial_setup_credentialswritesStore Nakama server credentials securely in the Buril keychain (macOS Keychain /
netsocial_simulate_matchmakingread-onlyMonte Carlo simulation of a matchmaking queue. Given the spec, a queue id, a Poisson
netsocial_validate_specread-onlyValidate a NakamaSpec. Returns { ok, errors[], summary }. Run before