#I think theres something wrong in colliders i need help
1 messages · Page 1 of 1 (latest)
Show me the PlayerCombat component in the inspector please.
like this?
Yes
Can you select the "AttackPoint" object and show me a screenshot like this one before?
Is the "Enemy" layer attached to the enemy?
yes
There are two possibilities:
- Either the radius is too small (try to increase the radius)...
- ... or, in case the sword is supposed to move in an animation and you are expecting the "AttackPoint" to move along, this "AttackPoint" doesn't move along, respectively, you call the
OverlapCircleAllmethod right after triggering the animation, meaning you don't wait for it to finish. Is that the case? Are you expecting the sword to hit the enemy?