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.
| Tool | Effect | Description |
|---|---|---|
netauth_apply_default_template | writes | Generate a Mirror adapter from one of three curated presets: |
netauth_export_network_diagram_dot | writes | Render the NetAuthAdapterSpec as a Graphviz DOT diagram. Server is a node, every |
netauth_generate_code | writes | Emit a Mirror Networking adapter into Assets/_Game/Networking/Mirror/. Generates |
netauth_propose_from_prompt | read-only | Build a NetAuthAdapterSpec skeleton from a natural-language brief. Returns a draft spec |
netauth_simulate_bandwidth | read-only | Estimate per-second wire traffic for a NetAuthAdapterSpec under a chosen load profile. |
netauth_validate_spec | read-only | Validate a NetAuthAdapterSpec. Returns { ok, errors[], summary }. Run this before |