Search Issue Tracker
By Design
Votes
0
Found in
2019.2.0a2
Issue ID
1120302
Regression
No
[2D] Cell Grid's "Cell Gap" resets to default values if "Cell Layout" is changed to "Hexagon" and back
Cell Grid's "Cell Gap" values are not retained after "Cell Layout" is changed to "Hexagon" and back
Note:
Refer attached video
Steps to reproduce:
1. Open Unity > Create New Project
2. GameObject > 2D Object > Tilemap
3. Select Grid GameObject
4. Change "Cell Gap" values of Grid component
5. Change "Cell Layout" to Hexagon
6. Change Cell Layout back to previous setting (Rectangle)
Actual result:
Cell Gap values are not retained and they are reset to 0
Expected result:
Cell Gap values are retained after Cell Layout is changed back from Hexagon
Reproduced in:
2019.2.0a2, 2019.1.0b1, 2019.1.0a15, 2018.3.3f1, 2018.2.20f1, 2018.2.0a9
"Cell Layout" option not introduced:
2018.2.0a1
Environment:
Windows & Mac
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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
Resolution Note:
The Hexagonal Grid Layout uses a Cell Gap value of (0, 0, 0) and will override any user values when set as the Layout.