Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
StackOverflowException on large spline network
#6
Ok,

unchecking CheckTransform for all splines definitely saves a lot of time. Using conditionals definitely is a way to get rid of the calls to Update/LateUpdate/FixedUpdate. I'm thinking of a good way to add that to the package.

If you still get the Stack Overflow when not using CurvyConnection at all, I'd say it's not Curvy related, but unless knowing for sure everything is possible. What build target are you using?

The only possible reason I can think of related to CurvyConnection is that the connection changes it's position/rotation and the spline by error forces a sync of the connection again, resulting in a loop.

If you want, send me an export (with examples and all unneeded stripped) to jake<at>fluffyunderware<dot>com, I'll take a try to find the cause of the stack overflow then.
Reply


Messages In This Thread
RE: StackOverflowException on large spline network - by Jake - 03-18-2016, 08:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Spline Spots from 2 samples. BitBlit 8 914 06-30-2026, 11:49 AM
Last Post: _Aka_
  Best way to duplicate a spline with an offset Kapistijn 8 2,297 04-12-2026, 03:18 PM
Last Post: _Aka_
Smile Constant speed along a spline? tfishell 1 938 11-13-2025, 11:32 AM
Last Post: _Aka_
  SplineController Ignores Follow-Up and Chooses Wrong Spline Josenildo 7 5,056 07-29-2025, 09:15 PM
Last Post: _Aka_

Forum Jump: