Skip to main content
Let's make this
Source Link
Andy Baker
  • 21.4k
  • 12
  • 59
  • 71

manifest.json contains list of your dependencies(the packages you have used for your project). so if You clone your repository on a different machine, unity uses this list to download the required packages.

short answer: manifestYou should not put Packages in your .json is importantgitignore. It should be committed along with the rest of your project files.

manifest.json contains list of your dependencies(the packages you have used for your project). so if You clone your repository on a different machine, unity uses this list to download the required packages.

short answer: manifest.json is important.

manifest.json contains list of your dependencies(the packages you have used for your project). so if You clone your repository on a different machine, unity uses this list to download the required packages.

short answer: You should not put Packages in your .gitignore. It should be committed along with the rest of your project files.

Source Link
Amin
  • 544
  • 7
  • 12

manifest.json contains list of your dependencies(the packages you have used for your project). so if You clone your repository on a different machine, unity uses this list to download the required packages.

short answer: manifest.json is important.