-
-
Notifications
You must be signed in to change notification settings - Fork 20.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Direction" property for Particles is missing #13492
Comments
@vybr you can set Local Coords to false as a temporary workaround to avoid having to alter the gravity vector every time you rotate the particles2d object. |
We have now entered release freeze for Godot 3.0 and want to focus only on release critical issues for that milestone. Therefore, we're moving this issue to the 3.1 milestone, though a fix may be made available for a 3.0.x maintenance release after it has been tested in the master branch during 3.1 development. If you consider that this issue is critical enough to warrant blocking the 3.0 release until fixed, please comment so that we can assess it more in-depth. |
I just ran into this, and it does throw you. The first thing you look to do after creating an emitter is point it somewhere, and when Godot 2.x had I understand that the particle system is marked for replacement with something shinier in 3.1, and I'm looking forward to those features, but for now this limits what can be done with particles without non-obvious workarounds, for a fairly fundamental feature. Fixes:
|
If this is an enhancement (as the issue is tagged) then the documentation should be updated to not list the setting. |
@GammaGames A missing feature is not a bug, it's a missing feature. Otherwise all issues could be labeled as "bug". Once the feature is implemented, it will enhance the existing features of Particles. |
Then the documentation should be updated to stop advertising features that don't exist |
The parameter is not implemented in the gles3 renderer for now. See godotengine/godot#13492.
Bumped into this too, it's also really annoying because the workaround of rotating the whole Particles2D node also rotates the emission shape. |
Not a bug so I wont work on it before 3.1, but if anyone wants to give it a try feel free |
If nobody's working on this, mind if I take a stab? |
Hi @terepaii, are there any updates on your progress? I'm interested in giving this a go as well. |
@serados I've made only a small bit of progress. Feel free to make a PR though. Not sure when I can take a look at this again. |
Operating system or device, Godot version, GPU Model and driver (if graphics related):
Godot 3.0 Beta - Windows
Issue description:
It's no longer possible to specify the direction of Initial Velocity for particles it seems. I have to rotate the Particles2D object itself and change the particle angle to offset this. If I'm using gravity I also have to alter this based on whatever rotation I am currently using. It's really quite cumbersome.
Could this property be added back please? It's quite important for users who make heavy use of particles, like me.
The text was updated successfully, but these errors were encountered: