unity-jtween
unity-jtween copied to clipboard
TransformAccessArray will not be resized if capacity exceeded
Summary
The TransformAccessArray for single and batch tweens is set to an initial capacity of 10K. If this capacity is exceeded, it would likely cause a fatal exception. When creating new tweens, this should track the current capacity and resize if needed.