The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

+2 votes

Hi guys, i'm trying to create a trail, just like in the image:

enter image description here

Can someone help me? please! :D

ty

in Engine by (16 points)

Look/try this plugin https://github.com/LeonardMeagher2/Godot-Assets/tree/master/Plugins/Trails

It does not use a shader but just a polygon, as many trail systems do.

I'm working on a Line2D and Trail2D node in C++ for doing exactly that, not ready yet but I hope it'll be integrated one day :) https://github.com/godotengine/godot/issues/7242

The plugins works as expected! Thank a lot!

Wow, i hope to @Zylann :D

I got it to work by copying the Trails/ folder under an addons/ folder, then enable the plugin in Scene->Project Settings->Addons and you will be able to create Trail2D and Trail3D nodes.

You have to run a scene and move it around. Also don't forget to set a color, apparently it's set to null by default.

Oh. Well, here is a test project anyways, just run it: http://zylannprods.fr/dl/godot/TestTrailsPlugin.zip

Is a very old plugins so it needs some manual fixes to get it working, like the directory as @zylann explained.

I guess it can be optimized a bit too but works fine even the 3D one on Android (where other engines fail).

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.