- Home /
Floating Origin TrailRenderer
Hi all, I'm making a game that has a floating origin, but I'd like to use trails on some objects.
Now, since there is a floating origin, objects sometimes get warped a rather large distance, and with a trailrenderer that just looks bad to have a really long trail to some point far off in the distance.
I had the thought to write a script that would allow me to use a LineRenderer as a trailrenderer, but being unable to access the vertices on a linerenderer is making that rather challenging.
So any suggestions either on how to 'warp' a trailrenderer such that it's trail remains the same relative to the object it's attached to, or on how to make a linerenderer behave like a trailrenderer?
Did you ever manage to solve this? I'm having the same problem and still looking for a solution.
Your answer

Follow this Question
Related Questions
Trail Renderer detection 0 Answers
Suggestions for improvements of custom trail-drawing script highly appreciated. 0 Answers
Object trail/tail 1 Answer
Making a trail renderer keep it's form of arc when object moves (Keep it in local space) -1 Answers
How can I increase the view-distance of a trail renderer? 1 Answer