NetworkVariables
Manage latency and performance in your Netcode for GameObjects project.
| Topic | Description |
|---|---|
| NetworkVariable | Use NetworkVariables to synchronize properties between servers and clients in a persistent manner. |
| Custom NetworkVariables | In addition to the standard NetworkVariables available in Netcode for GameObjects, you can also create custom NetworkVariables for advanced implementations. |