Why is my model marked as legacy

When I import fbx-files to my project (as recommended) and drag the generated json-asset to the scene the model is marked as legacy.

Why? And what’s the recommended way to work with fbx/json-assets?

Here you are writing json is depreacated.

So I can’t use fbx because it needs to be converted to json which is deprecated?

Hi @rttmax,

Even though model component is tagged as deprecated don’t worry, it will continue to be supported. There is no real need to change your project unless you’d like to try the new features.

We have added a new ‘Render’ component which has better functionality than Model. The API is different though so you may need to update your scripts if you move to render component.

There is a setting to choose between Model or Render when you import FBX. Go to Settings->Asset Tasks and enable ‘Convert to GLB’ and ‘Import Hierarchy’ options.

Thanks!

2 Likes