Search Issue Tracker
Fixed in 2021.1.X
Votes
0
Found in
2018.4
2020.1.6f1
2021.1
Issue ID
1287084
Regression
No
The Tile Palette is not marked as dirty and changes are lost after editing properties of a tile and saving the Scene
How to reproduce:
1. Open the user's attached project and open 'SampleScene'
2. Open Window > 2D > Tile Palette
3. Select the 'tile_stone_wall_0' tile in the Tile Palette with the 'Select' tool
4. In the Inspector window change the 'Scale' value
5. Right-click in the Hierarchy window and select 'Create Empty'
6. Save the Scene and observe the tile in the Tile Palette
Expected result: The Tile Palette is marked as dirty after modifying the Scale value, the value is saved when saving the Scene
Actual result: The Tile Palette is not marked as dirty, the Scale of the tile is reverted to the default value
Reproducible with: 2018.4.28f1, 2D Tilemap Editor 1.0.0 (2019.4.13f1, 2020.1.11f1, 2020.2.0a20, 2021.1.0a3)
Not reproducible with: 2D Tilemap Editor 1.0.0 (2020.2.0a21, 2020.2.0b10)
Notes:
- In 2018.4 the Tile Palette is part of the Unity Editor
- The issue does not reproduce if after editing the Scale, Rotate or Offset values you also edit the placement of Tiles in the Palette itself (doesn't apply to the 2021.1)
- Modifying the previously mentioned values in the 2021.1 results in the Palette being marked as dirty, however, when attempting to save the modified values - these changes are instead reverted
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note (fix version 2021.1):
A fix for this issue will be available on Unity 2021.1.0a7 and above