Missing Textures
#1
by
tccoin
- opened
Short solution:
Before launching the Isaac Sim UI, you need to add your material directories to Isaac Sim’s MDL system search path.
For example:
export MDL_SYSTEM_PATH=/isaac-sim/materials/:/GRScenes-100/home_scenes/Materials:
The paths here should be modified according to your actual directory structure.
For the underlying technical explanation, please refer to:
https://github.com/jandan138/usd-scene-physics-prep/blob/main/docs/operations/isaacsim_mdl_workflow.md
Thank you! I will have a try.
