K0lb3 / UnityPy

UnityPy is python module that makes it possible to extract/unpack and edit Unity assets
MIT License
761 stars 113 forks source link

Support reading of AnimationEvent from AnimationClip #222

Closed ysmu closed 6 months ago

ysmu commented 6 months ago

Thanks for the great project!

Reference: https://github.com/Perfare/AssetStudio/blob/d158e864b556b5970709c2a52e47944d53aa98a2/AssetStudio/Classes/AnimationClip.cs#L1036-L1051

K0lb3 commented 6 months ago

Looks good, thanks.