Pasting code

Hi to everyone
I am new with Unity and I guess I will be using this forum A LOT:smile:

I had the experience of needing to type here the whole code in order to ask, but I can see that people use just past the code, how you do that? I have tried to paste a picture (clicking the icon above, but nothing happens)

Thank your time

I dont really get what you want :confused:
do you mean this

void Update()
{
    // some fancy code
    transform.posion = new Vector3(1, 1, 1);
}

… if so then follow this link http://forum.unity3d.com/threads/134625-Using-code-tags-properly

Thank you very much, yes this is what I meant, is very tiresome to type code :smile::p:smile: