Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  WrapTheRope DEMO always passed the WrapPeg
#1
We just purchased and want to use the Wrap mode, but when we tested the Demo WrapTheRope , the rope just passed the Peg easily...
what should I do to prevent this?

VIDEO:
https://drive.google.com/file/d/1f1lWeBv...sp=sharing
Reply
#2
Hi,

Depends on your project's timestep settings. Increasing the amount of substeps used (ObiFixedUpdater component) will usually solve this. More substeps will be needed the larger your timestep is.

Unity's default timestep value is 0.02 (Project settings->Time->Fixed timestep). With the default value this is the results you should get:


See:
http://obi.virtualmethodstudio.com/manua...gence.html
Reply