Search Unity

Other Using DrawMesh() on custom model imported from blender is tiny.

Discussion in 'Asset Importing & Exporting' started by ClaytonDavison, Feb 25, 2023.

  1. ClaytonDavison

    ClaytonDavison

    Joined:
    Sep 3, 2022
    Posts:
    2
    Hi there.

    After importing my model from blender the model itself is scaled nicely but using the mesh with DrawMesh() it's super small, essentially invisible.

    The image attached is the game view with x5 scale applied. Any help would be appreciated.

    upload_2023-2-25_22-54-3.png

    This is the mesh of the model I imported.
    upload_2023-2-25_22-55-55.png
     
  2. ClaytonDavison

    ClaytonDavison

    Joined:
    Sep 3, 2022
    Posts:
    2
    I just used a Matrix4x4 to set the position, rotation and scale of the drawmesh.