how to export automatically all the materials (with their textures) from a blender object to Godot?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Tachekentya

Hello. I’m trying to export an object from blender to godot. This object has many materials, but after exporting it, I have to manually add the materials in godot. Is there an automatic way of doing this? In this video Juan Linietsky is doing this completely automatically https://www.youtube.com/watch?v=PscHgFptEII (min 32:26) how do you do that?

Did you install and use the “Better Collada Exporter” in Blender?
(I assume that you exported in Collada/Dae format?)

GitHub - godotengine/collada-exporter: "Better" Collada exporter for Blender, orignally developed by the Godot Engine community

It has also options to copy the images and also materials should be applied. (Maybe not always perfect.)

wombatstampede | 2019-02-25 11:49

Yes, I have installed better Collada and GitHub - godotengine/godot-blender-exporter: Addon for Blender to directly export to a Godot Scene, the problem is that after I export the objects to Godot I have to manually applied the materials. I was wondering if there is a faster way to do it

Tachekentya | 2019-02-25 12:22