Skip to content

Commit 3890a43

Browse files
author
Unity Technologies
committed
com.unity.netcode@0.51.1-preview.21
## [0.51.1] - 2022-06-27 ### Changed * Package Dependencies * `com.unity.entities` to version `0.51.1` ## [0.51.0] - 2022-05-04 ### Changed * Package Dependencies * `com.unity.entities` to version `0.51.0` * Updated transport dependency to 1.0.0. ### Added * prevent the netcode generator running if the assembly compilation that does not references netcode package.
1 parent 42f7e23 commit 3890a43

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.51.1] - 2022-06-27
4+
5+
### Changed
6+
7+
* Package Dependencies
8+
* `com.unity.entities` to version `0.51.1`
9+
310
## [0.51.0] - 2022-05-04
411

512
### Changed
@@ -8,6 +15,10 @@
815
* `com.unity.entities` to version `0.51.0`
916
* Updated transport dependency to 1.0.0.
1017

18+
### Added
19+
20+
* prevent the netcode generator running if the assembly compilation that does not references netcode package.
21+
1122

1223

1324
## [0.50.1] - 2022-03-18
512 Bytes
Binary file not shown.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "com.unity.netcode",
33
"displayName": "Netcode for Entities",
4-
"version": "0.51.0-preview.32",
4+
"version": "0.51.1-preview.21",
55
"unity": "2020.3",
6-
"unityRelease": "0f1",
6+
"unityRelease": "30f1",
77
"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.",
88
"dependencies": {
99
"com.unity.transport": "1.0.0",
10-
"com.unity.entities": "0.51.0-preview.32"
10+
"com.unity.entities": "0.51.1-preview.21"
1111
},
1212
"upm": {
13-
"changelog": "### Changed\n\n* Package Dependencies\n * `com.unity.entities` to version `0.51.0`\n* Updated transport dependency to 1.0.0."
13+
"changelog": "### Changed\n\n* Package Dependencies\n * `com.unity.entities` to version `0.51.1`"
1414
},
1515
"upmCi": {
16-
"footprint": "165c77c2407541000019d5a6a04db076d1ceae17"
16+
"footprint": "4560f3164b740722da7230491329b59e4fdc473d"
1717
},
1818
"repository": {
1919
"url": "https://github.cds.internal.unity3d.com/unity/dots.git",
2020
"type": "git",
21-
"revision": "469d2b30300a7ff2c2b15f72ee8613e374c37b63"
21+
"revision": "063a98897b40805f53b859bb426ce664229d0c00"
2222
}
2323
}

0 commit comments

Comments
 (0)