Hello,
I want to load files with a button in my Omniverse Isaac extension but I can’t find any examples or any possible function. I already created the button in my extension window, but I don’t know which function to use. If I click the button in my extension I want to open a classic folder window to choose my asset from and use the chosen folder in my extension.py. Right now I can only use a static folder+asset name in the extension but since I want this extension to be easy to use it would be better to simply choose it by selecting it in the right folder so I don’t need to put it in the right static folder I am using to import my assets and rename it so it fits the import process.