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

Skip to content

Tags: devforgood/Mirror

Tags

v36.1.1

Toggle v36.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Network Authentators: Removed NetworkConnection parameter (Mirro…

…rNetworking#2703)

As was done in other areas, now using `NetworkClient.connection` instead of passing a `conn` parameter around.
- Abstract NetworkAuthenticator now has obsoletes.
- Basic and Timeout Authenticators Updated
- Network Manager Updated
- Script Template Updated

untagged-63b6044825a6d7698ed0

Toggle untagged-63b6044825a6d7698ed0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Network Authentators: Removed NetworkConnection parameter (Mirro…

…rNetworking#2703)

As was done in other areas, now using `NetworkClient.connection` instead of passing a `conn` parameter around.
- Abstract NetworkAuthenticator now has obsoletes.
- Basic and Timeout Authenticators Updated
- Network Manager Updated
- Script Template Updated

v36.1.0

Toggle v36.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Prevent Player Prefab from being added to spawnPrefabs (MirrorN…

…etworking#2678)

* feat: Prevent Player Prefab from being added to spawnPrefabs
This will prevent this unhelpful warning:
`Replacing existing prefab with assetId 'c3ee5d2b-0807-ecb4-f85b-93753624468e'. Old prefab 'Player', New prefab 'Player'`

* added comment

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

v36.0.0

Toggle v36.0.0's commit message
breaking: MessagePacking GetId<T> return value changed to ushort beca…

…use that's what it always is. type safety matters.

v35.1.1

Toggle v35.1.1's commit message
fix: Added ServerAuthFailed bool to Basic Authenticator

Fixes MirrorNetworking#2621

v35.1.0

Toggle v35.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Call ConfigureServerFrameRate For Headless Clients (MirrorNetwo…

…rking#2660)

* feat: Call ConfigureServerFrameRate for headless clients

* code order consistancy

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

v35.0.3

Toggle v35.0.3's commit message
fix: MirrorNetworking#2579 - Weaver skips already weaved assemblies w…

…hen restarting Unity. fixes a bug where GeneratedNetworkCode class would exist twice, while the newer one was missing some writers

v35.0.2

Toggle v35.0.2's commit message
add comments

v35.0.1

Toggle v35.0.1's commit message
fix: MirrorNetworking#2517 - NetworkManager.UpdateScene wraps FinishL…

…oadScene in try/catch to guarantee loadingSceneAsync being cleared no matter what. fixes a bug where if FinishLoadScene throws then loadingSceneAsync is never cleared and the code runs every update

v35.0.0

Toggle v35.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated examples to not sync scale (MirrorNetworking#2661)

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