20-06-2018, 08:04 AM
(18-06-2018, 09:09 PM)Butter1484 Wrote: It shouldn't be, my code is
Code:public void Lower()
{
cursor.ChangeLength(rope.RestLength + speed * Time.deltaTime);
}
public void Raise()
{
cursor.ChangeLength(rope.RestLength - speed * Time.deltaTime);
}
Then there must be something else limiting the rope length. Pretty much impossible to tell without taking a look at your project, it would be nice if you could share it: support(at)virtualmethodstudio.com