Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Create an arrow dynamically following the spline
#12
(04-05-2017, 06:42 PM)Jake Wrote: 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


Hello Jake, hope all  the moving was nice Smile
I've just send you an email to this address admin@fluffyunderware.com with an about that begins with "For Jake: Create.." explaining everything about it. I think its all right so I awayt your miracle as always.
Thanks
Yandrako
Reply


Messages In This Thread
RE: Create an arrow dynamically following the spline - by yandrako - 04-06-2017, 10:59 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Curvy Line Renderer for UI Spline? gekido 3 6 04-04-2024, 12:56 PM
Last Post: _Aka_
  Get position of all control points for a spline gekido 1 6 03-28-2024, 10:08 PM
Last Post: _Aka_
Heart Create beautiful curves ShiroeYamamoto 3 11 03-26-2024, 06:25 PM
Last Post: _Aka_
Bug Changing spline connection in inspector causes splines to revert to defaults lacota 3 6 03-18-2024, 07:55 PM
Last Post: _Aka_

Forum Jump: