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

"Do not random animation" not working #2423

Closed gochaboy1 closed 4 months ago

gochaboy1 commented 4 months ago

Most often 2 animations are used and 1 animation can be repeated several times in a row.

https://github.com/suriyun-production/mmorpg-kit-docs/assets/41185982/85254a8a-86c1-405e-bd5f-cc77c81d7f63

insthync commented 4 months ago

How about animationResetDelay setting?

gochaboy1 commented 4 months ago

How about animationResetDelay setting?

I tried doing the values 1 2 3 4 5, but the result is the same

insthync commented 4 months ago

Can you help me try to debug it by just write log message _lastAttackAnimationIndex , time - LastAttackEndTime

gochaboy1 commented 4 months ago

Can you help me try to debug it by just write log message _lastAttackAnimationIndex , time - LastAttackEndTime

I can provide you with anydesk

insthync commented 4 months ago

Are you available in next 4 hours?

gochaboy1 commented 4 months ago

Are you available in next 4 hours?

Yes

gochaboy1 commented 4 months ago

it was my mistake, everything works correctly