Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating splines from the surface of existing 2d colliders
#1
I work with a lot of complex 2d polygon and edge colliders. These already exist in my scenes. Is it possible to auto generate splines that follow the outlines of these colliders? Essentially the reverse of creating colliders from existing splines. If this isn't possible out of the box, is there a good way for me to accomplish this with the API? (I do not own the asset at this point.)
Reply
#2
Hi
You can do that via the API. You can see a simple usage of the API here:
https://www.youtube.com/watch?v=dhd08ECFPD4&list=PLatR0iPtXq-x8gDP9tNaxC5Pp32DEL6fS&index=3
So in your case, you will set the spline's interpolation type to Linear, and then go thought all your collider's points and add them to the spline.
Let me know if you need more details.
Have a nice day
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply
#3
Thanks for the quick reply! I think that should do the trick...
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Bug Changing spline connection in inspector causes splines to revert to defaults lacota 3 6 03-18-2024, 07:55 PM
Last Post: _Aka_
  Using Unity's SplineContainer in Curvy Splines dlees9191 3 14 02-26-2024, 09:49 AM
Last Post: _Aka_
  Distance travelled across multiple splines jh092 1 7 02-23-2024, 09:44 AM
Last Post: _Aka_
  Finding relative position across connected splines DekoGames 1 8 02-05-2024, 10:11 PM
Last Post: _Aka_

Forum Jump: