1: var texture :Texture ;
2:
function Start () {
4: renderer.material.mainTexture = texture ;
5: renderer.material.color = Color.green ;
6: }