There was an error while loading. Please reload this page.
1 parent 55ce7a3 commit f4522baCopy full SHA for f4522ba
1 file changed
docs/source/setup/installation/asset_caching_details.inc
@@ -75,8 +75,8 @@ root resolves to the same value when you use one of the provided Isaac Lab exper
75
load ``isaacsim.storage.native``. A custom experience that does not build on one of them may leave the
76
Isaac Sim asset root pointing at the cloud.
77
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
+Isaac Lab supports the ``ISAACSIM_ASSET_ROOT`` and ``ISAACSIM_ASSET_REGION_PROFILE`` environment variables
+for runtime asset selection. It resolves asset paths once, when :mod:`isaaclab.utils.assets` is imported, so setting
80
``persistent.isaac.asset_root.default`` on the command line or changing it at runtime does not move them,
81
even though Isaac Sim itself honors those forms. Editing ``persistent.isaac.asset_root.default`` in the
82
experience file does work, because that is the value Isaac Lab reads when the variable is unset.
0 commit comments