Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  some questions..
#1
hi,

i have some questions

1. how to reset the rope. with reset tear.

2. a error is occured always in the Unity Editor(2018.2.6f1).
 - "Menu Component/Physics/Obi/Obi Particle Renderer can't be checked because doesn't exist"
 what is this?

3. i click to preview play button. and then the unity editor is crashed in almost cases.

and when i set the Time.timeScale is lower than 1, the rope motion is not smooth.. how can i improve smoothmess?
Reply
#2
(14-09-2018, 08:42 PM)excellency Wrote: hi,

i have some questions

1. how to reset the rope. with reset tear.

2. a error is occured always in the Unity Editor(2018.2.6f1).
 - "Menu Component/Physics/Obi/Obi Particle Renderer can't be checked because doesn't exist"
 what is this?

3. i click to preview play button. and then the unity editor is crashed in almost cases.

and when i set the Time.timeScale is lower than 1, the rope motion is not smooth.. how can i improve smoothmess?

1.- Rope tearing cannot be undone at runtime, you should simply destroy and re-instantiate the rope.

2.- This is a bug in Unity:
https://issuetracker.unity3d.com/issues/...or-message

3.- Can you send the crash logs?

(14-09-2018, 08:42 PM)excellency Wrote: and when i set the Time.timeScale is lower than 1, the rope motion is not smooth.. how can i improve smoothmess?

Set the ObiSolver interpolation mode to "Interpolate":
http://obi.virtualmethodstudio.com/tutor...olver.html
This works the same way as Unity's rigidbody "Interpolate" mode:
https://docs.unity3d.com/ScriptReference...ation.html
Reply