B.1 Build your first extension in Omnverse

In this tutorial, we are going to show how to create an extension in Omniverse create. The official documentaion can be found here.

Method one: start an extension in Omniverse

Go to Menu bar -> Window -> Extensions, click the plus sign on the top left conner.

build_extension_window

Set up the file name and extension name and click OK. If on your computer, the Visual Studio code is installed, the script will be open automatically.

Well done!

Method two: add an existing project

build_extension_add

Go to Menu bar -> Window -> Extensions, click the setting gear sign on the top.

Then add your existing project with the path ending with .exts.

Well done!