This commit is contained in:
CortexCore
2023-10-04 16:50:27 +08:00
parent 947e52e748
commit 5cd094ed9a
263 changed files with 144068 additions and 66 deletions

View File

@@ -45,7 +45,10 @@ namespace Lightbug.Utilities
{
var otherCollider = FilteredOverlaps[i];
if (otherCollider == collider)
// if (otherCollider == collider)
// continue;
if (otherCollider.transform.IsChildOf(collider.transform)) // <---- New
continue;
if (otherCollider.isTrigger)