USDForUnity
USDForUnity copied to clipboard
USD importer & exporter plugin for Unity
Using Unity 2019.3.6f1. When loading the ImportSkinnedMesh from USDExamples you get this repeated error message: ``` DllNotFoundException: usdi UTJ.UsdSchema.usdiSyncImportSettings () (at Assets/UTJ/USDForUnity/Scripts/UsdSchema.cs:125) UTJ.UsdIComponentEditor.OnInspectorGUI () (at Assets/UTJ/USDForUnity/Editor/UsdComponentEditor.cs:56) UTJ.UsdXformEditor.OnInspectorGUI () (at Assets/UTJ/USDForUnity/Editor/UsdXformEditor.cs:12)...
The description says "export Unity scene to USD or Alembic file", but there seems to be no way to actually export an Alembic file. Or am I missing something?
Hi, I am trying to convert the Color3f component exported into a usda file from maya, and i am not able to find any datatypes into which i can load...
alembic term: face sets USD term: geom subset https://graphics.pixar.com/usd/docs/api/class_usd_geom_subset.html
already done in [AlembicImporter](https://github.com/unity3d-jp/AlembicImporter). just port it.
already done in [AlembicImporter](https://github.com/unity3d-jp/AlembicImporter). just port it.