GUID Conflicts When Upgrading Multiplayer Tools Package

This morning I upgraded the multiplayer packages in my project
com.unity.dedicated-server 1.3.2 → 1.3.3
com.unity.multiplayer.playmode 1.3.2 → 1.3.3
com.unity.multiplayer.tools 2.2.1 → 2.2.2
Unity Version 6000.0.30f1

After updating the packages there were GUID conflicts in console between com.unity.dedicated-server and com.unity.multiplayer.tools packages. I tried “Assets → Reimport All” and I also tried deleting the Library folder, but the issue is still present.

I am unable to test / build my project due to the resulting compile errors.

Errors after upgrading packages

As a temporary fix I moved the com.unity.dedicated-server package out of the immutable Library/PackageCache folder to the Packages folder so that a new GUID can be assigned.

actually the error comes from the tools package update. we’ll have a fix ready (2.2.3) by end of this week. sorry for the inconvenience, please use your workaround until then.

2 Likes

update: package version 2.2.3 was just released with a fix for the .meta files

1 Like