First of all I’m using an unsupported linux distro, no support required. I’ve noticed this has also been reported with Blender 2.8
ERROR: Blender could not convert the .blend to FBX file.
Unity log prints io_scene_fbx.export_fbx module not found.
The file /scripts/addons/io_scene_fbx/export_fbx.py has been removed, see
I’m running ArchLinux and using Blender 2.79b from their official repo which uses an updated package with the deprecated file removed.
My workaround was to grab a copy and export_fbx.py and place it in that directory and it works.
what also works is to copy&rename the export_fbx_bin.py file and use that as an alternative, however I am unaware of any unforeseen consequences using this module.
Assuming /Unity/Editor/Data/Tools/Unity-BlenderToFBX.py requires the export_fbx.py module which has been deprecated, are we likely to see a fix for this and is my workaround above suffice in the meantime? I could try making changes to Unity-BlenderToFBX.py but have ran out of time at the moment.
Thanks for taking the time to check out my issue.