A downloadable Godot plugin

Download NowName your own price

This tool script for Godot Engine 4.4 automates the process of importing multiple FBX files from a specified directory, extracting the primary mesh from each, applying a material, and saving each textured mesh as a new `.tscn` scene file.

The material can either be loaded from an existing Godot Material (`.tres`) resource or automatically created from a set of provided textures (Albedo, Normal, Metal, Emission, Roughness).

This gets around some limitations on bulk importing FBX files from asset providers such as Synty. The end result is a tscn with only a single mesh inside. No animationplayers, not blank material 0, no hoping the fbx is configured to load an actual texture so you don't have to manually apply it yourself.

Requirements

* Godot Engine 4.4 or later.

    * Note: Because of the addition of UIDs, this plugin expect 4.4 or later. It is untested on <4.4.

* A Godot project setup.

Notes

I have only tested this with Synty assets using a single PNG file. I included the options for normal map, etc., but I have not yet tested them. That's the primary reason this is not consider the 1.0 release. If someone else confirms they work, or if I test it, I'll move to 1.0 rc.

Published 2 days ago
StatusIn development
CategoryAssets
AuthorTydorius
Tags3D, Godot

Download

Download NowName your own price

Click download now to get access to the following files:

fbx_batch_importer-main.zip 10 kB

Leave a comment

Log in with itch.io to leave a comment.