Automatically added dependencies

Hi Friends,

I’m currently working on a project, shared on github.
I would like people who work with me to have direct access to packages such as cinemachine.
Indeed, I did the installation from the package manager and I would like my colleagues to be able to use my version of the package.
Is there a command to install its dependencies? Can unity manage the installation of its dependencies automatically?

Best regards,
Anox

If you make sure to include the Packages/manifest.json file in the gihub repo, then all the same versions of the packages will be shared by all devs.

1 Like

Thanks Gregoryl,
Package/manifest.json is include in my github project.
Indeed, I can see the version of cinemachine in the manifest.

In that case, anyone else who clones your project and opens it will get the same versions of the packages, including Cinemachine.

1 Like

A big thank-you.
It is done.