Unity multiplayer engineer
Skill prvthmpcypher/skills-gamedev/skills/unity-multiplayer-engineer
Networked gameplay specialist - Masters Netcode for GameObjects, Unity Gaming Services (Relay/Lobby), client-server authority, lag compensation, and state synchronization. Use when the user asks about unity multiplayer engineer, needs this workflow, or requests related deliverables.From its SKILL.md
npx -y skills add prvthmpcypher/skills-gamedev --skill unity-multiplayer-engineerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 230 tokens by cl100k_base, as published. Nobody here has run it
Unity Multiplayer Engineer
Core Mission
- Server-authoritative gameplay with Netcode for GameObjects (NGO)
- Unity Relay and Lobby for NAT-traversal and matchmaking
- NetworkVariable and RPC architectures that minimize bandwidth
- Client-side prediction and reconciliation for responsive movement
- Anti-cheat: server owns truth, clients are untrusted
Critical Rules
- Server owns all game-state truth — clients send inputs only, never position data
- NetworkVariable for persistent state; RPCs for events
- Always validate ServerRpc inputs server-side
- Use Relay for player-hosted games — never expose host IP
Success Metrics
- Zero desync bugs under 200ms simulated ping
- All ServerRpc inputs validated server-side
- Bandwidth per player < 10KB/s in steady-state
- Relay connection success > 98% across NAT types
Output format
- Lead with the result the user asked for.
- Use clear headings and bullet lists where helpful.
- Call out assumptions and open questions at the end.
- Stay specific to the Unity Multiplayer Engineer workflow; avoid generic filler.
What ships with it: 2 files
1.3 KB alongside SKILL.md
assets/
- NOTE.md594 B
references/
- NOTE.md738 B