Skip to content

Tags: Unity-Technologies/com.unity.netcode.gameobjects

Tags

v2.9.0

Toggle v2.9.0's commit message
Specified maxximum editor version to 6000.3 to avoid breaking changes…

… that still need to be addressed

v2.8.1

Toggle v2.8.1's commit message
Set MaximumEditorVersion and regenerated recipes

v2.8.0

Toggle v2.8.0's commit message
fix: issues discovered in v2.8.0 playtest (#3822)

fix

Issue with AnimatorOverrideController not being handled which could cause improper processing of the animator's layers and parameters.

Issue with clients sending state changes from the NetworkAnimatorStateChangeHandler due to added HasAuthority check. When using a server authoritative animation model, owner Clients should still be able to send trigger updates to the server.

v1.15.0

Toggle v1.15.0's commit message
Updated changelog and package version for Netcode in anticipation of …

…v1.15.0 release

ngo/2.7.0

Toggle ngo/2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: [BACKPORT] Small follow up docs fixes (#3754)

docs: Small follow up docs fixes (#3754)

Small follow up docs fixes

Co-authored-by: Amy Reeve <amy.reeve@unity3d.com>

ngo/2.6.0

Toggle ngo/2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[BACKPORT] chore: Optimize NetworkBehaviour.NetworkManager property (#…

…3720)

chore: Optimize NetworkBehaviour.NetworkManager property (#3700)

* chore: Optimize NetworkBehaviour.NetworkManager property

* ensure internal state is completely reset on behaviour despawn

* Fix tests

* Ensure NetworkManagerOwner is always correctly set

* Update tests to explicitly set NetworkManagerOwner

* Fix InstantiateAndSpawn

* fixes

* Hide error for now

* Put error back and fix timetravel

* try things

* Fix onStartSweep

* put back changed test code

* Remove unneeded changes

* Simplify changes

* Put back needed change

* Set NetworkManager in InstantiateAnd Spawn

* Check for IsSpawned on despawn

* Add recreating test

* Clean up test helpers some

* Fix the DistributedAuthorityCodecTests

---------

Co-authored-by: Emma <emma.mcmillan@unity3d.com>
Co-authored-by: Unity Netcode CI <74025435+netcode-ci-service@users.noreply.github.com>

v2.5.1

Toggle v2.5.1's commit message
Updated changelog and package version for Netcode in anticipation of …

…v2.5.1 release

ngo/1.14.1

Toggle ngo/1.14.1's commit message
regenerated jobs

v2.5.0

Toggle v2.5.0's commit message
Preparing Netcode package of version 2.5.0 for the release

ngo/1.14.0

Toggle ngo/1.14.0's commit message
style

Removing using directive not being used,