godot-multiplayer

安装量: 1.5K
排名: #7939

安装

npx skills add https://github.com/gamedev-skills/awesome-gamedev-agent-skills --skill godot-multiplayer

Godot Multiplayer (4.x high-level) Connect peers, call functions remotely with @rpc , assign authority, and replicate state with MultiplayerSpawner / MultiplayerSynchronizer . Targets Godot 4.7 (ENet). Treat all client input as untrusted; keep the server authoritative. When to use Use when adding networked multiplayer: hosting/joining over ENet, calling RPCs, assigning per-node authority, or auto-spawning/syncing nodes across peers. When not to use: local split-screen (no networking); raw TCP/UDP/WebSocket protocol work (low-level PacketPeer ); HTTP requests. For save/persistence → save-systems . Core workflow Show more Installs 876 Repository gamedev-skills/…t-skills GitHub Stars 456 First Seen Jun 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜