Skip to content

Commit 696ea01

Browse files
committed
Updating changelog
1 parent 4de2de9 commit 696ea01

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Bug Fixes
1111

12+
- [case: 1323666] Preventing to assign an empty mesh as MeshCollider.
1213
- [case: 1320936] Fixing 'ProBuilderize' action creating empty submeshes.
1314

1415
### Changes

Runtime/Core/ProBuilderMeshFunction.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,6 @@ internal void EnsureMeshColliderIsAssigned()
425425
#if ENABLE_DRIVEN_PROPERTIES
426426
SerializationUtility.RegisterDrivenProperty(this, collider, "m_Mesh");
427427
#endif
428-
429428
collider.sharedMesh = (mesh != null && mesh.vertexCount > 0) ? mesh : null;
430429
}
431430
}

0 commit comments

Comments
 (0)