Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Create an arrow dynamically following the spline
#11
Yes, I'm back online again (moved housing, switched ISP), sorry for the delay.

Looks like the spline massively lost cache points somehow, interesting...to test this, inside CurvyLineRenderer.cs, could you please add a debug log to Refresh():

Code:
public void Refresh()
{
Debug.Log(Spline.CacheSize);
...
}


and see if it got the same value in gamemode and standalone?

Or - even better and to speed this up, would you mind to send me a scene export to jake<at>fluffyunderware.com, I'll look into this asap.

Thanks,
Jake
Reply


Messages In This Thread
RE: Create an arrow dynamically following the spline - by Jake - 04-05-2017, 06:42 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Filling a closed spline dynamically rickgplus 1 238 04-16-2025, 08:56 AM
Last Post: _Aka_
  Disable a spline's gizmo when not selected or disabled. mikechr2000 1 294 02-03-2025, 09:34 AM
Last Post: _Aka_
  Create Mesh Node, Make Static Options rickgplus 1 353 01-23-2025, 10:12 AM
Last Post: _Aka_
Information Questions regarding spline colliders and collisions with rigidbodies Spyboticer 7 1,108 01-20-2025, 12:25 PM
Last Post: _Aka_

Forum Jump: