-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.2.1] - 2024-04-26 ### Changed * Updated Burst dependency to version 1.8.13 * Updated entities packages dependencies
- Loading branch information
Unity Technologies
committed
Apr 26, 2024
1 parent
d3ac470
commit 27b500c
Showing
4 changed files
with
32 additions
and
20 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
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,15 +1,20 @@ | ||
{ | ||
"ErrorExceptions": [ | ||
{ | ||
"ValidationTest": "API Validation", | ||
"ExceptionMessage": "For Experimental or Preview Packages, breaking changes require a new minor version.", | ||
"PackageVersion": "1.2.0" | ||
}, | ||
{ | ||
"ValidationTest": "API Validation", | ||
"ExceptionMessage": "Breaking changes require a new major version.", | ||
"PackageVersion": "1.2.0" | ||
} | ||
], | ||
"WarningExceptions": [] | ||
"ErrorExceptions": [ | ||
{ | ||
"ValidationTest": "API Validation", | ||
"ExceptionMessage": "For Experimental or Preview Packages, breaking changes require a new minor version.", | ||
"PackageVersion": "1.2.1" | ||
}, | ||
{ | ||
"ValidationTest": "API Validation", | ||
"ExceptionMessage": "Additions require a new minor or major version.", | ||
"PackageVersion": "1.2.1" | ||
}, | ||
{ | ||
"ValidationTest": "API Validation", | ||
"ExceptionMessage": "New assembly \"Unity.NetCode.TestsUtils\" may only be added in a new minor or major version.", | ||
"PackageVersion": "1.2.1" | ||
} | ||
], | ||
"WarningExceptions": [] | ||
} |
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,25 +1,25 @@ | ||
{ | ||
"name": "com.unity.netcode", | ||
"displayName": "Netcode for Entities", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"unity": "2022.3", | ||
"unityRelease": "11f1", | ||
"description": "Unity's Data Oriented Technology Stack (DOTS) multiplayer netcode layer - a high level netcode system built on entities. This package provides a foundation for creating networked multiplayer applications within DOTS.", | ||
"dependencies": { | ||
"com.unity.transport": "2.1.0", | ||
"com.unity.entities": "1.2.0", | ||
"com.unity.entities": "1.2.1", | ||
"com.unity.modules.animation": "1.0.0" | ||
}, | ||
"_upm": { | ||
"changelog": "### Changed\n*Release Preparation" | ||
"changelog": "### Changed\n\n* Updated Burst dependency to version 1.8.13\n* Updated entities packages dependencies" | ||
}, | ||
"upmCi": { | ||
"footprint": "14f73fe31687e3259c784ff7454311310d71c70f" | ||
"footprint": "2a3fa1e508d74a00333496f3d563d6cc7c3bf5ad" | ||
}, | ||
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html", | ||
"repository": { | ||
"url": "https://github.cds.internal.unity3d.com/unity/dots.git", | ||
"type": "git", | ||
"revision": "ea4236421d61011e37e71d22108c5e4e70cf71d7" | ||
"revision": "6ecf7a215623cca37079c6f1a3e6f2f686c91721" | ||
} | ||
} |