I’m following the example script on create-2023.2.0/kit/pythonapps/ but instead of the empty app I want to use the omni.app.dev.kit which includes extensions I want to use. Trying to test the omni.app.dev.kit by running create-2023.2.0/kit/omni.app.dev.sh with --verbose tag it throws the error <<Unable to connect to “kit-extensions.ov.nvidia.com:3009”>>
Is it something to be fixed or am I wrongly approaching the matter ?
“kit-extensions.ov.nvidia.com:3009” is our own internal server so you would not be able to use that. One of the easiest ways if you want to start to play with USD Composer is to backup the main kit file and then edit it directly in VS Code to add and remove extensions, change settings, customize the UI. The entire App runs from that file, so by tweaking it, you will learn what each section does.