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
- Crash on "StoredGraphicsBuffer::GetGfxBufferID" when activating VFX via extention of Activation Track in Timeline window
- [Linux] Stack trace file path and line number information is missing when IL2CPP Stacktrace Information is set to "Method Name, File Name, and Line Number"
- Warnings due to obsolete Object.FindObjectsByType<T> usage and [SerializeReference] are logged when opening the Netcode for Entities setup scene
- Non-standard pointers cannot change Inspector values with arrow controls when crossing Inspector area
- No longer able to change the Toggle or Slider GameObjects' Target Graphic value and a NullReferenceException is thrown when the Target Graphic value is set to None at any point
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