• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Version control for mixed media project

tatteredpotato

Diamond Member
Me and a buddy are going to start doing some game programming. He's and art student and I'm a computer engineering student, so I'll do 99% of the programming and he's doing 99% of the art work.

Starting out were using a platform called "Unity" which provides a game engine and ability to publish to multiple platforms, with game logic handled using "C# Script" (they're terms... not sure if it's any different under the hood from C#, however the source code is the same as vanilla C#). The unity project itself will need to be a shared asset so I can connect programming logic to game objects and he can connect art assets to game objects. I'm considering using git for code and dropbox for art assets, however the unity project (shared) seems to be binary files so I'm not sure how well they'll handle versioning.

Anyone familiar with good ways to collaborate on a project like this?
 
Back
Top