AnimatableList

We can not animate Array and List in Unity.

AnimatableList is an easy solution for this problem.



Note: It is not a replacement for List or Array. You shouldn't change all your Array and List to AnimatableList. You can only use it if you want multiple animated values.