Search Unity

AlembicImporter problem

Discussion in 'Animation' started by liyueyueniaoguangjun, Nov 11, 2021.

  1. liyueyueniaoguangjun

    liyueyueniaoguangjun

    Joined:
    Oct 17, 2019
    Posts:
    6
    Hollo, us project use uinty com.unity.formats.alembic to import abc file;
    because abc file import shader is default, i chang alembicimport code to make abc file use us project shader,
    but it has problem, when a artter import abc file and make it use right shader, other artter abc file is not right.
    i see its mate file do not save shader data
    how can i solve this problem
     
  2. vladala

    vladala

    Unity Technologies

    Joined:
    Mar 3, 2017
    Posts:
    189
    Hey,

    Sorry to hear about your problems:
    You'll you have to give me a little more details about what you did and what you're trying to a achieve as well as what's actually going wrong.
     
    KalOBrien likes this.
  3. liyueyueniaoguangjun

    liyueyueniaoguangjun

    Joined:
    Oct 17, 2019
    Posts:
    6
    I want make my project abc file can use same name fbx file materials.
    I have solved this problem,through record fbc file guid in abc mate file and modify com.unity.formats.alembic to support import more then two uv data
    thanks