-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1.24 KB
/
package.json
File metadata and controls
25 lines (25 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "com.unity.netcode",
"displayName": "Netcode for Entities",
"version": "1.13.1",
"unity": "2022.3",
"unityRelease": "20f1",
"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.5.3",
"com.unity.entities": "1.4.4",
"com.unity.modules.animation": "1.0.0"
},
"_upm": {
"changelog": "### Fixed\n\n* Obscure error messages when the RpcCollection.DynamicAssemblyList value is not configured the same way between client and server.\n* Fixed a niche null reference exception when editing the lists in Project Settings > Multiplayer > Build immediately after adding the Netcode for Entities package.\n* Add missing profiler marker for GhostReceiveSystem"
},
"upmCi": {
"footprint": "dc74cb6dec8cef894b6a7c52ee648153b41d780f"
},
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.netcode@1.13/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/dots.git",
"type": "git",
"revision": "480cf34418a4313452b3eb89fc49ba076b78cf7d"
}
}