Collision between rigid body zombie characters.
Hello, I want to remove the collision between a couple of characters I have (zombies). I instantiate them on the fly, and would like to make it so that they won't collide with each other. I have been...
View ArticleRigidbody+collider conflicts with ragdoll structure
Hello, the commUnity! :) Currently I'm working on a character controller system, based on using Mecanim (animations move the character). So I've watched this [tutorial][1] and made practically the...
View ArticleMake Body go limp after dead
Ok, so I'm workin and an fps survival type game. I have a healthh script and when my health < 0 it call a "Dead" function and will destroy game object. How would I script it to go limp (Like...
View Article2d ragdoll, where to start?
In my current project I need to implement a 2D ragdoll. But, I have no idea how to go about this, or even where to start. After some fruitless Goggling I figured I'd ask someone who knows about this,...
View Article2d ragdoll joint connection.
Im trying to figure out how to link the joints of a 2d ragdoll like [this ragdoll][1] should i use joints, and if so which joint would be best for making sort of a pin connection where the 2d planes...
View ArticleHow to apply joint's inverse forces to another body
I have a ragdoll set up with a kinematic body (hand target) connected to the hand using a configurable joint. When I move the hand target, the hand is pulled along as expected my the physics joint....
View Articlehow to detect when something is grounded?
I'm working on a ragdoll system that transitions players from ragdoll to getting back up. How can I find if the ragdoll is on the ground and what his velocity is? So if he is moving faster than x or...
View ArticleCharacter Joints, twist and swing
First, I should mention that I'm working on trying to make a 2d character ragdoll. Getting started was fairly simple, I used the ragdoll wizard, constrained movement to only the x and y axis, while...
View ArticleSwitching Animator on/off
Hi everybody! I have a character, controlled by mechanim animator+script. I'd like to have an opportunity to switch animator off and then to switch it on. The first issue is easy, but I haven't managed...
View ArticleRagdoll Problem
Hi Guys, I am having this ragdoll issue from time to time, it's random... it's like the physics goes crazy because the ejected shell also flies in a crazy way. Please take a look at the video:...
View ArticlePositioning / Tearing Apart Ragdolls in Edit Mode?
Hi, I'm trying to make a gory scene. I've got several ragdoll prefabs set up to use, but when I drag them into the scene, they are always in the T-stance. I am wondering, is there a way that I can drag...
View ArticleRagdoll driven game
Ok, I'm working on a pvp based fantasy game with hit detection, and ragdolls. :) **I got the following scenerio:** - All player characters (later maybe the mobs too) are ragdolls. - The character...
View Article2D Ragdoll
Hi all, I have searched and searched and I can't find a solution to this. I'm creating a 2D sidescroller with Unity, and I want to create a 2D character with a running animation and ragdoll physics...
View ArticleIs using ragdolls practical on mobile devices?
I want to have enemies turn into ragdolls when they die (and possibly use ragdolls to implement dismemberment) but I am developing for android. Will performance suffer too much from the use of ragdolls?
View Articleforce before ragdoll
I have a character that has a head collider on it, so when it is shot in the head, it accesses another script that turns it into a rag doll. below is the part of the script that receives the shot and...
View ArticleHow do I make and object fall through the floor after a specific time?
When I kill the enemy NPC, I instantiate a ragdoll gameObject with this script attached. I need the ragdoll to fall through the ground after a second, then destroy itself a second later. I have made a...
View ArticleRagdoll collision precision
Hi, I am making some ragdolls for my game and I have a couple of questions. The actual physical representation of the ragdoll is just an approximation? or is it the actual skinned model? Primitives...
View ArticleRagdoll going through wall
I have a non-humanoid ragdoll and a simple scene to drag it around using DragRigidBody.js. The movement is restricted on the bottom, left and right by using walls (kinematic box colliders with...
View ArticleHow do I ragdoll a dog?
I have no trouble ragdolling humans; but how would I go about ragdolling a dog?
View Articleragdoll for animals
Please i tried to make a ragdoll for an animal npc but it just deformed it in a weird way, is there any technique i can use to make a ragdoll for an animal thanks
View Article