Upgrading Multiplayer PlayMode to 1.3.0 - Assembly Loading Failure #3090
Labels
priority:high
This issue has high priority and we are focusing to resolve it
stat:imported
Status - Issue is tracked internally at Unity
type:bug
Bug Report
Description
After upgrading Multiplayer PlayMode 1.3.0, an assembly conflict exists causing non-compilation.
Assembly with name 'Unity.Multiplayer.Playmode.Common.Editor' already exists (Packages/com.unity.multiplayer.playmode/Common/Editor/Unity.Multiplayer.Playmode.Common.Editor.asmdef)
Assembly with name 'Unity.Multiplayer.Playmode.Common.Editor' already exists (Packages/com.unity.multiplayer.playmode/Common/Editor/Unity.Multiplayer.PlayMode.Common.Editor.asmdef)
Assembly with name 'Unity.Multiplayer.Playmode.Common.Runtime' already exists (Packages/com.unity.multiplayer.playmode/Common/Runtime/Unity.Multiplayer.Playmode.Common.Runtime.asmdef)
Assembly with name 'Unity.Multiplayer.Playmode.Common.Runtime' already exists (Packages/com.unity.multiplayer.playmode/Common/Runtime/Unity.Multiplayer.PlayMode.Common.Runtime.asmdef)
In the later part of each of the assemblies, there are duplicates:
Unity.Multiplayer.Playmode.Common.Runtime.asmdef
Unity.Multiplayer.PlayMode.Common.Runtime.asmdef
Reproduce Steps
Environment
Additional Context
The text was updated successfully, but these errors were encountered: