Skip to content

Commit

Permalink
Merge pull request #5 from Unity-Technologies/update-packages
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
diegoossa authored Aug 8, 2023
2 parents 149b348 + ca31691 commit 88b993e
Show file tree
Hide file tree
Showing 146 changed files with 688 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Assets/Art/Materials/Checkpoint.mat
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ Material:
- _QueueControl: 0
- _QueueOffset: 0
m_Colors:
- _Color: {r: 0.20155449, g: 0.3200159, b: 0.4056604, a: 1}
- _Color: {r: 0.21380165, g: 0.113978855, b: 0.3207547, a: 1}
m_BuildTextureStacks: []

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public override void Bake(PhysicsBodyAuthoring authoring)
});
AddComponent<PhysicsRootBaked>(entity);
AddComponent<PhysicsCollider>(entity);
AddBuffer<PhysicsColliderKeyEntityPair>(entity);
}

if (authoring.MotionType == BodyMotionType.Static || IsStatic())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ ShapeComputationDataBaking GetInputDataFromAuthoringComponent(PhysicsShapeAuthor
});
AddComponent<PhysicsRootBaked>(entity);
AddComponent<PhysicsCollider>(entity);
AddBuffer<PhysicsColliderKeyEntityPair>(entity);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ bool rebuildOrientation
height = props.Height;
}

internal CapsuleGeometryAuthoring GetCapsuleProperties()
public CapsuleGeometryAuthoring GetCapsuleProperties()
{
GetCylindricalProperties(
m_Capsule, out var center, out var height, out var radius, out var orientationEuler, m_ShapeType != ShapeType.Capsule
Expand Down Expand Up @@ -610,7 +610,7 @@ internal void SetBox(BoxGeometry geometry, EulerAngles orientation)
SyncSphereProperties();
}

internal void SetCapsule(CapsuleGeometryAuthoring geometry)
public void SetCapsule(CapsuleGeometryAuthoring geometry)
{
m_ShapeType = ShapeType.Capsule;
m_PrimitiveCenter = geometry.Center;
Expand Down
4 changes: 2 additions & 2 deletions Assets/Settings/URP/URP-HighFidelity-Renderer.asset
Git LFS file not shown
30 changes: 15 additions & 15 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,28 @@
"com.unity.2d.sprite": "1.0.0",
"com.unity.cinemachine": "2.9.7",
"com.unity.collections": "2.1.4",
"com.unity.entities": "1.0.10",
"com.unity.entities.graphics": "1.0.10",
"com.unity.ide.rider": "3.0.22",
"com.unity.ide.visualstudio": "2.0.18",
"com.unity.entities": "1.0.11",
"com.unity.entities.graphics": "1.0.11",
"com.unity.ide.rider": "3.0.24",
"com.unity.ide.visualstudio": "2.0.20",
"com.unity.ide.vscode": "1.2.5",
"com.unity.learn.iet-framework": "3.1.3",
"com.unity.logging": "1.0.11",
"com.unity.mobile.android-logcat": "1.3.2",
"com.unity.netcode": "1.0.11",
"com.unity.physics": "1.0.10",
"com.unity.render-pipelines.universal": "14.0.7",
"com.unity.services.authentication": "2.5.0",
"com.unity.services.multiplay": "1.0.4",
"com.unity.services.vivox": "15.1.180000-pre.1",
"com.unity.shadergraph": "14.0.7",
"com.unity.netcode": "1.0.12",
"com.unity.physics": "1.0.11",
"com.unity.render-pipelines.universal": "14.0.8",
"com.unity.scriptablebuildpipeline": "1.21.7",
"com.unity.services.authentication": "2.7.2",
"com.unity.services.multiplay": "1.0.5",
"com.unity.services.vivox": "15.1.210000-pre.1",
"com.unity.shadergraph": "14.0.8",
"com.unity.terrain-tools": "5.0.3",
"com.unity.test-framework": "1.1.33",
"com.unity.test-framework.performance": "3.0.0-pre.2",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.4",
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.5",
"com.unity.timeline": "1.7.5",
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.6",
"com.unity.transport": "2.0.0-pre.8",
"com.unity.ugui": "1.0.0",
"com.unity.visualscripting": "1.8.0",
Expand Down Expand Up @@ -58,6 +59,5 @@
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
},
"enableLockFile": false
}
}
Loading

0 comments on commit 88b993e

Please sign in to comment.