-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
42 lines (42 loc) · 1.91 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
{
"displayName": "Unity Physics",
"category": "Unity",
"description": "Unity's C# stateless physics library.\n\nBuilt on top of the Unity C# ECS framework, Unity Physics is network-ready, completely customizable, and built for performance out of the box. Whether you're building the next mobile hit or a new networked multiplayer console experience, Unity Physics leverages the Burst compiler and Job system to scale across a range of hardware.",
"dependencies": {
"com.unity.burst": "1.8.18",
"com.unity.collections": "2.5.3",
"com.unity.entities": "1.3.10",
"com.unity.mathematics": "1.3.2",
"com.unity.test-framework": "1.4.5",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
},
"keywords": [
"unity",
"physics"
],
"name": "com.unity.physics",
"unity": "2022.3",
"unityRelease": "11f1",
"version": "1.3.10",
"samples": [
{
"displayName": "Custom Physics Authoring",
"description": "Provides a custom authoring experience for creating rigid bodies and colliders for Unity Physics.",
"importPath": "Authoring",
"path": "Samples~/CustomPhysicsAuthoring"
}
],
"_upm": {
"changelog": "### Fixed\n\n* Incorrect vertex orientation during baking process in `Unity.Physics.CapsuleCollider` where vertices were unexpectedly flipped in certain conditions.\n* Visual artifacts in `PhysicsDebugDisplay` where capsule edges were incorrectly rendered when Height < (2 * Radius).\n* Capsule edge stretching in `PhysicsDebugDisplay` that occurred with non-default height-to-radius ratios."
},
"upmCi": {
"footprint": "65ed6f1551bc43425254dd6dd6ace845bd7c9f60"
},
"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": "893d3250e4978302326a812dde13aa126dbcd775"
}
}