Unity-Technologies / 2d-extras

Fun 2D Stuff that we'd like to share!
Other
1.54k stars 342 forks source link

unity 2021 package missing files #348

Open fgc0109 opened 2 years ago

fgc0109 commented 2 years ago

AppData\Local\Unity\cache\packages\packages.unity.com\com.unity.2d.tilemap.extras@2.2.3\Runtime\Tiles

missing random tile

i delete the folder and redownload them still missing files

repo have this file https://github.com/Unity-Technologies/2d-extras/tree/master/Runtime/Tiles/RandomTile

Image_1663406100_001

ChuanXin-Unity commented 2 years ago

Hi, the 2D Tilemap Extras package from the Unity Package Manager does not include the Random Tile. This is in the description of the package.

If you would like to have the Random Tile, you can add the package directly from the repository by (you will need Git installed):

This should get the package from the repository with the Random Tile.

Hope this helps!