Search Issue Tracker
Active
Votes
0
Found in
6000.0.60f1
6000.2.8f1
6000.3.0b7
6000.4.0a3
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. Predd “-” 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
- Constant buffers are redundantly uploaded when consecutive compute dispatches are executed on DirectX11
- UI Toolkit's TextInput element does not inherit layout parameters from the TextField element when TextField.multiline is true
- The TileMap grid in the Tile Palette is not visible when Screen Space Ambient Occlusion is enabled
- Pressing “-” twice to remove a Tag in Project Settings > Tags and Layers throws errors in the Console window
- "State comes from an incompatible keyword space" error when clicking on a shader
Add comment