Redirects to 3D Content#
After downloading the 3D Content Packs, the Kit application needs to be pointed to this new location. This can be done at the application level using the omni.kit-client.alias extension.
Download the 3D Content Packs to an air gap location. For example,
c:/temp/contentOpen up the application.kit file and add the dependency to the
omni.kit.client.aliasextension:[dependencies] "omni.kit.client.alias" = {}
Note
This extension stores and manages a list of client aliases. Each item in the list corresponds to a URL and a redirect location in a dictionary.
Add the following alias information to redirect the paths to the local environment in your application .kit file. For example:
[[app.client.aliases]] alias = "http://omniverse-content-production.s3.us-west-2.amazonaws.com" path = "c:\\temp\\content"
Save the application .kit file.
The full documentation for the omni.kit.client.alias extension is available on Omniverse documentation.