Bit of help for a newbie!

Hello!

I’m receiving this error:

[Package Manager Window] The file [C:\Users\claib\UFO-Tut\Packages\manifest.json] cannot be found
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

[Package Manager Window] Cannot perform upm operation: The file [C:\Users\claib\UFO-Tut\Packages\manifest.json] cannot be found [NotFound].
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

UnityEditor.PackageManager.UI.UIError
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

Using 2020.2.6

A friend and I are using the collaboration feature to learn unity on the same project together. All of the scripts and assets are there, but the scene does not load as I expect it to. Are we missing something? We’ve tried this also on 2019 LTS, sometimes with different errors - but never has the scene loaded up. I have been able to eliminate errors by resetting the packages to default, but this doesn’t show the scene as I expect it to (it’s a blank slate).

Thanks for any input!

Hi claibornecp,

This is an issue with the Plastic SCM beta plugin which currently affect 2020.2.6f1 and higher versions of Unity. If you want to use Plastic SCM, I would recommend to use Unity 2020.1 or 2019.4 for the time being.

It is also possible to use the collaborative features without this plugin. By setting up the project services and enabling Unity Collaborate.

I hope this was helpful.

Thank you so much!