C# Unity: How do I make Grappling Hook swing from building to building?
I need to make a ‘Spiderman’ game using Raycast to make my character move with a grappling hook/spiderweb swinging motion, and I need to use a linerenderer to show the spiderweb. With my code below, the linerenderer is shown and hangs on to a building when I press control, but my player still can’t swing. How do I make my player swing from building to building using the linerenderer?