Cheetah3D JAS & FBX Files Don't Import into Unity 2020 or Later

Here you go:
BugReport.jpeg
 
I have the same issue.

Just using material colors. Works when importing the same file as FBX, but not as JAS. Materials exist but color is white.

I tried in Unity 2018.1.9 and that works

Can we narrow down what particular version introduced the issue? That might be helpful to get find out why that broke. Did it start precisely at 2020.1.x or somewhere in-between?
 

Attachments

  • test.zip
    18.7 KB · Views: 160
  • Unity2018.1.9.jpg
    Unity2018.1.9.jpg
    293.4 KB · Views: 173
  • Unity2021.2.7.jpg
    Unity2021.2.7.jpg
    311.8 KB · Views: 179
Can we narrow down what particular version introduced the issue? That might be helpful to get find out why that broke. Did it start precisely at 2020.1.x or somewhere in-between?

The only 2020 versions I have are 2020.3.9 and 2020.3.11, both LTS versions (at one time). Older versions are available for download, if you'd like to narrow it down.

What version of macOS are you using? It's looking like this is not an issue on newer macOS versions.
 
I'm on 12.1. Since it works with older Unity version, this is probably not related to the macOS version. I filed the report, let's see :) (this is not my department so I don't have more insights) In the meantime, the workaround is to export to FBX.
 
In the meantime, the workaround is to export to FBX.
Not a workaround for me. JAS and Cheetah FBX are the same. Makes sense, since Unity uses Cheetah to convert JAS to FBX on import. My only workaround is to use another 3D modeling program.

Who did you "file a report" with?
 
I have discovered a workaround: Export the file from Cheetah3D in FBX format, open it in Cinema4D, then export it in FBX. The same would probably work with Blender, but I've never been able to figure out materials/textures in Blender. So it looks like it's only Unity that has the problem with Cheetah3D's FBX format.

Going back to C4D is not an option, I just happen to have an older copy around that still runs.
 
Not a workaround for me. JAS and Cheetah FBX are the same. Makes sense, since Unity uses Cheetah to convert JAS to FBX on import. My only workaround is to use another 3D modeling program.

Who did you "file a report" with?
This was an internal bug report at Unity.

Interesting that my workaround doesn't work for you. Could you share a JAS file that has the issue?
 
Hi John,
I’m sorry for the late reply. I've got your emails. That’s really strange. Since the older version of Unity could import the files properly and now fails to import them it looks like Unity changed something on their FBX importer.

Unity calls Cheetah3D via command line to convert JAS files to FBX files. So if FBX already fails it's no surprise that JAS fails too.

Could you try the following Alpha version:
https://cheetah3d.com/download/Beta/Cheetah3D7.5.2a1.zip

This versions includes a work around for a UV export bug in the FBX SDK. Since you tracked down the problem to the UV layer I'm quite optimistic that this version might solve the problem.

Kind regards
Martin
 
Hi John,
I’m sorry for the late reply. I've got your emails. That’s really strange. Since the older version of Unity could import the files properly and now fails to import them it looks like Unity changed something on their FBX importer.

Unity calls Cheetah3D via command line to convert JAS files to FBX files. So if FBX already fails it's no surprise that JAS fails too.

Could you try the following Alpha version:
https://cheetah3d.com/download/Beta/Cheetah3D7.5.2a1.zip

This versions includes a work around for a UV export bug in the FBX SDK. Since you tracked down the problem to the UV layer I'm quite optimistic that this version might solve the problem.

Kind regards
Martin
That looks like it fixed the problem, at least in my little test project. I'll do some more testing with actual UV-mapped models, but I'm cautiously optimistic. Having to export, then import into C4D, then export again after every change was getting old. THANKS!

Is it OK to start using this alpha version, or should I wait for the next update?
 
I'm happy to hear that it works. This version just includes that small FBX export work around. So this versions should be fine to use.
 
I'm happy to hear that it works. This version just includes that small FBX export work around. So this versions should be fine to use.
It's still having trouble with materials/textures, though easy enough to fix once I figured out what was happening. Unity apparently couldn't find or create the material (there's one material and one texture in the scene), and assigned a default material, which appeared to be embedded, even though I have it set to import external materials. I had to assign the texture to the "remapped" material in the import settings, something I've not done before. Once I did that, everything is mapped and renders correctly, and the material is now external and editable, as it normally is.
 
This is sad. Unity’s support for C3D files was a big reason I started using C3D. i hope this gets fixed.

Unity is also having issues with Blender 3.x.
 
You still don´t have uploaded the slightest tiny example file for us to check.
Seems a moot point, since the problem appears to be fixed in the latest alpha.

Any file works the same for me: Create a cube, give it a material and a bitmap texture, save it (or export to FBX), import into Unity.
 
When a FBX file gets loaded the FBX SDK loads it into it's own scene graph. The app (Cheetah3D or Unity) then converts that FBX scene graph to it's native scene graph. During that conversions quite some things can go wrong of course.

I've checked the materials, the material assignments, textures, etc. and everything imports nicely in the FBX scene graph. So from my point of view everything should work in Unity.

The material assignment is not effected by the wired export behaviour which messed up the UV layer.

Why the material import nevertheless doesn't work properly is not clear to me. I guess only the Unity guys can look into that problem. Have you written a bug report to them?
 
Back
Top