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.

  1. Download the 3D Content Packs to an air gap location. For example, c:/temp/content

  2. Open up the application.kit file and add the dependency to the omni.kit.client.alias extension:

    [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.

  3. 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"
    
  4. Save the application .kit file.

The full documentation for the omni.kit.client.alias extension is available on Omniverse documentation.