Hi,
I have a subsystem that I use for my map functionality in our game. We are now attempting to add networking and from what I can I get a different GameInstance for the host and client, but the subsystem is the same for both the host and client when executing. How can I achieve what I need with a separate subsystem for host and client so they both have their own version. I really need both of them to have their own system for this since there is little need to send info back and forth across the network for the base system functionality.
Is there a better way to handle this. I have tried various methods of trying to determine where and when I can create a class on both but haven’t had much luck. Should I even use a subsystem in this case? If not then what do you suggest?
Thanks,
Paul Blagay