Open tompsono opened 4 years ago
Hello! Thank you for your contribution, and sorry for the late reply.
I'm not using this importer anymore because I can't include the Blender models in my packages. These must be FBX files so people can import them without having Blender installed.
So I made an FBX Exporter add-on that fixed the rotations in the Blender side and exports a FBX file that is imported into Unity perfectly, without undesired rotations. Please check it out:
https://github.com/EdyJ/blender-to-unity-fbx-exporter
I haven't tested it with animations or armatures. Feel free to give it a try and let me know if/how it works.
Are you updating this importer,yet? This importer is very useul.
This importer supports only Legacy Animation Clips, but by this code, you can get Generic Animation Clips. It works good for me.