79827995

Date: 2025-11-23 17:04:35
Score: 1.5
Natty:
Report link

The issue happened because I repositioned the sphere before adding it as a child. The repositioning triggered an unwanted collision event, even though the collision filter itself was correct.

A safer workflow during collisions is:

This prevents accidental collision callbacks during the attach sequence.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: swiftIos