Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | Prestidigitator | |
Old Version | Published before Godot 3 was released. |
Is there .SVG file support for Godot?
If not will there be?
Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | Prestidigitator | |
Old Version | Published before Godot 3 was released. |
Is there .SVG file support for Godot?
If not will there be?
Reply From: | ericdl |
SVG is not currently supported. There is an open issue for it here and it looks like Godot 3.0 will support SVG via 2D meshes.
Don’t see it as direct SVG support (you probably won’t be able to import .svg files as meshes), but rather as 2D mesh support which allows rendering 3D meshes in a 2D world without using viewports.
Calinou | 2016-08-25 18:06
Interesting, thank you Calinou for the clarification.
ericdl | 2016-08-25 20:01
Reply From: | jospic |
There is a custom plugin that imports svg files, and converts them to png images
Regards
-j
Update:
This is now implemented in Godot’s 3.0 alpha (as of 2017 August)
SVG support by djrm · Pull Request #10433 · godotengine/godot · GitHub
Imports SVG → converts to a scaled image for use in game
Grass H0PEr | 2017-10-08 20:55