Rigidbody causes ragdoll character to fly
Hi, I've created character in Blender, rigged it, animated in Mecanim and wrote scripts to control the character. Everything works great, but when I added ragdoll something went wrong. When character...
View ArticleRagdoll created - How to move arms only ?
Hello guys! I've set up a ragdoll prefab for my character. What I want to do is : - Instead of messing around with Mecanic to create an idle animation, I want my character to stand still and move arms...
View ArticleUnity3D C# ragdoll
Hello, I was so tired of my unity game until I managed to create a ragdoll out of my robot and now I'm going to try create a health script for this Robot and if health is less or equal to zero, he...
View ArticleHow can I make character become a ragdoll with isKinematic?
I've been trying to create a script that makes my Player become a ragdoll when you press the space bar. The Player has a ragdoll with each limb having isKinematic to true. Basically, I want to have it...
View ArticleImplimenting RagDoll physics with Spine Skeleton?
I am using Esoteric Spine to animate the 2d characters in our game which are then imported into Unity. I've posted on the Spine forums but haven't gotten much help there so I thought I would ask here....
View ArticleHow to make a ragdoll not rotate but still be non kinematic?
I have made a video describing the problems. https://www.youtube.com/watch?v=xxWD_9d0Jnc&feature=youtu.be [link text][1] I want to make a character system, composed by a ragdoll that can move, but...
View ArticleMove a specific part of a ragdoll, and the rest of the body follow.
I have a ragdoll, but when it moves it crawls like a reptile, and acts like a ragdoll off course, but with movement. How can I move only one part (rigidbody) of the ragdoll and make the rest follow it?...
View ArticleHow can I check if the ragdoll is grounded?
How can I check if the ragdoll is grounded?
View ArticleHow can I cast a ray from a ragdolls child bone? And disable the rest
I know you can cast a ray from the rigidbody, but if i am using a ragdoll with a lot of rigidbodies and colliders, how can I choose only one part of the armature, lets say the hips(I mean the hips...
View ArticleUnity3D enemy AI ragdoll
Hello guys, I got a problem with my enemy AI / ragdoll, when the enemy AI dies, he gets replaced by a prefab(ragdoll) and that works perfectly except one thing, the ragdoll spawns in the T-position and...
View ArticleAnimating Ragdolls
Hey, I have a question about animating ragdolls. I know how to make a ragdoll using Unity's wizard. I also get how to make it transition from Mecanim to ragdoll by disabling/enabling the animator and...
View ArticleWhats the right way to have animations and a rag doll on the same NPC?
I have an NPC character, that I want to react properly to gunfire and as such have a full biped skeleton, animated, imported from 3dsmax, etc. When I just apply the ragdoll to the NPC, and map it, of...
View ArticleUnity3D grenade not exploding correctly
So I have my grenade script, and its working but not great. I got my ragdoll that Im testing the grenades on and that ragdoll is moving in the direction that Im throwing from, even if I throw a grenade...
View ArticleHow to create a detailed ragdoll?
I'm trying to make a toribash style game where bullets are fired at the player and he must move each separate joint and limb to dodge the oncoming bullets, but i've ran into some problems while...
View ArticleProblem with explosion
I got a AI which turns into a ragdoll on Death, I recently made a bomb that I can throw and detonate on input. as I want the AI to react to the explosion and fly away when I trigger the bomb. I tried...
View ArticleSet the ragdoll position
Hi, I have a soldier's gameobject, and when his health goes to 0 I destroy this gameobject and I replace it with a soldier's ragdoll, the problem is that I want that the instantiated ragdoll has the...
View ArticleLong project, little time to complete it.
I'm a 15 year old developer and recently, i've been going to a programming class called "Coderdojo". So what they've done is they've said that we are going to be creating our own projects instead of...
View ArticleAnimation to Ragdoll then back to animation
Hello, I've been working on a combat system for my game, I want to activate a ragdoll when a player is hit by a weapon giving it a impact effect, the only problem is i cant find a way to go from an...
View ArticleFrame Rate Drop when Ragdoll activated
So in my game at the moment, I have raptors that are from a prefab all over the stage. Once I kill one, the ragdoll is activated and the raptor dies, but for some reason, when ever the raptors are...
View ArticleWhich is the best joint to use for create a Ragdoll in Unity 4.3 (2D)?
**Hi**, well, I want to know which is the best solution (the best joint) to create a ragdoll in Unity 4.3 (2D version)... I had searched into docs, and I saw the 4 classes that contains Joint2D...
View Article