so after reading many posts on the internet saying that you should aim for having transform.localscale = Vector3.one, i wrote a script that at the start of the game resizes all meshes and colliders according to their transform.localscale and then set the transform.localscale to 1,1,1.
but i see no difference in the performance of my game. is in unity 5 at least in theory any benefit to not resizing objects via transform.localscale or was this just a unity 4 thing?