Search Issue Tracker
By Design
Votes
0
Found in
2017.2.0b1
Issue ID
923312
Regression
No
Overwriting tiles in the tile palette leaves dead tiles in the palette that cannot be used
This is actually a misunderstanding of how it works. Some explanation:
- Palette only has Tiles, never Sprites or Textures
- If you drag in Sprite or Texture, a new Tile asset is generated. You get to choose the save path in a dialog.
- Palette can have the same tile multiple times.
What happens in the video:
1. You have an existing tile (A) in the palette
2. You drag in a sprite
3. Unity wants to generate new Tile (B) based on your Sprite
4. For your new Tile (B), you choose the path of an already existing Tile (A)
(5. All existing references to old tile (A) seem to break, but a ghosts still persists.)
I think the step #5 reveals a bug about how tilemap doesn't handle missing references optimally, but we will make a new fogbugz for that.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rendering locks up when not looking at a transparent material on Meta Quest 2
- Volumetrics break when using a Custom Pass to create a Thickness Buffer for Alpha Clipping
- All tests are run instead of only the failed ones when the "Rerun Failed" button is pressed
- GameObject is not masked when the "Render PostProcessing Effects" pass executes with a resolved non-MSAA Color target and MSAA DepthStencil target
- [Android] Gfx.WaitForGfxCommandsFromMainThread high performance usage and inconsistency when built Player scene has Canvas GameObject on a specific Project
Add comment