Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Draw a spline as a string in 2D game
#1
Hi,
I want to draw a spline in a 2D game as a very thin string. What I thought is to use a generator with the shape extrusion template, with a segment as input spline shape (one-dimensional shape to generate two-dimensional mesh). The mesh is generated but I have problems with the orientation as you can see in the image

   

I don't know if the problem is in how I set up the generator, or it's in the spline (I set orientation "none" in the spline).

How can I fix it?
Anyway is it the best way to achieve what I want?

Thanks
Reply
#2
You want something that looks like a LineRenderer output in the end, right? Try to set the orientation of your extrusion path perpendicular to the 2D plane. So, if your using X/Y, set orientation to go into the Z axis.
Reply


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_
  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_
  GO can't fit end of the spline GameDeveloperek4123 3 14 03-04-2024, 11:06 AM
Last Post: _Aka_

Forum Jump: