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
Bug Changing spline connection in inspector causes splines to revert to defaults lacota 3 2 7 hours ago
Last Post: _Aka_
  GO can't fit end of the spline GameDeveloperek4123 3 13 03-04-2024, 11:06 AM
Last Post: _Aka_
  Keeping a fixed spline length jh092 3 16 02-21-2024, 06:25 AM
Last Post: Primrose44
  How could I get position in spline from "From" value in BuildRasterizedPath? Chanon 1 7 02-12-2024, 09:54 PM
Last Post: _Aka_

Forum Jump: