Netcode Performance Toolkit

Simple to use tools for profiling and reducing your network serialization usage in NetworkBehaviours for Unity Netcode for GameObjects custom NetworkBehaviours.


Netcode Performance Toolkit has 2 parts:

- The Netcode Serialization Profiler lets you measure and analyse your serialization usage in-depth, and monitor it as you optimise.

- The Netcode Types and Serialization Functions let you send data with fewer bytes.


Optimised network usage enables you to send more messages, have a more complex multiplayer world, improve your game's performance on low bandwidth networks, and reduce network infrastructure costs.