Posts: 18
Threads: 7
Joined: Aug 2017
Reputation:
2
I changed the curve of my rope and I see the update in the editor when i click to Initialize. Yet, when I press play, the rope start with the shape of the previous curve and once I stop the simulation the rope restore to the previous curve, even I have no record of the old ObiBezierCurve. Any ideia whats going on?
Posts: 24
Threads: 7
Joined: Jan 2018
Reputation:
0
I often get this error too where the rope resets after pressing play - really frustrating. A workaround appears to be to save your rope as a prefab and apply the prefab every time you reinitialize the rope.
Posts: 18
Threads: 7
Joined: Aug 2017
Reputation:
2
08-05-2018, 11:45 PM
(This post was last modified: 08-05-2018, 11:46 PM by leonrdo.)
Hello Jose, thanks for replying. I figured out the problem. I created the rope as a prefab, and the changes was not being done in the prefab but the scene instance and somehow not updating the curve. I created a fresh rope with the same parameters I intended and it works pretty fine right now