-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.83 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.83 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "com.unity.entities",
"displayName": "Entities",
"version": "1.4.6",
"unity": "2022.3",
"unityRelease": "20f1",
"dependencies": {
"com.unity.burst": "1.8.28",
"com.unity.collections": "2.6.6",
"com.unity.mathematics": "1.3.2",
"com.unity.nuget.mono-cecil": "1.11.6",
"com.unity.profiling.core": "1.0.3",
"com.unity.scriptablebuildpipeline": "1.23.1",
"com.unity.serialization": "3.1.3",
"com.unity.test-framework.performance": "3.0.3",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.uielements": "1.0.0",
"com.unity.modules.unityanalytics": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0"
},
"description": "The Entities package provides a modern Entity Component System (ECS) implementation with a basic set of systems and components made for Unity.",
"keywords": [
"entities",
"dots",
"unity"
],
"_upm": {
"changelog": "### Changed\n\n* Updated the `com.unity.burst` dependency to version `1.8.28`\n* Write link.xml when building Entities Content\n* Fixed memory corruption when EntityCommandBuffer playback was interrupted by an exception after successfully processing dynamic buffer commands.\n\n### Removed\n\n* Removed expensive baking analytics even during subscene importing.\n\n### Fixed\n\n* Fixed Runtime Content management being non deterministic across builds when clearing the entity cache.\n\n### Security"
},
"upmCi": {
"footprint": "12c4ecf8ca1d2b6e4fe6b6f9c41271599b3b28d3"
},
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.entities@1.4/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/dots.git",
"type": "git",
"revision": "233b7df164f9829fad832775f3875c0379155347"
}
}