Lauching a custom omniverse application from EXE or command line

In the video https://youtu.be/nI_jm0BIJGI?t=415 it’s said the to run a custom omniverse application we need to run the command kit.exe myapp.kit. I have two extensions working together. Do I package those into an exe ?

Hi @icaroleles1. You can’t build an exe of a Kit app, but you can create an app config (kit file) and execute it with kit.exe as the video mentions. There is more information about how to create a kit file here: Configuration — kit-sdk 103.1 documentation

You can also look at the apps that we ship as examples:

e.g.
C:\Users\bob\AppData\Local\ov\pkg\code-2022.1.2-rc.6\apps\omni.code.kit
C:\Users\bob\AppData\Local\ov\pkg\code-2022.1.2-rc.6\kit\apps\omni.app.mini.kit

Thank you Mati I will take a look.

how to encrypt extensions ?

Hi @zhoujunhua91. Please start a new topic for this question.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.