Perfare / AzurLaneLive2DExtract

OBSOLETE - see readme / 碧蓝航线Live2D提取
MIT License
266 stars 46 forks source link

[Request] Motion's UserData restoration #4

Closed Yukariin closed 5 years ago

Yukariin commented 5 years ago

Current implementation is hardcoded to UserDataCount=0 and TotalUserDataSize=0. But according to Unity SDK it converts motion's user data to AnimationEvent related to motion's AnimationClip. Where event's time is UD time and stringParameter is value. In Azur Lane's L2D setup all motions except idle has an animation even that calls OnFinishAnim with motion id as arg. Which runs idle animation by default.

Perfare commented 5 years ago

AnimationEvent has been implemented and has improved a lot of other things.