BatchUpdateInstancesTransforms causing stuttering with large amounts of instances

The only set back with not using BatchUpdate is that PartialNavigationUpdate() gets called for every instance in UpdateInstanceTransform() which is somewhat futile, as it needs to get called just once for every instance.

1 Like