HDRP Maya shader to Unity shader link

Hi everyone,

I’d like some light on the Maya shaders to Unity shaders pipeline, as I couldn’t find anything very clear on this topic for HDRP 2019.2 I decided to create a new topic specifically. My issue is that I have to extract my textures and materials from the fbx and reassign everything which makes the process very time consuming.

I noticed that lambert and Stingray PBS materials automatically linked Base Color and Normal at import but then I don’t have the Maskmap, SSS and thickness.

My workflow right now consist on:

  • importing my SP textures to Maya
  • Linking the textures to Arnold standard material (as it has all the necessary plugs for maps like SSS, thickness, etc)
  • export my object/character as an FBX with the embedded media
  • Import the FBX in the unity project
  • Extract all Materials & Textures
  • Reassign all textures to corresponding Materials

Is there any shader available in Maya that would keep all the assigned texture at import?

I’d like to add that I’m not using any utility nodes in the Maya shaders

Thanks

Would like to know this as well.