Skip to content

Tags: magicafe/com.unity.multiplayer.mlapi

Tags

v12.1.7

Toggle v12.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: Update networkedvar.md (Unity-Technologies#356)

v12.1.6

Toggle v12.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Unity-Technologies#371 from LukeStampfli/feature/f…

…ix-networkconfig

fix: NetworkConfig exclude registered scenes list from hash if scene managment is disabled

v12.1.5

Toggle v12.1.5's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
fix: Fixed serialization problem in last versions binary

v12.1.4

Toggle v12.1.4's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
fix: Fix null UnityEngine.Object serialization

v12.1.3

Toggle v12.1.3's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
fix: Scene objects destroyed on server will now be destroyed on client

v12.1.2

Toggle v12.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
perf: Fixed CustomMessage send scaling from O(n) to O(1) for n clients

v12.1.1

Toggle v12.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Unity-Technologies#357 from MidLevel/client-rpc-bulk

perf: Improve RPC bulking and delegate alloc fix

v12.1.0

Toggle v12.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
feat: Added None loglevel to disable logging

v12.0.0

Toggle v12.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
feat: Added NetworkLog

BREAKING CHANGE: Removes the old LogHelper

v11.11.4

Toggle v11.11.4's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
fix: Fixed NetworkedTransform not working for non host servers

Fixes: Unity-Technologies#329