Skip to content

Tags: devforgood/MLAPI

Tags

v8.2.5

Toggle v8.2.5's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
Merge branch 'master' of https://github.com/MidLevel/MLAPI

v8.2.4

Toggle v8.2.4's commit message
fix(unet-channels): Invoking .Clear() on two Dictionaries within the …

…Shutdown-function (Unity-Technologies#199)

* fix(unet-channels): Invoking .Clear() on two Dictionaries within the Shutdown-function

GetConfig() will try to insert new kvp-pairs even though they already exists. Clearing them fixes this and allow, for example, doing StartHost() -> StopHost() -> StartHost() within the same session.

* changed the fields back to read-only

v8.2.3

Toggle v8.2.3'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#196 from darvell/hotfix/custom_…

…message_fix

Fixed method signature for custom messages.

v8.2.2

Toggle v8.2.2'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#195 from MidLevel/scene-load-si…

…ngle

Make sure Start is only called once the old scene is unloaded

v8.2.1

Toggle v8.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
fix(collections): Fixes an issue where adding values with the indexin…

…g property would not replicate

v8.2.0

Toggle v8.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
fix(collections): Fixed NetworkedList and NetworkedDictionary not bei…

…ng cleared in a duplex manner

v8.1.0

Toggle v8.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
feat(editor): Added support for multi projects

v8.0.1

Toggle v8.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
fix(transport): Fixed UNET transport when using non relay

v8.0.0

Toggle v8.0.0'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#187 from MidLevel/transport-rew…

…rite

Transport rewrite & Editor Upgrade

v7.3.2

Toggle v7.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
fix(spawning): Fixed GetLocalPlayerObject on client