I have an idea in my game that players will have a separate “Base”, located far away from the main map itself.
My question is, will this base still be rendered if it is far away? Will having it far away help game performance if they are only rendering what is in the base? Will I need to enable StreamingEnabled for this to take affect? How is the best way to do this in order to maximize performance?