suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
49 stars 11 forks source link

On the mobile side, when I click the attack button, it will trigger both the attack and the move action. #2457

Closed 53957105 closed 2 months ago

53957105 commented 2 months ago

By clicking the attack button, the character automatically selects the target and moves towards it, but because another click on the ground is triggered, the character loses the target and moves towards the white mark

https://github.com/suriyun-production/mmorpg-kit-docs/assets/8380930/bc69a351-36e2-47d4-9620-93c450bd55c1

insthync commented 2 months ago

It might have to attach a component to tells that it is blocked UI, I cannot remember it's name, please wait, I will check it

Eniotnacram commented 2 months ago

By clicking the attack button, the character automatically selects the target and moves towards it, but because another click on the ground is triggered, the character loses the target and moves towards the white mark

QQ.20240425160339.mp4

It's not happening in default kit is it? Im pretty sure the block UI is setup in UIGameplay and it prevent this from happening by default.