Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Weird behaviour
#2
(16-04-2021, 08:28 AM)dhon2407 Wrote: Hi, I tried to create a simple rope with hanging object. I works as expect on the test scene, but on my game scene its acting weirdly.

Obi Solver, Obi Rope, OniCollisionWorld are on prefab. On my test scene the prefab is already on the scene hierarchy, but on my main game scene the prefab is instantiated on runtime.

Screencaptures : https://drive.google.com/drive/folders/1...sp=sharing

It's difficult to tell just from the video, but it looks like the rope is attached inside (or overlapping) a collider. This will cause a force-feedback loop, because the rope can't be simultaneously inside (that's what the attachment wants) and outside (that's what the collider wants).

The solution is to disable collision between the collider and the rope, using phases or deactivating the collider. See the last part of:
http://obi.virtualmethodstudio.com/tutor...aints.html
Reply


Messages In This Thread
Weird behaviour - by dhon2407 - 16-04-2021, 08:28 AM
RE: Weird behaviour - by josemendez - 16-04-2021, 08:34 AM
RE: Weird behaviour - by dhon2407 - 16-04-2021, 10:04 AM
RE: Weird behaviour - by josemendez - 16-04-2021, 10:11 AM
RE: Weird behaviour - by dhon2407 - 16-04-2021, 10:34 AM
RE: Weird behaviour - by dhon2407 - 20-04-2021, 10:35 AM
RE: Weird behaviour - by josemendez - 20-04-2021, 11:32 AM
RE: Weird behaviour - by dhon2407 - 20-04-2021, 11:51 AM
RE: Weird behaviour - by dhon2407 - 21-04-2021, 08:24 AM
RE: Weird behaviour - by josemendez - 21-04-2021, 08:31 AM
RE: Weird behaviour - by dhon2407 - 21-04-2021, 08:45 AM
RE: Weird behaviour - by josemendez - 21-04-2021, 08:59 AM