File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 68
68
"dependencies" : {
69
69
"com.unity.barracuda" : " 3.0.0" ,
70
70
"com.unity.modules.imageconversion" : " 1.0.0" ,
71
- "com.unity.modules.jsonserialize" : " 1.0.0"
71
+ "com.unity.modules.jsonserialize" : " 1.0.0" ,
72
+ "com.unity.modules.physics" : " 1.0.0"
72
73
}
73
74
},
74
75
"com.unity.ml-agents.extensions" : {
Original file line number Diff line number Diff line change 3
3
--- !u!55 &1
4
4
PhysicsManager :
5
5
m_ObjectHideFlags : 0
6
- serializedVersion : 13
6
+ serializedVersion : 14
7
7
m_Gravity : {x: 0, y: -9.81, z: 0}
8
8
m_DefaultMaterial : {fileID: 0}
9
9
m_BounceThreshold : 2
10
+ m_DefaultMaxDepenetrationVelocity : 10
10
11
m_SleepThreshold : 0.005
11
12
m_DefaultContactOffset : 0.01
12
13
m_DefaultSolverIterations : 6
@@ -18,9 +19,10 @@ PhysicsManager:
18
19
m_ClothInterCollisionStiffness : 0.2
19
20
m_ContactsGeneration : 1
20
21
m_LayerCollisionMatrix : ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
21
- m_AutoSimulation : 1
22
- m_AutoSyncTransforms : 0
23
- m_ReuseCollisionCallbacks : 0
22
+ m_SimulationMode : 0
23
+ m_AutoSyncTransforms : 1
24
+ m_ReuseCollisionCallbacks : 1
25
+ m_InvokeCollisionCallbacks : 1
24
26
m_ClothInterCollisionSettingsToggle : 0
25
27
m_ClothGravity : {x: 0, y: -9.81, z: 0}
26
28
m_ContactPairsMode : 0
@@ -32,5 +34,6 @@ PhysicsManager:
32
34
m_FrictionType : 0
33
35
m_EnableEnhancedDeterminism : 0
34
36
m_EnableUnifiedHeightmaps : 1
37
+ m_ImprovedPatchFriction : 0
35
38
m_SolverType : 0
36
39
m_DefaultMaxAngularSpeed : 50
You can’t perform that action at this time.
0 commit comments