that script there is a huge troll face its not working at all /edit never mind i am just a noob it works great but the default color should not be black with 0 alpha ! default should not be something thats invisible !
so i got the effect i wanted. dont know yet how it will look like with proper animation, but should turn out realy cool. here is a small test i made. sry for the quality, youtube smashed it. [ame=" https://www.youtube.com/watch?v=dbhEoqt1htM"]trailtest.avi - YouTube[/ame] i gues this will eat up way too much performance…
TrailArc.cs author: Nick Gronow (Stick) using UnityEngine;using System.Collections;public class TrailArc : MonoBehaviour { int savedIndex; int pointIndex; // Material - Particle Shader with "Tint Color" property public Material material; // Emit public bool emit { get { return Emit; } set { Emit = value; } } bool Emit =…