I have a pretty good size map that takes a second or two to load up. When I join a game as a client, I'll have objects already in scene from the host that are searching for some objects that haven't been loaded yet, leading to some nulls.
Is there a way to delay loading the persistent items until requested?
Thanks.