Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unity Crash on Curvy Default Event Handler
#7
I think that works different:

Code:
   IEnumerator WaitForSplineInitialized(CurvySpline Spline) {
           if (Spline) {
               // Wait until the spline is fully intialized before accessing it:
               while (!Spline.IsInitialized)
                   yield return null;
           }
       }
(Henry Ford) Each hour more of searching is each hour less of your live time.

Reply


Messages In This Thread
RE: Unity Crash on Curvy Default Event Handler - by Trainzland - 01-21-2016, 12:25 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Information New free asset: Converter For Unity Splines _Aka_ 5 18 04-25-2024, 11:11 AM
Last Post: _Aka_
  Curvy Line Renderer for UI Spline? gekido 3 6 04-04-2024, 12:56 PM
Last Post: _Aka_
  8.8.0 is live, and it improves Curvy Generator greatly _Aka_ 1 10 04-03-2024, 03:16 PM
Last Post: _Aka_
  snap to the curve created by the curvy splines segment points ShiroeYamamoto 3 11 04-02-2024, 02:24 PM
Last Post: _Aka_

Forum Jump: