-
-
Notifications
You must be signed in to change notification settings - Fork 21.7k
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
More Polygon2D shapes/tools for prototyping? #7042
Comments
First point is duplicate of #6750. |
Second point is possible now in the inspector with copy-paste polygon array resource. There was another request for polygon tools for unions and other operations, extrude could be related to that. |
This is somewhat related: I personally use the builtin sprite editor in other game engines. Even a basic one can make prototyping much nicer than it currently is atm The nice thing about godot being able to create placeholder sprites (image files), is that they can then easily be replaced by being overwritten by professional ones- without need to reroute resource paths in code and messing about reimporting and setting things. Having a very basic builtin/integrated sprite editor- that can create and edit image resources- would eliminate a lot of these issues |
Now that 3 will have primitive meshes, maybe some polygon presets can be added for 2D too? |
First of all thank you for your report and sorry for the delay. We released Godot 3.0 in January 2018 after 18 months of work, fixing many old issues either directly, or by obsoleting/replacing the features they were referring to. We still have hundreds of issues whose relevance/reproducibility needs to be checked against the current stable version, and that's where you can help us. For bug reports, please also make sure that the issue contains detailed steps to reproduce the bug and, if possible, a zipped project that can be used to reproduce it right away. This greatly speeds up debugging and bugfixing tasks for our contributors. Our Bugsquad will review this issue more in-depth in 15 days, and potentially close it if its relevance could not be confirmed. Thanks in advance. Note: This message is being copy-pasted to many "stale" issues (90+ days without activity). It might happen that it is not meaningful for this specific issue or appears oblivious of the issue's context, if so please comment to notify the Bugsquad about it. |
This PR #16483 may solve the issue, but still need to be seen if it will be merged or something else similar will be done. |
@Nodragem 1 and 3 may be solved by the CSG tools if implemented. The second, if you use the inspector to copy and paste parameters, the array values can be easily copied and pasted to another. |
I believe copy/paste params copies all params, not just the ones you might want... |
In the case of arrays, it only copy values. I would like that option to be "section specific" to copy only a small set of properties. |
(+1 to section specific, I mean) |
CSG for 2d polygon shapes (pathfinding) would be really nice to have. NavigationPolygons can be concave and compound, but CollisionPolygons don't seem to have this feature, which would be useful to define levels that are mostly "collision" areas save for what lies inside a polygon. |
See also #22275. |
Feature and improvement proposals for the Godot Engine are now being discussed and reviewed in a dedicated Godot Improvement Proposals (GIP) (godotengine/godot-proposals) issue tracker. The GIP tracker has a detailed issue template designed so that proposals include all the relevant information to start a productive discussion and help the community assess the validity of the proposal for the engine. The main (godotengine/godot) tracker is now solely dedicated to bug reports and Pull Requests, enabling contributors to have a better focus on bug fixing work. Therefore, we are now closing all older feature proposals on the main issue tracker. If you are interested in this feature proposal, please open a new proposal on the GIP tracker following the given issue template (after checking that it doesn't exist already). Be sure to reference this closed issue if it includes any relevant discussion (which you are also encouraged to summarize in the new proposal). Thanks in advance! |
Hello,
Making some prototyping with Godot engine, I believe that it would be nice if we could:
It does not need to be a fully fledged vectorial editor, but I think a bit some more tools/shapes could help prototyping.
The text was updated successfully, but these errors were encountered: