Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: Drakon on July 25, 2011, 08:18:56 PM

Title: Line Renderer - access to number of elements/vertices and their position
Post by: Drakon on July 25, 2011, 08:18:56 PM
Line Renderer seem to be a very quick way of making lines without other specialised line plug ins. Would it be possible to have access to the elements/vertices and their respective position so that they can be controlled iteratively by playmaker?

Thank you.
Drakon
Title: Re: Line Renderer - access to number of elements/vertices and their position
Post by: artician on March 15, 2012, 06:17:44 PM
I came here looking for this precise thing.  I doubt there was any further movement on the subject, but I wanted to throw in for support of such an action.  Would be nice to have.
Title: Re: Line Renderer - access to number of elements/vertices and their position
Post by: markinjapan on March 17, 2012, 10:12:23 AM
+1 on this.

Title: Re: Line Renderer - access to number of elements/vertices and their position
Post by: Mark_T on March 27, 2012, 03:23:58 PM

Something like this (http://forum.unity3d.com/threads/49941-Vectrosity-fast-and-easy-line-drawing)?


(http://img20.imageshack.us/img20/1089/vectrosity.jpg) (http://imageshack.us/photo/my-images/20/vectrosity.jpg/)


If you ask me I wouldn`t mind actions for Vectrosity. But if there`s a better sollution, I would love it.
I posted on his thread and he wasn`t very supportive. His answer? Learn programming. :D
Cheers,

Title: Re: Line Renderer - access to number of elements/vertices and their position
Post by: jeanfabre on March 28, 2012, 02:46:50 AM
Hi,

 Eric5h5 is literally "The dude" of Unity ( check is profile on unity answer... he's from another planet really...can't be otherwise...), and yes, he has such fantastic skills and knowledge that I am not surprised by his answer  :P

 I've always wanted to own vectrosity and build actions for it, but never had the time nor the need in a real project...  One day:)

 bye,

 Jean
Title: Re: Line Renderer - access to number of elements/vertices and their position
Post by: Red on May 05, 2013, 10:48:16 AM
I know that this is an old thread but i would like to add in my support for something like this as well.

Though, from the other thread, it seems that a set of actions that would work with these kinds of features would be in need of an array handling system. so, I wonder if it were made so as to work with Array maker (which i would love, love, love to see integrated into Playmaker itself... as long as Jean is okay with that though.)

barring an array handling system, a workaround for now might be to see about having an action set that has something like three or four iterations? one with a single point-to-point line-renderer system, another with a point-to-point-to-point... another with a point-to-point-to... ahh, you get what i'm trying to say i hope.

and for the more than two points, have a toggle that will allow you to close off the spline?

i have just started reading up on the line renderer though (it would allow me to make this lightning effect i'm looking for for one of my games... also, it'd also maybe let me approximate an effect like the ghostbusters' proton packs from the most recent ghostbusters game.)
Title: Re: Line Renderer - access to number of elements/vertices and their position
Post by: jeanfabre on May 07, 2013, 02:14:20 AM
Hi,

 yes, ArrayMaker and vectrosity would work very well together indeed. More and more interest in vectrosity appeared recently, so it's going up and up my priority list :)


bye,

 Jean
Title: Re: Line Renderer - access to number of elements/vertices and their position
Post by: Andrew.Lukasik on May 20, 2013, 12:14:59 PM
Hi,
 For people not having Vectrosity (like me) but still wanting to tinker with LineRenderer I just made custom action: LINK (http://hutonggames.com/playmakerforum/index.php?topic=3943.0) It's simple yet really cool to have it in PM at last! :)

A.