Importing Maya-generated FBX file does not show any texture

In Maya I have a simple cube with a jpg texture mapped on it. I then export the fbx file, and check the Embed Media box.
Importing the fbx file in Unity shows a white cube. Importing it back into maya shows the right cube with texture.
How to import in Unity with texture ?

As far as i know, Unity does not import anymore models with texture.

Try to import FBX and .jpg separately into unity, then create a new material and add your texture into it, in “Main maps/ Albedo” in the inspector, then add the material to the imported FBX.

Thanks. I just found out that last Unity version allowed, after importing fbx, to export textures ; they then magically appear !