Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Setting speed manually
#5
Good point and not working like intended. Please edit CurvyController.cs, locate the Speed property and add mForceUpdate to the setter:

Code:
public float Speed
        {
            set
            {
                //...
                mForceUpdate = true;
            }
        }

That should do the trick! I'll test this and add the fix to 2.0.5...
Reply


Messages In This Thread
Setting speed manually - by BigYetti - 12-04-2015, 03:13 AM
RE: Setting speed manually - by ioanma - 12-04-2015, 05:20 PM
RE: Setting speed manually - by Jake - 12-04-2015, 07:39 PM
RE: Setting speed manually - by BigYetti - 12-16-2015, 11:07 PM
RE: Setting speed manually - by Jake - 12-17-2015, 06:14 PM
RE: Setting speed manually - by BigYetti - 12-18-2015, 08:26 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How could I manually set the bound? Chanon 1 8 09-17-2023, 10:11 AM
Last Post: _Aka_
Question Setting instantiated object to spline, then starting movement? _RicO 3 9 06-28-2023, 06:01 PM
Last Post: _Aka_
  Manually controlling scale of each CP Maldruzard 1 5 03-27-2023, 10:58 AM
Last Post: _Aka_
  Change Speed on spline linkinballzpokemon 1 28 12-29-2021, 10:58 AM
Last Post: _Aka_

Forum Jump: