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>() )