Hermes
Hermes copied to clipboard
An Unreal Engine plugin that allows direct (deep) links into the Unreal editor
Are there documented steps for setting up the Hermes URI registration/association? For some, clicking the URI only takes them to the windows store. I didn't see any documentation on running...
Currently Hermes URLs work fine in Slack, but not in Microsoft Teams and Discord, because they do not recognize custom protocols. One potential workaround is to have a plugin setting...
This would be super useful to add ways, from a game build, to get a URI for a given editor endpoint. Help for bugflagging outside of the editor! You can...
Upon clicking a Hermes link, it may be nice to also bring the editor into focus if it's not already. Clicking an http/s link brings my browser (Firefox) into focus,...
Currently Hermes only works on Windows. It should be doable to implement similar URL handling to [bichrome](https://github.com/jorgenpt/bichrome/blob/main/src/macos.rs) and have a helper app for macOS too, and use the mail_slot crate's...
Currently Hermes only works on Windows. We should investigate custom URL handling on Linux, and figure out an alternate IPC mechanism for hermes_urls on Linux.