Search Issue Tracker
By Design
Votes
0
Found in
2021.3.11f1
2022.1.19f1
2022.2.0b10
2023.1.0a14
Issue ID
UUM-17480
Regression
No
New Cells are not added to the list when "Add to the list" is pressed in the Tile Palette window
How to reproduce:
1. Open user attached project “Tilemap Test.zip”
2. Select “Grid” GameObject
3. Open Tile Palette window
4. Create New Palette and press Edit
5. Change Default Brush to GameObject Brush
6. Add any GameObject to Game Object
7. Press the “Add to the list” button in Cells → Element 0
Expected result: new cell is added to the list
Actual result: new cell is not added to the list and Selected Game Object is reseted back to default
Reproducible with: 2021.3.11f1, 2022.1.19f1, 2022.2.0b10, 2023.1.0a14
Couldn’t test with: 2020.3.40f1 (no GameObject Brush)
Workaround: the size of the list can be changed by changing Size X, Y, and Z values
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Build fails when building a project containing an 18+ dimension array with IL2CPP
- [Android][Sentis] Human poses are not detected when using the BlazePose model
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
Resolution Note:
The size of the list of Cells is controlled by the Size field, as the size is determined by the width, height and depth of the Brush, rather than the size of a list.
The inspector for the GameObject Brush uses the default inspector for the elements in each cell. Unfortunately, this cannot be changed to remove the additional UX which changes the size or add elements.