How to set script editor open by default when launching omniverse

I really can’t find anywhere to pin the windows let it open by default… Where are thoses settings?

@joshchiu i am just another OV user passing by - have you found the answer? if not, here’s one way to do it:

  1. enable the script editor extension is set to “autoload” from the extension manager.

  1. save your layout by going to Layout > Save Layout.

image

  1. the location of the layout .json file is what determines whether the script editor window will show up at startup (assuming it isn’t now). if startup is your preference, you will want to navigate to your app’s install folder and look for the “startup.json” inside of “omni.app.setup” subfolder. for example, here’s where it’s located for the latest Code (2023.1.1): C:\Users\%username%\AppData\Local\ov\pkg\code-2023.1.1\extscache\omni.app.setup-1.0.8+818d8fa0\layouts\ (make sure you make a backup of the “startup.json” first in case you aren’t ready to commit). if you are fine with manually loading the custom layout from step 2, you can save it anywhere you’d like as long as you can quickly navigate to it.

i am sure there are better ways to go about accomplishing this, so i am open to suggestions 👀