mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-07 07:44:53 +08:00
Used a cached Transform reference instead of using the .transform property. ( This is recommended by Unity Tech. .transform is actually shorthand for a component lookup: GetComponent<Transform>() )