Home

Awesome

USD For Unity

<img align="right" src="Documents/CRS_usdview.png">

Overview

USD (Universal Scene Description) is a file format that can store time-sampled 3D scene. It is something like 'Better Alembic' or 'Better FBX' developed by Disney / Pixar.
This plugin allow you to import USD or Alembic scene to Unity and export Unity scene to USD or Alembic file. The above image is exported scene of Candy Rock Star in usdview.

Requirements

Usage

<img src="Documents/ImportMenu.png" height="300px"> <img src="Documents/ImportSettings.png" height="300px">

Some of USD's features are supported, some of others are not.

Notes

    int maxBoneWeights
    int[] boneIndices
    float[] boneWeights
    matrix4d[] bindposes
    token rootBone
    token[] bones
    float2[] primvars:uv
    float4[] tangents

License

MIT