- Home /
Instantiate 3D object to mouse position.
Ok, what im trying to do is to instantiate an animated FBX object that will work as a 3d button/menu.When i click the mouse button it should instantiate the object to mouse position. I know how to do it with a GUITexture, but since native GUIElements is harder to work with dynamic animations i've choose to try a "3D GUI system", so if you Jedi masters could help this young Padawan it'll be great.
Thanks :D
Answer by robertbu · Aug 30, 2013 at 11:19 PM
If you type your "Instantiate 3D object to mouse position unity3d" into Google, you will find a number of hits with different kinds of solutions depending on the situation. Here is one that might be what you are looking for:
http://answers.unity3d.com/questions/119683/instantiate-object-at-mouse-position.html
Your answer