3d Object attach to mouse

Hello Everybody,

I have a little question for you... I want attach a 3D Object to mouse... I can attach a texture, or gui to mouse with this codes but i need attach and 3d object to my mouse...

My Codes ;

GUI.Button (Rect(mousex,mousey,50,50), Obje);

or

GUI.DrawTexture(Rect(vectorx-15,-vectory + Screen.height-15,30,30),texture);

but how can i attach a 3D object to my mouse?

Can you help me ?

Problem Solved!