Search Issue Tracker
Active
Under Consideration for 6000.0.X, 6000.2.X, 6000.3.X, 6000.4.X
Votes
0
Found in
6000.0.60f1
6000.2.8f1
6000.3.0b7
6000.4.0a3
6000.5.0a1
Issue ID
UUM-122611
Regression
No
Pressing “-” twice to remove a Tag in Project Settings > Tags and Layers throws errors in the Console window
Steps to reproduce:
1. Create new Unity project
2. Open Project Settings window
3. Find and select “Tags and Layers”
4. In “Tags and Layers” expand “Tags”
5. Add a new tag with name “New tag” pressing “”
6. Add 2nd tag named “New tag (1)”
7. Select and remove “New tag (1)” by pressing “-”
8. Press “-” again
9. Observe the Console window
Actual results: Errors are thrown in the Console window
Expected results: No errors are thrown in the Console window
Reproducible with versions: 6000.0.60f1, 6000.2.8f1, 6000.3.0b7, 6000.4.0a3
Tested on (OS): Windows 11
errors:
- Retrieving array element that was out of bounds
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
- NullReferenceException: Object reference not set to an instance of an object
UnityEditor.TagManagerInspector<>c_{_}DisplayClass16_0.<SetupTags>b{_}_5 (UnityEngine.UIElements.BaseListView listView) (at <3852b49eca73473da3e3282226b08bd7>:0)
UnityEngine.UIElements.BaseListView.OnRemoveClicked () (at <2a9812a7bcc64119a2d9d52e521ff94d>:0)
UnityEngine.UIElements.Clickable.Invoke (UnityEngine.UIElements.EventBase evt) (at <2a9812a7bcc64119a2d9d52e521ff94d>:0)
UnityEngine.UIElements.Clickable.ProcessUpEvent (UnityEngine.UIElements.EventBase evt, UnityEngine.Vector2 localPosition, System.Int32 pointerId) (at <2a9812a7bcc64119a2d9d52e521ff94d>:0)
UnityEngine.UIElements.Clickable.OnPointerUp (UnityEngine.UIElements.PointerUpEvent evt) (at <2a9812a7bcc64119a2d9d52e521ff94d>:0)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment