And or populate all the splineKnots without calling dirty?
I noticed a lot of overhead when setting each knot individually, I can set the entire Knot array, but this creates garbage as it re-creates the list. The fps is def lower but at the cost of knot array garbage.
Both from the spline.Knots being re-created and the nativeArray of modifiefd knots im using being converted ToArray()