Search Unity

Question How to set read/write enable for an imported 3d model from an external source on runtime? Thanks

Discussion in 'Asset Importing & Exporting' started by xxmohammadmbbmxx, Nov 17, 2022.

  1. xxmohammadmbbmxx

    xxmohammadmbbmxx

    Joined:
    Apr 24, 2021
    Posts:
    29
    Hello, I'm trying to make an app where people can choose a 3d model from their device, and use it in the app, so I'm trying to use Mesh.CombineMeshes on it but the mesh need to be read/write = true, so I'm stuck here, thanks.
     
  2. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,447
    xxmohammadmbbmxx likes this.
  3. seantigert

    seantigert

    Joined:
    Nov 16, 2022
    Posts:
    7
    thanks.