Hey I’ve extended the editor with a custom chrome extension by following this documentation
However instead of adding a button to the viewport, I’d love to extend the context menu of the entity hierarchy. Is this possible?
Also I couldn’t get the editor ‘load’ event to work.
I think the problem is the following:
By the time I subscribe to the load event, the editor is already loaded which means the callback isn’t executed.