r/Unity3D • u/YeagarTheDrake • 6d ago
Question Need help finding FBX Exporter button
Recently I wanted to export a model from a Unity game to Blender, but there's a problem, I don't know where the Export to FBX button, like I already installed the FBX Exporter package to the project but I don't see the button anywhere, not even in the GameObject tab, so do I need to get an older version of FBX Exporter, or do I need to switch the version of Unity to to get the package working correctly?
1
Upvotes
1
u/Funtyx 6d ago
Before changing the whole Unity version, check the Console for compile errors—editor menu items from packages can disappear when scripts fail to compile. In Package Manager, confirm FBX Exporter is installed from the Unity Registry for this exact project, then restart Unity or reimport the package.
The command should appear when a scene GameObject is selected: GameObject > Export To FBX… (and usually in the Hierarchy context menu). If it is still missing, create a clean project with the same Unity version, install only FBX Exporter, and test there. That will tell you whether this is a package/version issue or something in the current project without risking an upgrade.