I get that there's multiMeshInstance, but let's say I wanted to animate 1000+ soldiers with skeletal animations. Trying to do this the standard way isn't very feasible even with LOD, culling, and imposter sprites, because the game will fall over if all the units are in close proximity. I'm going to try to see if I can take an existing opengl instancing demo and apply it to godot somehow.