I’m a beginner so if I posted this in the wrong location please tell me where to post. I am using Unity2019.2.9f1. I am trying to learn Unity using the “Learn” portion of the Hub. When I download and open the beginning projects I am getting the following message in the console:
[time stamp]Packages were changed.
Update Mode: mergeDefaultDependencies
When I click on it, it lists all the packages in question.
The first one is “com.unity.2d.sprite@1.0.0” I can list them all if it would help.
When I go to Window>Package Manager all these packages have a check mark on them so it would be easy to remove them, but I don’t know the consequences of that removal.
I’ve tried to Google the “mergeDefaultDependencies” but can find no results.
I don’t want to break Unity. Please advise a safe way to correct the compiler error code.
That is not a console “error”, it’s a console “message”. It just says that Unity updated some packages to a newer version. (I saw that when upgrading my project from version 2019 to 2020)
ex:
Update Mode: updateDependencies
The following packages were updated:
com.unity.textmeshpro from version 2.1.6 to 3.0.6```