Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UpdateIn ?
#2
Update is always called for splines (not for Control Points), but if nothing is to do, the method exits early. If this really is an issue, you'll have to manually remove/comment Update(), LateUpdate() and FixedUpdate(), perhaps using compiler defines.

You then can update a spline calling Refresh().
Reply


Messages In This Thread
UpdateIn ? - by Sidar - 08-29-2016, 07:49 AM
RE: UpdateIn ? - by Jake - 08-30-2016, 05:17 AM

Forum Jump: