FishNetAdapter
6 tools in this family (folder Editor/Tools/FishNetAdapter/ 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 |
|---|---|---|
netlite_apply_default_template | writes | Generate a FishNet adapter from one of three curated presets: |
netlite_export_network_diagram_dot | writes | Render the FishNetSpec as a Graphviz DOT diagram. Server is a node, every |
netlite_generate_code | writes | Emit a FishNet Networking adapter into Assets/_Game/FishNet/. Generates |
netlite_propose_from_prompt | read-only | Build a FishNetSpec skeleton from a natural-language brief. Returns a draft spec with |
netlite_simulate_bandwidth | read-only | Estimate per-second wire traffic for a FishNetSpec under three reference tick rates |
netlite_validate_spec | read-only | Validate a FishNetSpec. Returns { ok, errors[], summary }. Run this before |