We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966d745 commit cd8a3d5Copy full SHA for cd8a3d5
com.unity.netcode.gameobjects/CHANGELOG.md
@@ -14,6 +14,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
14
15
### Changed
16
17
+- Improved performance of the NetworkVariable. (#3683)
18
19
### Deprecated
20
com.unity.netcode.gameobjects/Runtime/NetworkVariable/NetworkVariableBase.cs
@@ -155,7 +155,6 @@ internal void Deinitialize()
155
// When despawned, reset the HasBeenInitialized so if the associated NetworkObject instance
156
// is recylced (i.e. in-scene placed or pooled) it will re-initialize the LastUpdateSent time.
157
HasBeenInitialized = false;
158
- m_UseServerTime = false;
159
}
160
161
/// <summary>
0 commit comments