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

Skip to content

Tags: pppnnn/Mirror

Tags

v53.5.0

Toggle v53.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: Add rotation to NTv2 teleport (MirrorNetworking#2986)

* feat: Add rotation to NTv2 teleport

* Updated script template

* Forgot Cmd/Rpc can't do overloads...fixed

* overload OnTeleport

* updated comments

v53.4.1

Toggle v53.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Added HashSet for disconnecting connections (MirrorNetworking#2981)

* fix: Added HashSet for disconnecting connections

* fixed code smells

v53.4.0

Toggle v53.4.0's commit message
feat: Added Network Transform Script Template

v53.3.2

Toggle v53.3.2's commit message
fix: Network Room Manager Update

- Deprecated Network Connection param from client overrides
- Use NetworkClient.connection instead
- Script Template updated

v53.3.1

Toggle v53.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Check NetworkServer.active in DestroyObject (MirrorNetworking#2982)

* fix: Check NetworkServer.active in DestroyObject
- Fixes MirrorNetworking#2977

* Update Assets/Mirror/Runtime/NetworkServer.cs

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

v53.3.0

Toggle v53.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feature: SyncVar<T> (MirrorNetworking#2951)

* feature: SyncVar<T>

* remove unused import

* SyncVarNetworkBehaviour<T> to support explicit hooks of <T> and to prepare for Weaver [SyncVar] internal replacement

* only call hook on client for compatibility with original [SyncVar]

* show SyncVar<T> label to make it obvious what type it is. useful to distinguish weaver replacements later

v53.2.0

Toggle v53.2.0's commit message
feat: Added Custom Interest Management script template

v53.1.1

Toggle v53.1.1's commit message
fix: Replaced obsolete warnings on NetworkVisibility components

- also removed a couple unused usings
- changed DistanceInterestManagementCustomRange for future unit test (required by CreateNetworked)

v53.1.0

Toggle v53.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: Team Interest Management (MirrorNetworking#2979)

* feat: Team Interest Management

* meta file

* Added forceShown

* Code Smells

* code smell

* simplified

v53.0.1

Toggle v53.0.1's commit message
fix: NetworkBehaviour.OnStopClient Called Twice

Fixes MirrorNetworking#2976