What made you do this update. Just wondering does it help performance?
I wanted to support opening links from sandboxed environment (from game/site)
So instead of populating a ton of methods in c++ it's more convenient this way
You just send a command to main app with some arguments and it can handle it with gdscript (no engine rebuild)
very nice 💯