- Home /
Pick up a rigidbody and have it remain still? (java)
I am very new to programming, and I have tried for hours trying to get this to work how I want (to no avail)
I need to be able to pickup a rigidbody when the mouse button is pressed, and have it remain in the bottom left corner of the screen, and drop it when the mouse button is pressed again.
In future, I will be rotating these objects to allow the player to build, but for now, I just want to be able to pick things up.
Any help will be greatly appreciated ^^
Thanks - Blaze
You need to tell us what you've tried and why that didn't work. Also, Unity 3D does not support Java, it supports a modified version of JavaScript.
What have you tried? (as matt said as well as why did it fail)
If I follow your story you want the picked up item displayed as a GUI item?