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
48 stars 11 forks source link

Feature request: Multiple idle animations #1302

Closed vaughanb closed 1 year ago

vaughanb commented 2 years ago

Please change idle animations to be an array so we can add more than one and have them randomly selected.

LordPhrozen commented 2 years ago

Yes please.

insthync commented 2 years ago

So the random idle state has to be synced with other clients?

vaughanb commented 2 years ago

Ideally it should be synced somehow. Although, since it's just an idle state, I doubt it would ever be an issue if it wasn't.

On Thu, Dec 2, 2021 at 4:14 AM Ittipon Teerapruettikulchai < @.***> wrote:

So the random idle state has to be synced with other clients?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/suriyun-production/mmorpg-kit-docs/issues/1302#issuecomment-984530988, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABOBODV2A7QAA5BZLUWBHTLUO5IKXANCNFSM5IZOAOWA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

LordPhrozen commented 2 years ago

I'd say anim-sync is far less of a concern.

Personally Id set up 8 of the same animation, and 3 unique ones ( cracking knuckles/neck, seeing something fly by, etc) to have the more 'event' ones spaced out from the normal idle.

idk if i would be concerned about idle anim syncing, unless your players are trying to line up funny screenshots.