Unity Issue Tracker - The remove “-“ button in the Multiplayer Player Tags does not delete anything when clicked if no Multiplayer Player tag is selected but is also not disabled
Fixed
UUM-132494
The remove “-“ button in the Multiplayer Player Tags does not delete anything when clicked if no Multiplayer Player tag is selected but is also not disabled
TestFramework isn’t available, so we can’t port the fix with tests. Since 6.4 is reaching end of life in about a week (June 10–13, 2026), I’ll close this PR and the port ticket. The fix will be on 6.6 and 6.5.
Steps to reproduce:
Create a new Unity project using the Universal 3D template
Install the Multiplayer Play Mode package (com.unity.multiplayer.playmode)
Open the Project Settings window (Edit > Project Settings)
Open the "Playmode" tab in the Project Settings
Click the "+" button to create a new Player Tag
Enter any name
Click the "Save" button
Make sure no Player Tags are selected
Observe the "-" button
Click the "-" button
Observe the Project Settings window
Delete all Player Tags
Repeat step 9
Actual results: The remove “-“ button in the Multiplayer Player Tags does not delete anything when clicked if no Multiplayer Player tag is selected but is also not disabled
Expected results: The remove "-" button is disabled if it's not going to do any action when pressed
Reproducible with versions: 6000.0.66f1, 6000.3.5f1, 6000.4.0b5, 6000.5.0a5
Tested on (OS): MacOS Silicon Tahoe 26.2
Notes:
The remove "-" button is not disabled when the list is empty and nothing can be deleted, it can still be clicked
The remove "-" button is disabled in the Editor Tags window if the list is empty, if nothing is selected it removes the last element when clicked
Prioritise and Follow this issue
Have a workaround or additional info about this issue?