Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/18/2016 in Blog Comments

  1. le717

    Lego Rock Raiders Reloaded will be possible

    If you want to use git (I recommend it), contact me. I'll help get you set up, even with Unity.
    1 point
  2. Ben24x7

    Lego Rock Raiders Reloaded will be possible

    If you do use GitHub, you may need to invest time into making sure Git works properly with Unity. I've seen one or two people who had trouble linking GitHub to Unity and spent quite a bit of time getting them to work hand-in-hand. I'm not sure if this is a genuine issue for all game-makers who use Unity, but once you decide to get 'em together prepare for unforeseen consequences.
    1 point
  3. sheepandshepherd

    Lego Rock Raiders Reloaded will be possible

    Unity's built-in version control might actually be easier to use than Git... not sure, I haven't used it in years. If you do decide to use Git or some other version control: - It lets you upload your changes/updates as "commits". You can see all the lines of code that were changed/added/removed in each commit. - More importantly, other contributors can submit their own commits to you as "pull requests", which you can review and have Git merge into the project without overwriting any unchanged lines. It's mainly just useful if you want other people helping with the programming. TBH, I haven't gotten any use out of putting my mod tools (GeoTool, Arc Hammer) on GitHub so far, other than a convenient place to upload them. But those were just small side projects.
    1 point
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.