RobustToolbox
RobustToolbox copied to clipboard
BUIs need a way to defer for client reconnect
So client applies HandleState when components are still in Added state which means most of them are probably going to fail.
Ideally you would just have some way to indicate a component only works after startup or something and UISystem handles it.