You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: server, host, or session owner not populating in-scene placed ob…
…ject table when started (#3177)
* fix
This fixes the issue with the server, host, or session owner not adding in-scene placed NetworkObjects to its internal table if the scene was loaded prior to starting the NetworkManager.
* update
Adding change log entry
* update
Adding PR# to this entry.
* style
remove whitespace
chore: bumping to v1.9.1 initial package release version (#2887)
* chore
bump initial package version.
* update
bumping version in changelog
* style
adding white space
fix: NetworkTransform half float synch (#2791)
* fix
Fixing the issue with HalfFloat position not keeping the base position synchronized when using unreliable deltas.