Forgive the very noob like question, but I’m fairly new to Unity. I am working on a game and recently acquired a partner to work on it with me. He is however in a different geographic portion of the world. What I am looking to do is upload the game to a web accessible storage so we can work on it together. neither of us will be working on the project at the same time so I’d like to upload the game, so he can copy it to his PC load it up into Unity work on it, copy up the changes then I take the newest version and work on it and copy up the changes; so on and so forth.
Since we are coordinated enough to not be overwriting each others changes or working on it at the same time my only concern is file corruption or the lack of Unity’s ability to accomplish this without error. I’ve actually never uploaded a work in progress to Unity, so I’d have to figure out how to do that. So my question is; is what I’m thinking plausible without issue?
TLDR - Best way for two developers to work on the same project in different geographical locations.