+1 vote

Is it possible to import 2D meshes from other programs like Spine2d? I'm using Godot's animations system but hand drawing all of the polygons is pretty rough.

Godot version 3.2.3
in Engine by (29 points)

1 Answer

+1 vote

I was just wondering the same, so for somebody stumbling upon this:
There is a plugin-like thing to convert SVGs to Godot shapes.

More interestingly maybe: It's made with something called EditorScript which are ... well ... scripts that are designed to be run from the Editor, not the game itself.

I currently use it to generatively create polygons which (upon running the script) get added to the scene, so I can still tweak them manually.

by (58 points)
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.