Hello everyone I ran into a problem that the packed manager does not find the Collections package ( Unity - Manual: Collections ) that is necessary for many assets to work, the problem appeared in the new versions of unity, previously I could install this package without any problems
1 Like
Install jobs, which will install collections and others automatically with it.
Just open up the “+” menu in the package manager and use either the Add package by name
or the Add package from git URL
, whichever you have and type in the com.unity.collections
name and hit add.
2 Likes
Thank!
Thank you!