Is it really not possible to render only the main plugin root node (MC) and use GenerateUserControl from the plugin definition to load a custom control for my needs?
I do have item managers, but I want to hide them and manage everything inside our own control. However, when I set the PlacementHint to hide them from the left tree, even the plugin node itself is no longer shown because it has no visible children.
That feels a bit crazy to me, because this seems like the perfect use case for WebUI-style plugins, where you just want to show your own UI instead of exposing individual item managers in the tree.
Is there really no solution for this? I would love to have one.
Big thanks!