- Home /
Grapple gun help
Hi, Im still a beginner at this coding within unity and I was wondering if I could have some help to make a grapple gun. So I press the q key and the player flies toward the connected wall and then when I release the q key the player will release the hook and start to drop. I know this is an unreasonable request but all help will be highly appreciated. Thanks
Have you even tried to do this? Did you do a Google search? No one is going to write an entire script for you if you are just not going to try or even show us that you attempted this. Also, if you cannot do that, maybe you should try some easier projects and work your way up.
Answer by sacredgeometry · Sep 27, 2013 at 08:01 AM
Here are three things that might help you get started
http://docs.unity3d.com/Documentation/ScriptReference/Vector3.Lerp.html
http://docs.unity3d.com/Documentation/ScriptReference/RaycastHit-transform.html
http://docs.unity3d.com/Documentation/Manual/Coroutines.html