Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Curvy 2.0 compile error in unity 5.2.1p1
#2
I can't believe it, Unity changed the IMeshModifier interface with that patch, it wasn't present in 5.2.1f0. They marked the old method as [Obsolete], but of course this gives a big error instead of a warning as the new member isn't part of the interface. There is not even an info about this in the patchnotes. What's even more frustrating is that they changed it back to the old (5.0/5.1) behaviour, so I coded the whole 5.2 processing for nuts. Thanks, Unity!

I'll create a working solution tomorrow that will go into 2.0.2, will post the solution here as well.

For now, open the file and add
Code:
public void ModifyMesh(VertexHelper verts) {}
right above the last #endif in the file. This will remove the error, but of course UITextSplineController won't do anything then.
Reply


Messages In This Thread
RE: Curvy 2.0 compile error in unity 5.2.1p1 - by Jake - 09-29-2015, 07:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Information New free asset: Converter For Unity Splines _Aka_ 5 19 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: