-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
31 lines (31 loc) · 1002 Bytes
/
package.json
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
26
27
28
29
30
31
{
"name": "com.unity.entities.graphics",
"displayName": "Entities Graphics",
"version": "1.4.6",
"unity": "2022.3",
"unityRelease": "11f1",
"description": "The Entities Graphics package provides systems and components for drawing meshes using DOTS, including support for instanced mesh rendering and LOD.",
"dependencies": {
"com.unity.entities": "1.3.9",
"com.unity.modules.particlesystem": "1.0.0",
"com.unity.render-pipelines.core": "14.0.9"
},
"keywords": [
"dots",
"hybrid",
"rendering",
"unity"
],
"_upm": {
"changelog": "### Changed\n\n* Updated entities packages dependencies"
},
"upmCi": {
"footprint": "de0833ccbb162bc3d35e0a6feafc6d129606e5e0"
},
"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": "05bb8b738d908a2d757d25ca253ed16f35bdc78d"
}
}