Skip to content

Tags: DedFishy/com.unity.netcode.gameobjects

Tags

ngo/2.1.1

Toggle ngo/2.1.1's commit message
bump version to 2.1.1

ngo/2.0.0

Toggle ngo/2.0.0's commit message
bumping ngo version to 2.0.0

ngo/1.11.0

Toggle ngo/1.11.0's commit message
updating changelog and package.json

ngo/1.10.0

Toggle ngo/1.10.0's commit message
yupdate

Updating version of package and changelog version

ngo/1.9.1

Toggle ngo/1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bumping to v1.9.1 initial package release version (Unity-Techn…

…ologies#2887)

* chore

bump initial package version.

* update

bumping version in changelog

* style

adding white space

ngo/1.8.1

Toggle ngo/1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fixed compile error using IL2CPP builds with new [Rpc] attribute (

…Unity-Technologies#2824)

ngo/1.8.0

Toggle ngo/1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: NetworkTransform half float synch (Unity-Technologies#2791)

* fix

Fixing the issue with HalfFloat position not keeping the base position synchronized when using unreliable deltas.

ngo/1.7.1

Toggle ngo/1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Update mac image (mac:stable is deprecated) (Unity-Technologie…

…s#2773)

ngo/1.7.0

Toggle ngo/1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Tagging release 1.7.0 (Unity-Technologies#2736)

ngo/1.6.0

Toggle ngo/1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: NetworkManager.ShutdownInProgress not being reset (Unity-Technol…

…ogies#2661)

* fix

This resolves the issue where the NetworkManager.m_ShuttingDown property could be set to true again if the shutdown method is invoked within OnClientStopped or OnServerStopped.

* test

This validates that if you invoke shutdown within OnClientStopped or OnServerStopped that NetworkManager.ShutdownInProgress remains false once completing the shutdown process.

* update

Adding the changelog entry for this fix.
Making the changelog entry for v1.6.0 branch match Unity-Technologies#2657

* Update CHANGELOG.md

Removing the adjusted changelog entry