Utopia42-club / utopia42-unity

Utopia42 multi platform Unity client
https://utopia42.club
2 stars 1 forks source link

Block Collision issue #73

Closed MargaretHowe closed 2 years ago

MargaretHowe commented 2 years ago

On the https://app.utopia42.club/game map. One of the testers reported this block collision issue. The tester is using the EDGE browser.

wyxir

from User Testing July 28, 2022

rasoulMrz commented 2 years ago

I don't think this is a bug, here is an explanation of how the system works:

  1. We detect the running/walking state by user input (holding SHIFT)
  2. Player tries to move toward your mouse look direction

In the reported situation, when you hold down "SHIFT" you will see the running animation. and the player tries to move toward your mouse look; but as it is facing a wall, all the force that is directed to the wall gets canceled and just a tiny force towards right or left (depends on mouse direction) remains! so you will see your player moving slowly in that direction.

With these physics in mind, I don't think that the reported observation was unexpected or a bug! if you still think that this behavior is too annoying, we can discuss it further.

MargaretHowe commented 2 years ago

Ok, I have passed this info on to the tester. Thank you.