Also updated example projects for spine-unity and spine-tk2d, but no meshes, FFD or skinning for those two yet.
2 -> 2.1 (clearer how permission is granted, formatting).
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>() )
closes #166