MultiplayerNetworking tools and utilitiesUse Unity's networking tools and utilities to create real-time synchronized gameplay in your multiplayer game.阅读时间1 分钟最后更新于 5 天前TestingUtilitiesMultiplayer Tools for Netcode for GameObjectsThe Multiplayer Tools package provides a variety of tools to analyze, debug, and test your multiplayer game, including a profiler and network simulator.Multiplayer Play ModeTest multiplayer functionality from within the Unity Editor, simulating up to four Players simultaneously on the same development device while using the same source assets on disk.Unity TransportA low-level networking library for multiplayer game development that supports all Unity Engine-supported platforms using a connection-based abstraction layer provided over User Datagram Protocol and WebSockets.Dedicated ServerThe Dedicated Server package allows you to switch a project between the server and client role without the need to create another project, improving the multiplayer development workflow when targeting the Dedicated Server build target.