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

Skip to content

Tags: corp-0/Mirror

Tags

v64.0.4

Toggle v64.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Android multicast Discovery. Fixes MirrorNetworking#2878 (Mirror…

…Networking#2887)

* Added Android multicast support for Discovery Fixes MirrorNetworking#2878

This will add support for turning on and off Multicast for Android devices.
It also contains an Android manifest editor that will add the appropriate permissions.

* Reset the lock state once you end it.

* Update NetworkDiscoveryBase.cs

* Update AndroidManifestHelper.cs

Co-authored-by: vis2k <[email protected]>

v64.0.3

Toggle v64.0.3's commit message
syntax

v64.0.2

Toggle v64.0.2's commit message
GenerateNewActionFromHookMethod helper function for future reuse in O…

…nDeserialize

v64.0.1

Toggle v64.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: host mode [SyncVar] setter hooks now support static functions ag…

…ain (MirrorNetworking#3101)

* fix: host mode [SyncVar] setter hooks now support static functions again

* Tests: [SyncVar] setter in host mode static hook test for MirrorNetworking#3101

v64.0.0

Toggle v64.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: updating to SimpleWebTransport v1.3 (MirrorNetworking#3099)

- Allowing max message size to be increase to int32.max
- fixing minor bugs (see change log)

v63.0.3

Toggle v63.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Match & Team Int Mgmt OnCheckObserver (MirrorNetworking#3089)

v63.0.2

Toggle v63.0.2's commit message
fix: Missed a couple NetworkConnectionToClient changes

v63.0.1

Toggle v63.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Updated Templates (MirrorNetworking#3090)

v63.0.0

Toggle v63.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
breaking: Use NetworkConnectionToClient (MirrorNetworking#3088)

* fix: Use NetworkConnectionToClient

* Revert change to MatchInterestManagement

* Revert change to Basic Example scene

* Revert change to Basic Example Player prefab

* Interest Management too

* Updated MultipleMatches example

* Updated RoomManager and Room example

v62.0.0

Toggle v62.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
breaking: NetworkConnection cleanup (MirrorNetworking#3086)

* breaking: NetworkManager: use strong typed OnConnect/OnDisconnect events

* breaking: NetworkConnection server code moved to NetworkConnectionToClient (it shouldn't be in base class, otherwise it would be in client code's NetworkConnectionToServer as well)

* InterestManagement.OnCheckObserver: use NetworkConnectionToClient