Hi,
In my project I use often ResourceLoader to load a scene even If I can attach it to tree.
Example LoginScreen is loaded at runtime and it is freed when I don't need it any more.
Is more convenient to hide it instead bother to load/free it every time I need?
What are the best practices? Its worth to attach all of them in scene tree having as downside a more complex tree at design time?
I use c#
Thanks for your suggestions