Search Unity

Download fbx subgrid and replace.

Discussion in 'Scripting' started by Haiisam, Jun 13, 2019.

  1. Haiisam

    Haiisam

    Joined:
    Jun 18, 2017
    Posts:
    5
    I decided to make a customization system (clothes, hair, etc.)
    More than 70 meshes and textures for them in memory are not allowed for mobile devices, so I wanted to load them, but it does not work ... :( No errors, only the grid "does not exist", and the existing one is replaced with an empty object.
     
  2. xVergilx

    xVergilx

    Joined:
    Dec 22, 2014
    Posts:
    3,296
    I don't think you can access your submeshes like that. Try loading model instead, and grabbing submesh from there.