Are vector3 animations split up into component animations?

I was having a bit of a silly goofy time and I managed to run into a limit of defold: animation buffer full at 65k. However, I “only” started 20k position animations. When using go.animate with position as the property, is that split up into one animation for x, y and z respectively under the hood?

Yes, that is correct.

2 Likes