Questions for my team

This page summarizes the projects mentioned and recommended in the original post on /r/gamedev

Our great sponsors
  • SonarLint - Clean code begins in your IDE with SonarLint
  • Revelo Payroll - Free Global Payroll designed for tech teams
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • gitignore

    A collection of useful .gitignore templates

    So first - here's an intuitive guide on what Git even does and how. Afterwards you can install one of various Git guis, for instance Github Desktop so you don't have to learn the syntax yet. One important thing about Unity projects is to also add a correct .gitignore file to the base directory of a project, else you wil lend up with a LOT of noise. Here's a good starting point. I also have to point out that Github actually has repository size limitations which are hard to reach with code but are easy to reach with assets. Realistically speaking though, this is what should cover 99% of Git needs you will have:

  • desktop

    Focus on what matters instead of fighting with Git.

    So first - here's an intuitive guide on what Git even does and how. Afterwards you can install one of various Git guis, for instance Github Desktop so you don't have to learn the syntax yet. One important thing about Unity projects is to also add a correct .gitignore file to the base directory of a project, else you wil lend up with a LOT of noise. Here's a good starting point. I also have to point out that Github actually has repository size limitations which are hard to reach with code but are easy to reach with assets. Realistically speaking though, this is what should cover 99% of Git needs you will have:

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts