OpenUSD supports referencing external assets. This allows large scenes to reuse models, materials, and components without duplicating data.

Example: Referencing another asset

#usda 1.0

def Xform "Tree"
(
    references = @tree.usd@
)
{
}

This scene references geometry stored in another file.