Search Issue Tracker
Fixed in 2.2.7
Fixed in 4.0.2
Votes
0
Found in [Package]
4.0.0
Issue ID
DANB-467
Regression
No
[2D][Tilemap Extras] GameObjects can’t be placed on certain grid cells when using GameObject Brush
How to reproduce:
1. Open the user’s attached “GOBrush_Test_23_1.zip” project
2. Open the Tile Palette window then open the brushes dropdown menu and select “GameObject Brush”
3. Select the yellow circle GameObject
4. In the Scene window paint on different grid cells
5. Observe the result
Expected result: GameObjects can be painted on all grid cells
Actual result: GameObjects can’t be painted on some grid cells
Reproducible with: 2.2.5 (2021.3.24f1), 3.1.0 (2022.2.17f1), 4.0.0 (2023.1.0b14, 2023.2.0a13)
Could not test with: 2020.3.47f1 (Sprites can’t be painted)
Reproduced on: macOS 13.2.1 (Intel)
Notes:
Reproducible with all Cell Layouts: Rectangle, Hexagon, Isometric, Isometric Z as Y
Reproducible with different Cell Swizzles
Comments (1)
-
CodingAndCoffee
Sep 02, 2024 16:39
For anyone still having this issue in 2024, the issue is a floating point rounding error. Rotate your tilemap so positions are precise, and the tilemap will let you draw on it, and then you can rotate it back.
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Fix for this issue is available on 2D Tilemap Extras package 4.0.2 and above
Resolution Note:
Fix for this issue is available on 2D Tilemap Extras package 3.1.2 and above
Resolution Note:
Fix for this issue is available on 2D Tilemap Extras package 2.2.7 and above