Skip to main content

NetAuthAdapter

6 tools in this family (folder Editor/Tools/NetAuthAdapter/ 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
netauth_apply_default_templatewritesGenerate a Mirror adapter from one of three curated presets:
netauth_export_network_diagram_dotwritesRender the NetAuthAdapterSpec as a Graphviz DOT diagram. Server is a node, every
netauth_generate_codewritesEmit a Mirror Networking adapter into Assets/_Game/Networking/Mirror/. Generates
netauth_propose_from_promptread-onlyBuild a NetAuthAdapterSpec skeleton from a natural-language brief. Returns a draft spec
netauth_simulate_bandwidthread-onlyEstimate per-second wire traffic for a NetAuthAdapterSpec under a chosen load profile.
netauth_validate_specread-onlyValidate a NetAuthAdapterSpec. Returns { ok, errors[], summary }. Run this before