Chain in 2D top down perspective.
So I have my android game, it's called Racers, and I want to add a new weapon. The weapon should be a rope or chain with maybe like a heavy steel ball on the end. The chain is fixed on the racer. I...
View Articlefifishing line with line render?
hello everyone. i'm working on a simple fishing game now, and i have a problem to create a fishing line attached to the rod, it's a good approach to use a line render?
View ArticleClimbing a HingeJoint "rope"
Hi, I am currently making a rope/grapple swinging system. I am using a hingejoint as the point the character swings from the current problem I am having is that I can't find away to make the character...
View ArticlePlayer connecting two objects ingame with rope
Hi! I'm kinda new to Unity and trying to figure out what would be the best way to make the player being able to connect two objects with a rope. For an example situation: The player and a ball are on a...
View ArticleRope & Character controller ?
Hi everyone, I'm working on a *rope mechanics* on my game. I've seen so far solutions for ** RigidBody ones**, with *hinge joint*, but what about **Character controller** ? is it possible ? I'm...
View ArticleCreating a dynamic fishing line with line rendering, but the last segment is...
I'm trying to get a good fishing line working - and it feels like it's almost there. Following an old Reddit post in the Unity sub, I was able to take the advice and write a class that has a starting...
View ArticleFishing Rod line extending and retracting
I'm not sure if my last question was posted, since last time i tried this unity basically ignored my existence. So i'm going to ask one more time in a different way. I understand that a rope is...
View ArticleChange Script so that the object's position can be modified in the...
Hi! I have a script that I got from elsewhere that I want to modify so that I can freely move the object at the end of the line around, but I'm unsure as to how to do that since I didn't write the code...
View ArticleHow to create a freely swinging "rope" of modifiable size between two rigid...
Hello, I'm relatively new at this and I'm looking for a way to make a simple "rope" between two rigidbodies that can have its size changed in-game, decreasing or limiting the distance between the...
View ArticleSwinging too long HingleJoint
Hello, I am doing a metal rope for a crane, but when moving the first segment, the rope swings heavily. How to make a quick damping swing or so that the rope does not swing so much?...
View ArticleHow to swing with a rope like Spider-Man in Unity3D
I'd basically like to shoot ropes at a specific angle and attach to any items with the tag (Wall) and stay hooked until you let go, at the same time allowing you to swing from them and automatically...
View Article2 Hinges on the same object, like a swing.
Hi guys, Hope you're well, Could you please help me with my below situation ? I'm trying to make a kid swing with 2 ropes, but the second 'rope' will never stay connected and I can't find a way to have...
View ArticleI want to create a game like stage 05 of Circus Charlie (an NES game) but i...
I need to make a game in which a guy jumps from one swinging rope to other for a limited time otherwise it is game over. I'm very new to Unity, can somebody guide me on creating the whole game? I...
View ArticleHow do I implement rope collision?
So for my game the players head and body are attached by a rope. I have the rope part working by following this tutorial https://youtu.be/FcnvwtyxLds My issue now is getting the rope to collide with...
View ArticleObi Rope Photon Unity Networking2
Hi, I am using ObiRope in my project where the movement of the obi rope needs to synchronize between two clients and the server. We are using PUN2 for networking. I am able to see the rope in the...
View ArticleHow can you make a rope like this without joints?
I am trying to make a rope like this. I have tried to raycast from the ball tracing points backwards as I move and draw it with a line but it is really complicated once you start moving back...
View ArticleI have a problem with my mooring system for my ship sim
I have already made a a raycast system with lists and everything with line renderer , the line (line rederer) works fine with pairs and i can add many from the same spot. We have Port points and ship...
View ArticleVerlet Elastic Collision
Hey all, I'm working on a game and over the last few days I've taken a script from [here][1] about making rope bridges using verlet integration. So far I've added a 2D edge collider to the object and...
View ArticleFake Rope Wrap with Trail Renderer
Hi. I need some help for my project. I'm tyring to fake rope wrapping with trail renderer and wrap the trail around a cylinder and using bakemesh for creating the rope and also wrapping around that...
View ArticleLinerenderer BUG,Problem with the LineRenderer..
Hello, I try to implement a grappling in my game, and it works. I just have a problem with the line renderer, I thought that it will be the easiest part. The thing is that my line won't render all the...
View ArticleUnbreakable joint 2d
Hi, can i create or script unbreakable joint to make rope? Want using rigidbody2d with parent object to calculate physics on creating rope on each part making chains of objects. Now im trying hinge...
View ArticleHow to build upon Jongallant's verlet integration rope project
In order to build 2d rope physics in my game, I download the github project from Jongallant in this [link][1]. In my game, I want the rope to collide with objects with differents types of colliders...
View ArticleHow can I allow the rope to correctly interact with Box and Polygon colliders?
In order to build 2d rope physics in my game, I download the github project from Jongallant in this [link][1]. In my game, I want the rope to collide with objects with different types of colliders such...
View ArticleSwing between two points
I have two positions. One is a stationary point. I have a line renderer that I draws a line between the two of them. I wan't the second point to swing from the first point like its the end of a rope,...
View Articlehow can i limit my rope?
I have a rope generated by pure code in a script to do a fishing line, the problem here is when i put the fishing buoy on the rope tip, the rope stretches infinitely and i want the buoy hanging Thanks...
View ArticleHow to make rope as in the video ?
I want to make rope as in the video. I tried to make with character joint and rigidbody but it was way more heavy for mobile. https://streamable.com/orfby2
View ArticleObject that can rotate freely around a center
Have a nice day. I'm trying to make a game like Hammer Fight, but I have no idea how to make a hammer. When the vehicle moves, the hammer should be able to rotate or swing freely around the vehicle by...
View Articleline renderer collision detection in 3D
hello guys so i been using the code down below to simulate a rope physics .based on this tutorial https://www.youtube.com/watch?v=k32g4ujzxP0&t=55s currently it uses edge collider 2d to detect...
View ArticleVerlet physics fishing line 2D
Trying to get a fishing rod working in 2D and found this promising looking method [here][1] using verlet physics, unfortunately it doesn't go into how exactly it's utilized. It mentions having an array...
View ArticleLineRenderer physics
Hi everybody, I want to create line control like this game: https://play.google.com/store/apps/details?id=com.weegoon.thiefpuzzle&hl=vi&gl=US I used linerenderer and Physics2D.RaycastHit to...
View Article