Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wrongs! Falling humanoid softbody
#1
Exclamación 
Hello!) Thanks for the plugin. What you have done is really cool and I would really like to make games with your plugin. However, bugs stop me. Perhaps I'm doing something wrong.

Unity 2020.3.41. There are the following problems:

1) There is a SoftbodyRagdoll character on the Main stage. With timeScale = 1, there are no problems. However, in a future game, we will have time scale. When slowing down, you can see that the character's limbs are lags. It looks like interpolation doesn't work for limbs. Although it is enabled for both Solver and Rigidbody components of all body parts. Also, I encountered the fact that the character blurs during the fall, but I solved it as recommended here http://obi.virtualmethodstudio.com/forum...erpolation. So as I understand it is not a problem of the order of calling the physics Unity and Softbody.

2) blueprint 19_0_48_skeleton is now used for SoftbodyRagdoll. If you select the blueprint 19_0_48_skeleton, leave exactly the same values, pass Armature_Mesh in the field Mesh and Skeleton, in the RootBone select Hips and press the Generate button, and then in the scene "Bind Skin ", then the character mesh will break. At the same time, if you do the same only for the new blueprint, then everything will work for you the same way it works now. Why is this happening? Is this how it should be?

3) There is a Blueprints folder in the project. All blueprints created in it were made from the Armature_Mesh object. Why, if you put them on a character, they will break his grid? I've tried different values for Solver.ShapeMatching.Iterations

4) I use Softbody. It doesn't use Ragdoll however I also fail. He becomes invisible

Here link on zip project and video error https://drive.google.com/drive/folders/1...sp=sharing

Thanks for the help!
Reply


Messages In This Thread
Wrongs! Falling humanoid softbody - by Eeggoorr - 09-12-2022, 09:02 PM