Hmm, i tried updating the action, but i get this error:
Assets/PlayMaker Custom Actions/Effects/DrawLine.cs(32,35): error CS0118: `UnityEngine.LineRenderer.textureMode' is a `Unresolved' but a `type' was expected
This is all i added, nothing much really:
31 [Tooltip( "Texture Mode" )]
32 public UnityEngine.LineRenderer.textureMode textureMode;
91 textureMode = UnityEngine.LineRenderer.textureMode.Stretch;
126 _lineRenderer.textureMode = textureMode;
143 _lineRenderer.textureMode = textureMode;
Any ideas, haven't seen this mistake.