Skip to content

Tags: alxgb/MLAPI

Tags

v9.0.2

Toggle v9.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
fix: NetworkId recycle settings not being included in base64 export

v9.0.1

Toggle v9.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
fix: Fixed RecycleNetworkIds inspector

v9.0.0

Toggle v9.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#215 from MidLevel/mlapi-9

v8.5.1

Toggle v8.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
perf(bitstream): Fixed BitStream overriding WriteByte

This should reduce allocations significantly

v8.5.0

Toggle v8.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(networkedvar): Added support for safe networked vars that doesnt…

… spill data (Unity-Technologies#205)

v8.4.0

Toggle v8.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(serialization): Added external serialization handlers (Unity-Tec…

…hnologies#208)

* feat(serialization): Added external attribute based serialization handlers

v8.3.4

Toggle v8.3.4's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
fix(networked-var): Fixes networked var sync when object is not spawned

This also makes object spawning faster

Fixes: Unity-Technologies#210

v8.3.3

Toggle v8.3.3's commit message
fix(transport): make Disconnect behave properly when relay is disabled (

Unity-Technologies#209)

v8.3.2

Toggle v8.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
perf: Removed DestroyWithScene syncronization

v8.3.1

Toggle v8.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
TwoTenPvP Albin Corén
fix(logging): Fixed invalid log messages