Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: c6burns/Mirror

Tags

master-1616

Toggle master-1616's commit message
Revert "Source based weaver (MirrorNetworking#319)"

This reverts commit 8d7613b.

master-1613

Toggle master-1613's commit message
Update Migration.md (MirrorNetworking#401)

Added `cs` and code block formatting

master-1612

Toggle master-1612's commit message
Update README.md to improve Usage Guide guidelines (MirrorNetworking#402

)

* Update README.md to improve Usage Guide guidelines

Submitting for review by the team. This is my suggestion for updating the Usage section due to struggles we have seen in the help channel.

* Update README.md

Missed a character

* Update README.md

Updated Unity version numbers

master-1603

Toggle master-1603's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Configurable Server Tickrate (MirrorNetworking#390)

* Configurable Server Tickrate

* only  Update

master-1602

Toggle master-1602's commit message
Update Attributes.md (MirrorNetworking#398)

Removed NetworkHash128 and NetworkInstanceId from the types list.

master-1601

Toggle master-1601's commit message
Update SyncLists.md (MirrorNetworking#397)

Cleaned up type list and indentations / formatting
Added comment about using OnStartClient vs Start

master-1600

Toggle master-1600's commit message
Update SpawnObjectCustom.md (MirrorNetworking#396)

Replaced `NetworkHash128` with `System.Guid`
Added `cs` to code blocks

master-1599

Toggle master-1599's commit message
Update RemoteActions.md (MirrorNetworking#395)

Removed NetworkHash128 and NetworkInstanceId from the list of allowed arguments
Added `cs` to code samples.

master-1594

Toggle master-1594's commit message
Update StateSync.md (MirrorNetworking#394)

Fixed title capitalization and changed example to OnStartClient instead of Start

master-1592

Toggle master-1592's commit message
Callback functionality was incorrectly represented (MirrorNetworking#393

)

Callback functionality is achieved through event handling. I've updated the documentation here to better represent a generic SyncList as well as a custom data type.