-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [95.0.0](v94.0.0...v95.0.0) (2021-05-28) ### Code Refactoring * remove channel from handler ([#824](#824)) ([f11ef9a](f11ef9a)) ### Features * adding disconnect reason to client disconnect ([#820](#820)) ([e597570](e597570)) * adding Peer config properties ([9fd8a05](9fd8a05)) ### Performance Improvements * NetworkAnimator parameters use ArraySegment instead of Arrays ([#822](#822)) ([00f4833](00f4833)) * remove redundant transform calls on NT ([#823](#823)) ([2d10305](2d10305)) ### BREAKING CHANGES * NetworkDiagnostics no longer tracks channel * Client.Disconnected now has a Reason argument
- Loading branch information
1 parent
74a3c89
commit 5464543
Showing
8 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
using System.Reflection; | ||
|
||
[assembly: AssemblyVersion("94.0.0")] | ||
[assembly: AssemblyVersion("95.0.0")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Reflection; | ||
using System.Runtime.CompilerServices; | ||
|
||
[assembly: AssemblyVersion("94.0.0")] | ||
[assembly: AssemblyVersion("95.0.0")] | ||
|
||
[assembly: InternalsVisibleTo("Mirage.Tests.Runtime")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Reflection; | ||
using System.Runtime.CompilerServices; | ||
|
||
[assembly: AssemblyVersion("94.0.0")] | ||
[assembly: AssemblyVersion("95.0.0")] | ||
|
||
[assembly: InternalsVisibleTo("Mirage.SocketLayer.Tests")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
using System.Reflection; | ||
|
||
[assembly: AssemblyVersion("94.0.0")] | ||
[assembly: AssemblyVersion("95.0.0")] |
2 changes: 1 addition & 1 deletion
2
Assets/Mirage/Samples~/RigidbodyPhysics/Scripts/AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
using System.Reflection; | ||
|
||
[assembly: AssemblyVersion("94.0.0")] | ||
[assembly: AssemblyVersion("95.0.0")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters