Search Unity

Empty Tile Palette in 2D GameKit

Discussion in '2D' started by s00p3rj03l, May 18, 2018.

  1. s00p3rj03l

    s00p3rj03l

    Joined:
    Apr 3, 2015
    Posts:
    3
    PeterDrake likes this.
  2. s00p3rj03l

    s00p3rj03l

    Joined:
    Apr 3, 2015
    Posts:
    3
    I did a full install of Unity 2017.3 and it fixed the problem
     
    Duka-Soft likes this.
  3. kdaniel2410

    kdaniel2410

    Joined:
    Nov 23, 2012
    Posts:
    2
    Is this a problem that occurred on the latest update of Unity, I think i was having a similar problem the other day whilst trying to create a new tile palette.
     
  4. interNEKO

    interNEKO

    Joined:
    Sep 19, 2014
    Posts:
    4
    I see the same issue on 2018.
    I installed 2017.4, and .3, and after importing the toolkit I have a bunch of missing namespace errors. like 'TMPro' could not be found.
     
  5. herio5154

    herio5154

    Joined:
    Jul 4, 2017
    Posts:
    8
    lm having this problem too I installed Unity 2017.3 and all the 2D projects i tried to open crashed and i really need my 2D stuff also its a UI thing the sprites are there just not showing up in the thing
     
  6. RidgeWare

    RidgeWare

    Joined:
    Apr 12, 2018
    Posts:
    67
    They could really do with releasing a quick hotfix for this as a priority. It's a major software bug that's impacting heavily on a large number of 2D developers who are working with tilemaps.
     
  7. BusyCat

    BusyCat

    Joined:
    Jan 9, 2015
    Posts:
    37
  8. PeterDrake

    PeterDrake

    Joined:
    May 22, 2018
    Posts:
    12
    Same problem, 2018.1.0f2 Personal.
     
  9. J0R1SK

    J0R1SK

    Joined:
    May 24, 2018
    Posts:
    1
    Same problem here too, I tried to report a bug, we will see what happen.
     
  10. arvzg

    arvzg

    Joined:
    Jun 28, 2009
    Posts:
    619
    BusyCat likes this.
  11. rwana

    rwana

    Joined:
    May 22, 2018
    Posts:
    4
    EDIT

    Just noticed arvzg's post as i submitted this.
    Downloaded the latest Unity (2018.1.2f1) and the tile palette is now working correctly


    I am also having the same problem.
    Tried with 2018, and 2017.4.3f1
    The tile palette is empty
     
    Last edited: Jun 2, 2018
  12. devbyskc

    devbyskc

    Joined:
    Oct 7, 2012
    Posts:
    20
    thanks for the update arvzg. I'll give it a shot. I got the same results as others in 2017.4 and 2018.1. Hope this fixes the issue as I am really looking forward to working with the 2D Game Kit.
     
  13. arvzg

    arvzg

    Joined:
    Jun 28, 2009
    Posts:
    619
    I've actually noticed even in 2018.1.2 sometimes the problem can come back after a script recompile. Not sure what triggers it, but when it happens the only way to fix it again is to restart Unity. Happened to me three times now just randomly
     
  14. devbyskc

    devbyskc

    Joined:
    Oct 7, 2012
    Posts:
    20
    I did the update as mentioned and it fixed the tilemap issue. However I am now experiencing issues with the pressure pad prefab. I'm following the steps in the Getting Started guide regarding opening a door. I've tried 4 times now, each from scratch, and then the Ellen character steps on the pad, nothing happens. I submitted a bug report with screenshot of how I configured things so I'll see what they say.
     
  15. unity_1HtzJSZjWZokXg

    unity_1HtzJSZjWZokXg

    Joined:
    Jun 27, 2018
    Posts:
    1
    I had same problem at version 2018.0.f2. Then I upgraded it to 2018.1.6f1 and it is fixed. Thanks.
     
  16. russellmolimock

    russellmolimock

    Joined:
    Jun 23, 2019
    Posts:
    1
    I'm using 2019.3.0.a6 and I'm having the same issue:
    upload_2019-6-22_19-22-45.png
     
    surgoel likes this.
  17. ZubMadbrain

    ZubMadbrain

    Joined:
    Apr 12, 2018
    Posts:
    1
    I had the same problem.. empty Tile Palette, but you can solve it by dragging the TileSet object to the Tile Palette.

    In the Project window search for the folder: Assets/2DGamekit/Art/TileMapPalettes/Tileset/
    There you find the TilesetGamekit and TilesetRockWaterBlockers.
    Just drag both to the Tile Palette and voila you can use them :)
     
    surgoel and Supermonkey131313 like this.
  18. n1224s

    n1224s

    Joined:
    Nov 8, 2017
    Posts:
    1
    Just installed 2019.1.9f1 and it works as expected.