You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JiepengTan
changed the title
Collision detection: The shark fails to reach its target during step
Collision detection: The dragon fails to reach its target during step
Nov 19, 2024
The reason for this issue is that the sprite's collision detection isn't updated immediately after the character's position changes. This results in a problem where collision detection only occurs during rendering. At that moment, the character might not actually collide with the target,
leading to the rendered character being quite far from the target, which causes a noticeable difference from the Spx1
test project : tutorial/02-Dragon
The text was updated successfully, but these errors were encountered: