Describe the bug
When looking in the panels view in the editor, the gamemode's hud shows up as expected. However, once the hud has been reinstantiated (ie, the original is deleted) nothing appears in the list.
To Reproduce
Go to the gamemode's root panel in the Panels view, everything should be there as expected
Reinstantiate the hud (through hotloading or something else)
Reselect the root panel in the Panels view
No more panels!
Expected behavior
The editor should be able to show the current hud, no matter if has been recreated or not.
Additional context
Feel free to use what I do in my own hud for some example code.
Describe the bug When looking in the panels view in the editor, the gamemode's hud shows up as expected. However, once the hud has been reinstantiated (ie, the original is deleted) nothing appears in the list.
To Reproduce
Expected behavior The editor should be able to show the current hud, no matter if has been recreated or not.
Additional context Feel free to use what I do in my own hud for some example code.