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

Skip to content

Tags: Sulexa/Mirror

Tags

v26.2.2

Toggle v26.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Examples No Longer Rely On Sequential connectionId (MirrorNetwor…

…king#2387)

* NetworkRoomManager

* Basic Example

* Room Example

* MultipleAdditiveScenes Example

* Removed unused usings

* Removed redundant initializer

* Removed redundant initializer

* Renamed playerNo to playerNumber

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

v26.2.1

Toggle v26.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fixing first import of package (MirrorNetworking#2384)

* removing #if MIRROR

* removing #if MIRROR_26_0_OR_NEWER

* Update KcpTransport.cs

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

v26.2.0

Toggle v26.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Quaternion and float Compression (MirrorNetworking#2368)

Adding compression methods for Quaternion and floats. These methods can be used to decrease size of Quaternions before sending the value over the network.

ScaleToUInt method can be used to compress float from 32 bits to the range given to the method. This can be used to compress Vector3 if the bounds of the world are known and fixed before runtime.

v26.1.1

Toggle v26.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: fixing sceneId when using BuildPipeline.BuildPlayer with incorre…

…ct case in path (MirrorNetworking#2382)

* fix: fixing sceneId when using BuildPipeline.BuildPlayer with incorrect case in path

 BuildPipeline.BuildPlayer takes an array of strings for scene paths. Unity will find the scene with the path case insensitive but path case is case sensitive.

This change would make it so that these 2 paths have the same hash
```
Assets/Scenes/Forest.unity
Assets/Scenes/forest.unity
```

* Adding full comment for ToLower

* Update NetworkIdentity.cs

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

v26.1.0

Toggle v26.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

v26.0.1

Toggle v26.0.1's commit message
fix(SimpleWebTransport): version 0.6.6

Fixes:
* fixing problem in 0.6.3
* updating transport for mirror v26

v26.0.0

Toggle v26.0.0's commit message
Unity upgraded to 2018.4.28 LTS

v25.1.3

Toggle v25.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(NetworkAnimator): fixing trigger not applied on host

Triggers should now be applied on host when other clients have authority of the object

v25.1.2

Toggle v25.1.2's commit message
fix(SimpleWebTransport): v0.6.3

* fixing error where standalone client would not correctly stop after failing to connect
* using ASCII encoding to follow RFC spec

v25.1.1

Toggle v25.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(weaver): Fixing weaver not writing when assemble didn't have Netw…

…orkBehaviour (MirrorNetworking#2373)

* Making ReaderWriterProcessor return if it found custom functions (not counting ones in mirror.dll)
* Always writing generateContainerClass if modified
* processing PropertySiteProcessor if either ReaderWriterProcessor or WeaveModule are successful
* creating generateContainerClass in WeaverList constructor
* Moving new WeaverList to after WeaverTypes.SetupTargetTypes