[Bug]: moveToPosition is ignoring collisions
Closed this issue · 3 comments
MikaReesu commented
What happened?
Hello while using moveToPosition, I noticed that the ally was ignoring any collision and was passing through anything on his way.
Steps to reproduce?
Put collisions on the way of the component.
What did you expect to happen?
I expected the collision to be handled and the component to take a different route.
Bonfire version
3.0.3
Relevant log output
No response
RafaelBarbosatec commented
Hi @MikaReesu !
I didn’t can reproduce this bug. You did add the mixin BlockMovementCollision
in your Ally?
MikaReesu commented
I didn't know I needed it.
I will test more tomorrow and I will give you a feedback.
Thank you for your fast reply.
MikaReesu commented
Thank you it's working very well!