You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [1.0.17] - 2023-09-11
### Added
* defining ENABLE_UNITY_RPC_REGISTRATION_LOGGING will now log information about registered RPCs during netcode startup
### Changed
* NetcodePacket debug log filenames changed to include date/time and version information
### Fixed
* addressed a case where it was possible for an exception to be thrown on the server if an RPC was queued for a then dropped connection.
* "AssetDatabase.RegisterCustomDependency are restricted during importing" exception thrown by the NetCodeClientSettings, NetCodeClientServerSettings, NetCodeServerSettings in their OnDisable method, when using 2023.2 or newer.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+19
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,30 @@
1
1
# Changelog
2
2
3
3
4
+
## [1.0.17] - 2023-09-11
5
+
6
+
### Added
7
+
8
+
* defining ENABLE_UNITY_RPC_REGISTRATION_LOGGING will now log information about registered RPCs during netcode startup
9
+
10
+
### Changed
11
+
12
+
* NetcodePacket debug log filenames changed to include date/time and version information
13
+
14
+
### Fixed
15
+
16
+
* addressed a case where it was possible for an exception to be thrown on the server if an RPC was queued for a then dropped connection.
17
+
* "AssetDatabase.RegisterCustomDependency are restricted during importing" exception thrown by the NetCodeClientSettings, NetCodeClientServerSettings, NetCodeServerSettings in their OnDisable method, when using 2023.2 or newer.
18
+
19
+
4
20
## [1.0.15] - 2023-07-27
5
21
6
22
### Changed
7
23
8
24
* Updated com.unity.entities dependency to 1.0.14
25
+
26
+
### Removed
27
+
9
28
* Use of non required TempJob allocation and use Allocator.Temp instead.
"ValidationTest": "Package Unity Version Validation",
5
-
"ExceptionMessage": "The Unity version requirement is more strict than in the previous version of the package. Increment the minor version of the package to leave patch versions available for previous version. Read more about this error and potential solutions at https://docs.unity3d.com/Packages/com.unity.package-validation-suite@latest/index.html?preview=1&subfolder=/manual/package_unity_version_validation_error.html#the-unity-version-requirement-is-more-strict-than-in-the-previous-version-of-the-package",
6
-
"PackageVersion": "1.0.15"
7
-
}
8
-
],
9
-
"WarningExceptions": []
2
+
"ErrorExceptions": [
3
+
{
4
+
"ValidationTest": "Package Unity Version Validation",
5
+
"ExceptionMessage": "The Unity version requirement is more strict than in the previous version of the package. Increment the minor version of the package to leave patch versions available for previous version. Read more about this error and potential solutions at https://docs.unity3d.com/Packages/com.unity.package-validation-suite@latest/index.html?preview=1&subfolder=/manual/package_unity_version_validation_error.html#the-unity-version-requirement-is-more-strict-than-in-the-previous-version-of-the-package",
6
+
"PackageVersion": "1.0.17"
7
+
},
8
+
{
9
+
"ValidationTest": "API Validation",
10
+
"ExceptionMessage": "New assembly \"Unity.NetCode.TestsUtils\" may only be added in a new minor or major version.",
11
+
"PackageVersion": "1.0.17"
12
+
},
13
+
{
14
+
"ValidationTest": "API Validation",
15
+
"ExceptionMessage": "Additions require a new minor or major version.",
0 commit comments