Optimize performance
Optimize the performance of your game in Netcode for Entities.
Topic | Description |
---|---|
Optimize ghosts | Optimize your ghosts to improve the performance of your game. |
Reduce prediction overhead | Reduce prediction CPU overhead to improve the performance of your game. |
Manage serialization costs | Manage serialization costs to optimize the performance of your game. |
Limit snapshot size | Limit the size of your snapshots to reduce bandwidth consumption and improve performance. |
Execute expensive operations during off frames | Execute expensive operations during off frames to spread their impact and improve performance. |
Data compression | Use data compression to reduce bandwidth consumption, minimizing the likelihood that a player will experience gameplay issues as a result of bandwidth limitations. |