Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
No demos running without exception with IL2CPP with Curvy Spline 8
#1
Bug 
Hello,

As the title suggests, all the demos and even a simple Curvy Spline with generator scene throws a null Exception error on

ThreadPoolWorker.cs, on line 222:

Code:
private static readonly Func<T> OptimizedInstantiator = Expression.Lambda<Func<T>>(
            Expression.New(typeof(T))
        ).Compile();


Is this a known issue or something that can fix this?

Thank you
Reply


Messages In This Thread
No demos running without exception with IL2CPP with Curvy Spline 8 - by studentloan - 04-22-2022, 12:01 PM

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_
  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_
  Get position of all control points for a spline gekido 1 6 03-28-2024, 10:08 PM
Last Post: _Aka_

Forum Jump: