Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by d112570 · Mar 26, 2014 at 02:08 PM · fbxmayaconvertmb

Maya couldn't convert mb file to an fbx file?

I recently installed Maya 2015 and now I get this error when unity loads the mb file. All my maya files are mb in my unity asset folder I always convert my fbx to mb so I can work on the object in Maya and change it, fbx files I cannot edit.

Usually I create objects with Maya and save normally as .mb files and all works ok. Today it complains, I don't want Maya to convert to fbx I want it to stay as an mb file, why is it complaining now.

I also tested, when I duplicate a working mb file, the copy will remain a piece of white paper and the error of the convert comes up. I tried saving it in Maya 2014 and now it does the same error message, now I am unable to create any objects in Maya and use them in Unity. All my objects are mb and they work, only the new one I create now don't work. Help Please.

I went back to 10.8 and opened the same Unity.app and the same programming folder, the files also had a white paper, so I reimported and the 3d object loaded and it worked. The files were not converted to fbx and stayed as an mb. This all happened when I installed Maya 2015. Maya 2014 cannot open Maya 2015 files.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

4 Replies

· Add your reply
  • Sort: 
avatar image
3

Answer by Adam-Mechtley · May 23, 2014 at 09:37 PM

Hi,

The problem is that Unity attempts to load the FBX plug-in by absolute path, which has changed for version 2015. Until they implement a proper remedy, you can manually change the template script for FBXMayaMain.mel in your Unity application folder. Specifically, change the first loadPlugin call to this (Mac):

 loadPlugin "fbxmaya.bundle";

If you're using Windows, it should be:

 loadPlugin "fbxmaya.mll";
Comment
Add comment · Show 10 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image iKiran · Jun 02, 2014 at 11:04 AM 0
Share

Worked for me after 10days.... Thank you so much... Followed steps from this: http://download.autodesk.com/us/support/files/maya_fbx_plug-in_help_2013.pdf

Its works as charm for me..... :)

Thanks @$$anonymous$$$$anonymous$$echtley.

avatar image gecko · Apr 26, 2017 at 09:22 PM 0
Share

I'm suddenly having this problem. I had an old unlicensed version of $$anonymous$$aya on my $$anonymous$$ac which imported .mb files, but somehow it's gone now and I have a lot of files which won't import into Unity. I tried this tip, but the "fbxmaya.bundle" reverts to "fbxmaya" whenever I try to reimport a model.

So now I've downloaded the latest FBX SD$$anonymous$$, and the latest version of $$anonymous$$aya LT, and the latest version of $$anonymous$$aya (Free trial) -- and I still get this frustrating error in Unity when I try to reimport a model:

$$anonymous$$aya couldn't convert the mb file to an fbx file Try exporting the mb file to an fbx file manually. FBX plugins can be found here: http://www.autodesk.com/fbx

Anyone got other solutions?

thx Dave

avatar image Adam-Mechtley gecko · Apr 27, 2017 at 08:47 AM 0
Share

I tried this tip, but the "fbxmaya.bundle" reverts to "fbxmaya" whenever I try to reimport a model.

What is the full path to the script where you are making this change?

avatar image gecko Adam-Mechtley · Apr 27, 2017 at 01:09 PM 0
Share

Path is: Temp/FBX$$anonymous$$aya$$anonymous$$ain.mel

But that file doesn't exist unless the project is open and I've tried to reimport a maya file.

Should I be looking for the template file elsewhere?

Show more comments
Show more comments
avatar image gecko gecko · Apr 28, 2017 at 01:33 PM 0
Share

That was it! They were set to $$anonymous$$aya LT, so I changed it to $$anonymous$$aya, and now they'll import. Whew! Thank you SOOOOO much for all your help!

Dave

avatar image
0

Answer by Animatics_3D · Apr 07, 2014 at 05:46 PM

may be maya 2015 is not supporting by unity .

try to use maya 2013 or maya 2014 ..because some time its happen then newer version software is not compatible .

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by Count_Zer0 · Apr 21, 2014 at 04:56 PM

Same happened to me. Manually export as .fbx to get around the issue until Unity resolves.

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image d112570 · Apr 21, 2014 at 04:58 PM 0
Share

Would not work if you keep tweaking the object, I currently went back to 2014.

avatar image Count_Zer0 · Apr 21, 2014 at 05:39 PM 0
Share

I did as well.

avatar image
0

Answer by tswalk · Jun 18, 2014 at 10:28 PM

Hi,

I have a fix for this. (for windows users at least)

Open the file located in ...Program Files (x86)\Uniter\Editor\Data\Tools called "FBXMayaMain.MEL"

above the first "if" conditional check for versioning add the following:

 if (getApplicationVersionAsFloat() >= 2015)
 {
     loadPlugin "fbxmaya.mll";
     eval ("source \"!//UNITY_TEMP//!/FBXMayaExport.mel\"");
 }


Maya doesn't need the path data to find its' own plugin (and it was apparently moved this version.. perhaps), but Unity apparently still needs its' own temp reference for its' loading script (the one you just edited).

note, you'll need to use a text editor in Administrator mode (I use Notepad++ launched as admin).

solved the problem atleast for me.

[edit] also NOTE: Unity is still having problems closing Maya in the background launch, even though Unity no longer "hangs" in this situation, it also doesn't bother closing the Maya instance either... so ya. kinda annoying still.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

27 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

File Conversion Problem (max/maya) 0 Answers

FBX strange bheviour after export from maya to unity 2 Answers

3d Model one side view problem 1 Answer

C4d couldn't convert to fbx file?? 2 Answers

Animations not appearing in the inspector. 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges