Grab your Objects just the way You Want
Nov 24, 2023
In the previous article, we succeeded at making our gun handle grabbable but our hand was holding the gun an odd position so let’s discuss how we can fix that in this article.
The reason why that happened in the first place was because our hand’s transform point will align with the gun’s transform point by default so in order to fix that, we need to create an attach point on our gun.
Firstly, let’s create an empty object in side of the gun object and call it “AttatchPoint”. And I’m gonna position it slightly off the handle a little bit.
After that, drop it into the Attach Transform field and this will now make the gun grabbing look more natural.