Skip to content

Commit f4522ba

Browse files
committed
Document asset region profile runtime selection
1 parent 55ce7a3 commit f4522ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/setup/installation/asset_caching_details.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ root resolves to the same value when you use one of the provided Isaac Lab exper
7575
load ``isaacsim.storage.native``. A custom experience that does not build on one of them may leave the
7676
Isaac Sim asset root pointing at the cloud.
7777

78-
The environment variable is the only supported runtime override for the Isaac Lab asset paths. Isaac Lab
79-
resolves them once, when :mod:`isaaclab.utils.assets` is imported, so setting
78+
Isaac Lab supports the ``ISAACSIM_ASSET_ROOT`` and ``ISAACSIM_ASSET_REGION_PROFILE`` environment variables
79+
for runtime asset selection. It resolves asset paths once, when :mod:`isaaclab.utils.assets` is imported, so setting
8080
``persistent.isaac.asset_root.default`` on the command line or changing it at runtime does not move them,
8181
even though Isaac Sim itself honors those forms. Editing ``persistent.isaac.asset_root.default`` in the
8282
experience file does work, because that is the value Isaac Lab reads when the variable is unset.

0 commit comments

Comments
 (0)