Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Possible bug when creating spline in 2D
#2
Confirmed, will be fixed in 2.0.3!

To fix, open /Packages/Curvy/Base/Editor/CurvyToolbar.cs, line 361, and replace

Code:
P = new Plane(Vector3.forward, tRef.localPosition);

with

Code:
P = new Plane(Vector3.forward, tRef.position);

Thanks for reporting!
Reply


Messages In This Thread
RE: Possible bug when drawing spline in 2D - by Jake - 10-14-2015, 05:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help creating a wedge Thinkurvy 2 5 04-24-2024, 12:25 PM
Last Post: _Aka_
  Curvy Line Renderer for UI Spline? gekido 3 6 04-04-2024, 12:56 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_
Bug Changing spline connection in inspector causes splines to revert to defaults lacota 3 6 03-18-2024, 07:55 PM
Last Post: _Aka_

Forum Jump: