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
  Filling a closed spline dynamically rickgplus 1 230 04-16-2025, 08:56 AM
Last Post: _Aka_
  Morph game object along curve. mikechr2000 5 699 02-04-2025, 09:30 PM
Last Post: _Aka_
  Disable a spline's gizmo when not selected or disabled. mikechr2000 1 285 02-03-2025, 09:34 AM
Last Post: _Aka_
Information Questions regarding spline colliders and collisions with rigidbodies Spyboticer 7 1,096 01-20-2025, 12:25 PM
Last Post: _Aka_

Forum Jump: