The project manifestEach Unity project has a project manifest, which acts as an entry point for the Package Manager. This file must be available in the <project>/Packages
directory. The Package Manager uses it to configure many things, including a list of dependencies for that project, as well as any package repository to query for packages. More info
See in Glossary file stores information that the Package Manager needs to locate and load the right packages, including a list of packages and versions declared as dependencies.
Topic | Description |
---|---|
Project manifest file | Learn the properties of the file that the Package Manager reads to compute a list of packages to retrieve and load for a project. |