Tile Palette

Hey,

when I’m dragging my assets into my Tile Palette, nothing happens. Of course I already created a palette. (previously I draged my spritesheet into the tile palette, unity created for each tile in my spritesheet a .asset file, but after that, nothing happens.) Does someone know what I did wrong?

I’m using Unity 2017.4.2f2.

When I’m dragging the generated .asset files into the Tile Palette, nothing happens too

Update: The asset file is in the tile palette, If I click on a cell where I dragged a asset in that cell, I can see a tile selected in the inspector. (In other cells I see only “None”) So the tilemap isnt showing the tile which I moved into it.

I can select the cell and if I paint on my tilemap, it’s painting my tile. But in my tile palette the tile is still invisible.

Here is a picture: Screenshot by Lightshot

Thanks!

2 Likes

This is also happening to me after I upgraded to the 2017.4.2f2 release.
The tile pallet is not drawing the tiles :frowning:

1 Like

I downloaded the previous Unity release “2017.4.1f1” and it’s working again! Apparently it is an bug in the 2017.4.2f2 release.

1 Like

Same error here:

1 Like

same here

1 Like

Hi, I submitted the issue to developer team, here is the response:

Hey,

Thank you for submitting a bug to Unity.

We have identified this issue as a duplicate of an existing known bug and we will be closing the issue. The bug seems to be already fixed in the latest beta version (tested on 2018.2.0b2) and a backport is also coming to the 2018.1 versions in a near future.

Updating to the mentioned version should solve your issue. You can get the beta version on the Unity Hub or here: Unity Editor Beta Releases

If you have further questions, feel free to contact us.

2 Likes

They need what is called “regression testing” on this (tests that confirm prior functionality so that… well… things don’t break). This is a major bug, basically crippling 2D mode development in a production release…

I wasted about three hours today messing with the 2D Game Kit with zero success because the Tile Palette didn’t work at all. The only useful effort was reviewing the scripts (very experienced in C#/Mono/.Net Core/Xamarin).

But, with only 6 previous posts (in 2-3 days), maybe there is not much 2D Unity development? I would have expected many more responses, even in a short window of time (but, I have to assume a lot of people don’t post).

Anyway, installing the recommended beta.

3 Likes

Is it possible to cleanly upgrade from beta to a full release once this is patched in the release version of 2018.1?

As long as they don’t break project compatibility the answer should be yes. A Beta shouldn’t do that.

In fact, I see the Beta and the Prod. version installed separately on my computer. The Beta sees all of my existing projects and they open up just fine.

Here’s where the Beta can be obtained (Unity Hub install, run it, then Betas on the left, then 2GB of install…).

The Tile Palette is working for me now.

1 Like

FYI, if you want to use the Kits (say the 2D Game Kit) and have the Tile Palette work, version 2017.3.1f1 gets this done.

I tried 2018.2.0b2 (tiles work, but no Kit Tools menu), 2017.2.2f1 (donesn’t import), current production (tiles are broken), and 2017.4.2f2 (tiles are broken).

Same issue on 2017.4.2f2 and 2018.1.0f2 for Mac:
Invisible tiles in palette.

I have the same issue when i upgrade to 2018.1.0f2

2 Likes

I have it too with Unity 2018.1.0f2 (64-bit)

1 Like

Yes, here as well, same issue. Just to add a an extra show of hands

EDIT: Using latest 2018 version

1 Like

Also having the same issue, thought it was a scripted tile messing it up, re-install & it still happens using latest version

1 Like

It’s a fischal: this is a known bug. What might be nice is if “Unity 2D” were split off into a separate program and tested thoroughly before a “final” release was offered.

Hi, I have the same issue.
Does anyone know when the next update will come and hopefully resolve this issue?

This is fixed in the Beta version so they do know about it

https://unity3d.com/unity/beta-download#release-notes “2D: Fix tiles not rendered in tile palette window (1010103)”

So just download unity hub, it manages versions of unity, back up your project & use the beta version to continue devving for now

2 Likes

Thank you @Alisru

1 Like

So I upgraded to the latest beta and did a bunch of work. When painting a bunch of tiles and with the tile palette open (palette has some 8400 16x16 tiles in it) performance slowed down and eventually froze up the editor for 5 minutes at a time. I tried downgrading the project back to latest full release but all my assets/prefabs where broken (anti-aliasing was forced on even though i had point-filter on and AA off, mipmaps off etc etc). So right now, I can’t create any levels it seems until performance issues are fixed with tile palette open in editor. It’s so frustrating when you are trying to dev in the little time I have outside my day job :frowning: