Hello,
Quick question I’d love some insight on. I created a game playable for singleplayer, and I am now reworking my scripts to fit multiplayer in as well. If I create all my scripts as network behaviors and have ServerRpc and ClientRpc methods will this affect my singleplayer mode at all? Should multiplayer mode have its own set of nearly identical scripts but have been ‘multiplayer-ized’ if that makes any sense?
Thanks