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 NetworkVariable s available in Netcode for GameObjects, you can also create custom NetworkVariable s for advanced implementations. |