Distribute distances between configurable joint links
Ive got a rope that Im making linking cubes together using configurable joints and drawing a line renderer over the whole thing. This works just fine in most instances. Im manipulating both ends to...
View ArticleRope Climbing issue?
hello .recently i decided to add chain (rope) to my game and i ended up![alt text][1] with this: [1]: /storage/temp/89223-ask.png i used HingeJoint2D to make the chain. my idea for player swinging with...
View ArticleGrappling hook script not working, HELP!
I'm using this script: using System.Collections; using System.Collections.Generic; using UnityEngine; public class GrapplingHook : MonoBehaviour { private bool grappling; private HingeJoint grabHinge;...
View ArticleCreate a 2d rope?
Hello. How do i create a 2D rope? I also need this rope to be expandable and retractable. How can i do this?
View ArticleGrappling Hook problem with android touch
***So i had a grappling hook working for pc and now I want to port it to android using touch input on the mobile however im having a problem where it wont work the same as the mouse as in when i would...
View ArticleHow to make a seamless rope?
I am building a rope in unity following this tutorial: https://www.youtube.com/watch?v=ize_B8DCJkY It uses character joints attached to capsules (in my case, cilinders) to create a rope. My main...
View ArticleChecking if a 2D joint gets pulled or pushed
Hi there, I'm working on a rope swing game. I'm using a Spring Joint for the rope and I would like to check, if the joint is getting currently pulled (if the character "hangs" in the joint) or if it...
View ArticleHow to shoot spider man webs?
I'm beginning development of a Spiderman VR hobby project, and have run into a problem. I myself am more well versed with Autodesk Maya so creating game assets isn't to difficult for me, although when...
View ArticlePulling objects towards eachother?
Hi! :) I'm doing a Kart Racer and one of the weapons you'll be able to pick up is a grappling hook used to pull yourself up to the nearest enemy. I've been struggling for a while with this now. I could...
View ArticleMake hingeJoint2D fixed lenght
Hi everyone, I am trying to make a rope out of hinge joints 2d, but they act as they are expandable. They stretch, when a bigger force is applied to them. Is there any way to disable this behaviour?...
View ArticleCrane cable extension and retraction
This crane has a hanging mass (the claw) suspended from cables. https://www.youtube.com/watch?v=y9WMV6JsrnQ How is the cable extension / retraction accomplished? Is it as simple scaling the cable...
View ArticleHow to get ball and chain effect like in SkullChainz?
https://chaoclypse.itch.io/skullchainz I've been searching many forum posts and trying many ways to work with Unity's 2D physics engine but I just can't get an effect similar to the one in the game...
View ArticleMaking Rope mesh to edit vertices. how?
I'm making simple physical rope. it's almost done. except about the rendering... of course i made with Line renderer already. but it's not looks good. My current rope : https://imgur.com/Dc9mrC8...
View ArticleHow do I make nonstretchable rope with Configurable Joints?,How do I make...
Hello there fellas. I've been trying to make a Configurable Joint which will behave like a wire of some sort, but all i can get is something like very hard to stretch rubber. Here is how my joints look...
View Article2D wrapping a line around a collision object
Hey there Unity peeps. So, I have this 2d platformer made out of box colliders. I have the player connected to a point by a LineRenderer and a DistanceJoint2D, for use in physics puzzles. What I want...
View Article2D rope attached object has no momentum when swung
Hi guys, I'm currently trying to make a ball that is attached to a rope (made from 2d hinge joints) keep it's momentum when swung. The rope follows my mouse and when i move it around, i want the ball...
View Article2D swinging physics.
I want to make a 2D game where you need to get a ball to the goal by tapping to shoot a rope from the ball to something like a wall and get it to swing. The only issue is, I'm a Unity novice. How can...
View ArticleMaking a Vibraating string. Need Help!!
Well, I was trying to make a realistic string which vibrates, breaks, stretches, and collides with other strings, like spider web. By connecting each segments with spring joint, I could make a...
View ArticleHow do I make the length of my rope shorter
I picked up some code from a video that explained how to incorporate rope physics into my 2D game. Everything works as intended except for the fact that the length of the rope is too large for the...
View ArticleHow to make an object like rope to bend towards camera / direction light...
I am working on something similar to [this][1] where an object will bend towards a light source . [1]: https://www.youtube.com/watch?time_continue=267&v=HR9KHW-e0pY . Can it be achived on any...
View Article