Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How does Pooling works across scene loading?
Post: RE: How does Pooling works across scene loading?

@Jake The stack trace is here: Code: -- MissingReferenceException: The object of type 'CurvySplineSegment' has been destroyed but you are still trying to access it. Your script should either che...
kimc Curvy Splines - support forum 3 5,921 01-10-2016, 06:33 AM
    Thread: How does Pooling works across scene loading?
Post: How does Pooling works across scene loading?

Hi Jake. I tried use CurvySpline's pooling in my game but it crashes my game. I wasn't sure if the CurvySpline pooling works across LoadScene(). My spline is sitting under a GameObject that pers...
kimc Curvy Splines - support forum 3 5,921 01-08-2016, 01:06 AM
    Thread: Dynamic CurvySpline and memory allocation
Post: RE: Dynamic CurvySpline and memory allocation

Hi Jake,  Did a quick test in Unity 5 beta13.  I am doing a few things wrong in the test code. 1. Adding one Vector3 at a time to CurvySpline (which triggers 1xRefreshImmediately() per add) 2. I...
kimc Curvy Splines - support forum 5 9,327 11-30-2014, 03:04 AM
    Thread: Dynamic CurvySpline and memory allocation
Post: RE: Dynamic CurvySpline and memory allocation

Good suggestion.  But it will take me a while to get this confirmed.  Still need to learn how Unity profiler works, and I have figure out how to profile it on the device.  An on top of that, learning ...
kimc Curvy Splines - support forum 5 9,327 11-28-2014, 11:31 PM
    Thread: Dynamic CurvySpline and memory allocation
Post: Dynamic CurvySpline and memory allocation

Hi Jake,  I am using CurvySpline to plot a character travel path. Ie: When player touch the screen, the character will move to that location along the spline. I wanted to avoid any in game memo...
kimc Curvy Splines - support forum 5 9,327 11-27-2014, 11:47 AM
    Thread: Artist placed control points.
Post: RE: Artist placed control points.

Thanks Jake.  I'll keep that in mind. I did the Debug.Log() and have inspected the order manually.  It worked fine for that file.   I only have 1 file for now, once i have more files to work with I'l...
kimc Curvy Splines - support forum 4 9,673 07-04-2014, 01:58 PM
    Thread: splines from .txt files
Post: RE: splines from .txt files

'Lila' Wrote: (06-17-2014, 01:55 PM) -- Ah, I think we have it almost figured out.   -- Hey Lila, thanks for documenting your experience here. I helped me out while stepping thru your expe...
kimc Curvy Splines - support forum 17 27,793 07-03-2014, 02:00 PM
    Thread: Artist placed control points.
Post: RE: Artist placed control points.

Hi Jake, I don't really know what Unity Editor alphasort means.   The empty nodes that my artist gave me are already sorted correctly when i brought them into Unity. You second idea and link to o...
kimc Curvy Splines - support forum 4 9,673 07-03-2014, 01:47 PM
    Thread: Artist placed control points.
Post: Artist placed control points.

Hi There,  Apologies in advance if the question has already been asked.  I have scan thru the threads but unable to find similar issue. Instead of me creating the control points in Unity, the ar...
kimc Curvy Splines - support forum 4 9,673 06-30-2014, 12:07 PM