-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 810 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "com.unity.netcode",
"displayName": "Unity NetCode",
"version": "0.6.0-preview.7",
"unity": "2020.1",
"unityRelease": "9f1",
"description": "Unity's Data Oriented Technology Stack (DOTS) multiplayer netcode layer - a high level netcode system built on entities. This package provides a foudation for creating networked multiplayer applications within DOTS.",
"dependencies": {
"com.unity.ext.nunit": "1.0.6",
"com.unity.transport": "0.6.0-preview.7",
"com.unity.burst": "1.4.1",
"com.unity.entities": "0.17.0-preview.41"
},
"upmCi": {
"footprint": "d706b3fd68c19ce04fc8e887f63d67c047671b70"
},
"repository": {
"url": "https://github.com/Unity-Technologies/netcode.git",
"type": "git",
"revision": "f5463f493744a4b8b62680e2ed23a5687b8aabfd"
}
}